Browse Source

🔨 Update config.ini endstop states

Followup to #25574
Scott Lahteine 1 year ago
parent
commit
83da21089f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Marlin/config.ini

+ 3 - 3
Marlin/config.ini

@@ -73,9 +73,9 @@ use_xmin_plug                            = on
 use_ymin_plug                            = on
 use_zmin_plug                            = on
 
-x_min_endstop_inverting                  = false
-y_min_endstop_inverting                  = false
-z_min_endstop_inverting                  = false
+x_min_endstop_hit_state                  = HIGH
+y_min_endstop_hit_state                  = HIGH
+z_min_endstop_hit_state                  = HIGH
 
 default_axis_steps_per_unit              = { 80, 80, 400, 500 }
 axis_relative_modes                      = { false, false, false, false }