Skip to content

Commit

Permalink
🔨 Update config.ini endstop states
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and Andy-Big committed Jul 11, 2023
1 parent 843537d commit 7f209ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 7f209ba

Please sign in to comment.