Skip to content

Commit

Permalink
Fixed config files
Browse files Browse the repository at this point in the history
  • Loading branch information
marciot committed Jul 1, 2024
1 parent 95b32bc commit acbc8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/examples/build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2238,7 +2238,7 @@ function make_config(PRINTER, TOOLHEAD) {
DRIVER_TYPE = 'A4988'
}

MARLIN["MINIMUM_STEPPER_PULSE"] = 1000
MARLIN["MINIMUM_STEPPER_PULSE_NS"] = 1000

MARLIN["X_DRIVER_TYPE"] = DRIVER_TYPE
MARLIN["Y_DRIVER_TYPE"] = DRIVER_TYPE
Expand Down

0 comments on commit acbc8c1

Please sign in to comment.