mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 23:24:02 -06:00
🎨 Misc. cleanup
This commit is contained in:
parent
47fb763a0b
commit
6c752ff180
8 changed files with 8 additions and 20 deletions
|
@ -1025,9 +1025,7 @@
|
|||
* Override with M92
|
||||
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
|
||||
*/
|
||||
// Really Sailfish... got enough precision on that float for an 8 bit system?
|
||||
// I'm leaving this in for the sake of posterity.
|
||||
#define DEFAULT_AXIS_STEPS_PER_UNIT { 94.139704, 94.139704, 400, 96.275201870333662468889989185642 }
|
||||
#define DEFAULT_AXIS_STEPS_PER_UNIT { 94.139704, 94.139704, 400, 96.275201870 }
|
||||
|
||||
/**
|
||||
* Default Max Feed Rate (linear=mm/s, rotational=°/s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue