homing.cfg modified - 07/20/2025 - 03:54:07 PM

This commit is contained in:
macocha 2025-07-20 15:54:09 +00:00
parent 1a8336a687
commit e88493b179

View file

@ -25,7 +25,7 @@ variable_first_homed_axis: 'X' # First axis to home when 'G28' is c
## The following variables are used for moving the printhead to a certain part of the bed before homing the Z axis:
variable_safe_z_enable: False # Enables/disables moving the printhead before homing the Z axis.
variable_safe_z_enable: True # Enables/disables moving the printhead before homing the Z axis.
variable_safe_x: -128 # Safe X position to home the Z axis, leave at -128 to home to the center of the X axis.
variable_safe_y: -128 # Safe Y position to home the Z axis, leave at -128 to home to the center of the Y axis.