Z Offset
We implement Klipper's Z_OFFSET_APPLY_PROBE , this will apply the offset to the last homed mode used. This means if the last mode you used was G28, it will apply the offset to your scan model. If the last mode you used was CARTOGRAPHER_TOUCH_HOME it will apply to your touch model.
Babystep adjusting Z offset
We recommend you follow Ellis' Print Tuning Guide.
This is easiest to do through Mainsail or Fluidd. These will show a button to adjust your z offset "live", during a print. You must use the save icon that appears next to the adjustment controls AS WELL as a SAVE_CONFIG.
Short version is to run the following macros to adjust gcode while printing a bunch of first layer squares, until you achieve the perfect first layer.
To move up, use SET_GCODE_OFFSET Z_ADJUST=+0.01 MOVE=1
To move down, use SET_GCODE_OFFSET Z_ADJUST=-0.01 MOVE=1
To finalize, use Z_OFFSET_APPLY_PROBE, you can then see what changed
cartographer: touch default z_offset: -0.1
Remember to run SAVE_CONFIG to persist the change to your configuration.
Last updated