Merge pull request #4667 from thinkyhead/rc_M211_sw_endstop_switch
M211: Enable/Disable Software Endstops
This commit is contained in:
commit
27b80b1dd1
9 changed files with 154 additions and 107 deletions
|
|
@ -95,7 +95,7 @@ unsigned char Temperature::soft_pwm_bed;
|
|||
#endif
|
||||
|
||||
#if ENABLED(BABYSTEPPING)
|
||||
volatile int Temperature::babystepsTodo[3] = { 0 };
|
||||
volatile int Temperature::babystepsTodo[XYZ] = { 0 };
|
||||
#endif
|
||||
|
||||
#if ENABLED(THERMAL_PROTECTION_HOTENDS) && WATCH_TEMP_PERIOD > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue