-
-
Notifications
You must be signed in to change notification settings - Fork 889
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
2 models, 2 tools one at the time #2185
Comments
On the contrary, this is possible in Cura, and has been since Cura 2.3 as far as I know. Couldn't be easier:
There is a general limitation of "One at a time" printing that the available print height is reduced, to prevent collissions between the print gantry and a previous print. |
I think there’s some misunderstanding. I’m using an Ultimaker 3 with Cura 5.6. When I add two models and use one tool, everything works as expected. The 'Print Sequence' parameter is visible, and when set to 'One at a Time,' the printer successfully completes model 1 before moving the print head to model 2. |
You are right, I stand corrected. I could swear I tested it before I made my remark that it is possible, but there's logic to this not being supported. Sorry for my confusion. The reason Cura "forbids" this is that when switching extruders, the head moves towards the switching bay and in doing so it could collide with an earlier print. Cura does not really know what happens with the print-head between tool switches, since that is handled by the firmware. So there's no general way to fix this. If you really want to try this, and accept that Cura tried to stop you from possibly damaging your printer, you could remove this line in fdmprinter.def.json (*): (*): normally I advice against editing fdmprinter.def.json, and instead point to ways to at least change it in a printer definition instead of for all printers, but since enabling this setting for multi-extrusion is bad advice anyway, I don't see a reason to make the answer more compicated. |
I’m using CuraEngine from the command line and need to generate G-code for two models, each printed with a different tool, one at a time. I understand this isn’t directly possible in the Cura Ultimaker software. Is there a way to bypass this limitation using CuraEngine from the command line (some combination of -g -m --next)?
Additionally, does anyone know if this feature might be included in future versions of Cura, such as 6.0?
The text was updated successfully, but these errors were encountered: