-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] adding registration marks during cut #5553
Comments
Haven’t checked with the most recent versions but you can do this already. If you add modifiers in the middle of the part that have no infill etc and then perform the cut you end up with 2 sets of modifiers that match up in both parts. If you make the modifiers cylinders the size of pins you want to use you can use them to key the parts back together for gluing. |
Just tired your suggestion, On 2.3.0-Beta 3 it didn't work. I could see the cylindrical hole when slicing the main object, but if I tried the cut in the middle of the cylinder, the cylinder always stuck with one of the cuts. On 2.2.0 I was able to make it work. In both cases it was also quite tricky and not obvious to get close. When you rotate the cylinder to be horizontal, the Z position isn't used to position the cylinder. :( It seems to be a Y axis delta from the center point of the object. I'm looking for a simple option during a cut where you don't need to be a prusaslicer expert to get done. It could be implemented using modifiers but the operation should be pretty point-and-click. |
We are considering to add this feature for some time already, it will likely get implemented sometimes. |
@neophyl's idea is a good starting point, I tried my-self on 2.3.0-rc1, and it need a small workaround to avoid the issue of @rmeden. When the modifier is placed properly, you need two more steps before to cut the object. First, add an instance of the object (including the modifier), second set the copy as a separated object. Now it is possible to use the cut tool by setting keep upper part on one instance, and keep the lower part on the second instance. I admit that it is a bit tricky, but doable. While waiting for better. |
@rmeden, maybe this works (easier):
|
@foreachthing that was tried above. There were issues on both the current and next version. @Kachidoki2807 found a way to make it work, but the whole process is much too complicated. I'm proposing a point and click solution on the cut operation, that could get implemented with modifiers. |
I just tried the original method I mentioned in rc2 and it still works. One of the limitations on the modifier(s) you place inside the object where you want the registration void is that it must use a different perimeter count to the main object and zero infill of course, you also need to set bottom layers to zero too, otherwise you dont get internal walls just the infill void. Basically you slice with the modifier first to check its creating a nice-ish internal hollow and then when you perform a cut with keep top and bottom and rotate bottom to face bed the modifier also gets duplicated and you end up with the void in both parts. I agree that it is difficult to place the modifier(s) which is why I requested an x-ray mode ages ago but I don't use the technique any more anyway as if you want changes to the model then you really should be modifying the model in the first place with software that is designed to do so. Yes it can work but its like trying to hammer in a nail with a knife. Far more effort that just using the proper tool for the job required. Slicer is great but I really cant understand why people want it to be able to do everything. Its a slicer, let it be the best slicer it can be and keep the modelling tools for modelling software. |
When I do a design, I do try to make things easily printable. In the case that triggered this feature request, I was trying to print a sword from Thingiverse where the designer didn't make it easy to print (lots of shallow detail on both sides, supports didn't release) and didn't have a license anymore for the program he used to make the design. I think the "cut" feature in prusaslicer is designed exactly for cases like this (cut and flip), so adding the new feature would make that feature more usable. |
PrusaSlicer 2.4.0-alpha1 will implement "negative volumes" aka "subtractors" as a new type of object volume, thus not requiring the "no perimeters, no bottom / top layers" workaround. The pegs / holes will be implemented in some of a further version though. |
Bonjour à tous, I'm not sure if my message will be automatically translated into English, so here's a Google translation: |
Implemented in 2.6.0-alpha2. Closing. |
Version
2.2.0
Operating system type + version
Windows 10
3D printer brand / version + firmware version (if known)
Prusa i3 mk3
Behavior
When cutting an object to provide a flat joining surface (avoiding supports) you have to manually match the two surfaces perfectly.
New Feature
Optionally add "registration marks" to allow two halfs to lock together for gluing.
Of course you don't want a positive object sticking up marring your flat surface, but how about a (1.75/2)mm rectangular depression on both faces? (A small bridge). You could then cut a short section of filament and insert it before gluing. Probably have at least a X and Y orientation.
Project File (.3MF) where problem occurs
N/A
The text was updated successfully, but these errors were encountered: