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,7 +1254,7 @@
/**
* 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...]]
*/
// TUNE Ultimaker 2 Extruder
@ -1262,6 +1262,11 @@
//#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 200, 369 } // UM2+ (white box)
//#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 200, 813 } // UM2 w/E3D Titan
/**
* 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