Anson Liu
Anson Liu
Thanks, I'm in the middle of a printer rebuild and will try out the Timer trigger once everything is back together!
@fvrmr, attached. I don't have the original project file but was able to replicate the position and sequence with two sample objects. When I generate gcode for the attached project,...
@Ghostkeeper If the printer doesn't move the nozzle out of the way at the end of the print, won't that create a risk of oozing depending on how the user's...
@DerAndere1 increasing z_raise does not work because the nozzle gets raised by z_raise amount then lowered right afterwards to account for hotend offsets which also factors in the z_raise height....
I used your suggestion in the comment to create my fix [#3](https://github.com/EvilGremlin/Marlin/pull/3) for #24553
Yes, I ended up using that method to determine the correct height using the printer LCD interface. Set to T0 active Home Z axis Move Z bed downward to a...
@nallath I had originally added it as a draft while testing it on my printer. It works well and is ready to merge now. When I created these two new...
The empty nozzle selection issue is resolved when using the printer definitions in Cura 5 or later.
@EvilGremlin I'm waiting on a higher wattage PSU to fully test dual extruder functionality on my printer. Using `MECHANICAL_SWITCHING_NOZZLE ` the mechanical switching gcode that I have specified for tool...
Do you know if there is an option in Cura to set toolchange speed? I couldn't find an option it makes sense since the slicer only calls T0/T1 to initiate...