EDITABLE_HOMING_CURRENT

MarlinFirmware/Marlin#27760
This commit is contained in:
Scott Lahteine 2025-03-26 22:23:12 -05:00
parent ff95327e5e
commit bd62077362
380 changed files with 760 additions and 0 deletions

View file

@ -2999,6 +2999,8 @@
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
/**
* Interpolate microsteps to 256
* Override for each driver with <driver>_INTERPOLATE settings below