From e88493b1795a47de6ca5e1d0002eb69e677d772a Mon Sep 17 00:00:00 2001 From: macocha Date: Sun, 20 Jul 2025 15:54:09 +0000 Subject: [PATCH] homing.cfg modified - 07/20/2025 - 03:54:07 PM --- printer_data/config/macros/homing.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.