Skip to content

Commit

Permalink
Correct DEFAULT_MINSEGMENTTIME units
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and HairingX committed Jun 16, 2021
1 parent b4ef98d commit 12be781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@
//#define HOME_AFTER_DEACTIVATE // Require rehoming after steppers are deactivated

// Minimum time that a segment needs to take if the buffer is emptied
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
#define DEFAULT_MINSEGMENTTIME 20000 // (µs)

// Slow down the machine if the look ahead buffer is (by default) half full.
// Increase the slowdown divisor for larger buffer sizes.
Expand Down

0 comments on commit 12be781

Please sign in to comment.