Z offset control
-
in marlin and ramps i can change the z offest through the lcd
how can i cahnge the z offset in duet through lcd
if not how can i control and change it -
The z offset is controlled by G31. See: https://duet3d.com/wiki/Setting_up_automatic_probing_of_the_print_bed
It can also be set in macros. Which is handy, since different filament types and temperatures need a different z offset and I just call the needed macro in the slicer's start gcode. I do have it in config.g using the setting for the most common filament used on the printer.
-
Is there a way to adjust z-height on the fly while printing? Would be so nice to be able to do this. Currently, I have to abort the print, edit config.g, then start a new print…time consuming and frustrating.
-
This has been covered in earlier threads. You can do it by setting up macro files that do small Z movements followed by G92 commands. I plan to implement babystepping in firmware 1.18.
-
Interested in seeing the implementation via firmware 1.18. Thanks for all the hard work ; you're amazing!
-
Could you steer me to these threads? I don't know what to search for.
-
ScotY search for babystepping:
https://www.duet3d.com/forum/thread.php?id=666#p6414
https://www.duet3d.com/forum/thread.php?id=210#p1958and the 1.18 provisional change list:
https://www.duet3d.com/forum/thread.php?id=598#p5718