EDITABLE_STEPS_PER_UNIT

MarlinFirmware/Marlin#26615

Co-Authored-By: plampix <19209306+plampix@users.noreply.github.com>
This commit is contained in:
Scott Lahteine 2024-01-03 18:22:57 -06:00
parent 7f1571e317
commit b2ebd74b57
355 changed files with 2127 additions and 357 deletions

View file

@ -1254,13 +1254,18 @@
/**
* Default Axis Steps Per Unit (linear=steps/mm, rotational=steps/°)
* Override with M92
* Override with M92 (when enabled below)
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
// default steps per unit for RigidBot with standard hardware
#define DEFAULT_AXIS_STEPS_PER_UNIT { 44.3090, 22.1545, 1600, 53.5 }
// default steps for 16-tooth pulleys { 100.06, 50.06, 1600, 76 } // HPX2-MAX E=504, RigidBot E=53.5, Peter Stoneham's=76
/**
* Enable support for M92. Disable to save ~530 bytes of flash (1400 more if using a display)
*/
#define EDITABLE_STEPS_PER_UNIT
/**
* Default Max Feed Rate (linear=mm/s, rotational=°/s)
* Override with M203