Skip to content

Commit

Permalink
🔧 Update some config.ini options
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 16, 2023
1 parent d9f2bf2 commit c91a6f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Marlin/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ invert_y_dir = true
invert_z_dir = false
invert_e0_dir = false

invert_e_step_pin = false
invert_x_step_pin = false
invert_y_step_pin = false
invert_z_step_pin = false
step_state_e = HIGH
step_state_x = HIGH
step_state_y = HIGH
step_state_z = HIGH

disable_x = false
disable_y = false
Expand Down Expand Up @@ -178,7 +178,7 @@ autotemp_oldweight = 0.98
bed_check_interval = 5000
default_stepper_deactive_time = 120
default_volumetric_extruder_limit = 0.00
disable_inactive_e = true
disable_inactive_extruder = true
disable_inactive_x = true
disable_inactive_y = true
disable_inactive_z = true
Expand Down

0 comments on commit c91a6f9

Please sign in to comment.