diff --git a/printer_data/config/macros/homing.cfg b/printer_data/config/macros/homing.cfg index 4efdca3..6a450fb 100644 --- a/printer_data/config/macros/homing.cfg +++ b/printer_data/config/macros/homing.cfg @@ -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.