Smart-Fill and Mesh-Tilting (both 3-point and grid) working!
Also... The memory corruption issue may be fixed. The GCC compiler was inlining static functions and this caused the G29() stack frame to become much larger than the AVR could handle.
This commit is contained in:
parent
a699967ec8
commit
d467e97679
6 changed files with 551 additions and 376 deletions
|
|
@ -31,6 +31,7 @@ void safe_delay(millis_t ms) {
|
|||
thermalManager.manage_heater();
|
||||
}
|
||||
delay(ms);
|
||||
thermalManager.manage_heater(); // This keeps us safe if too many small safe_delay() calls are made
|
||||
}
|
||||
|
||||
#if ENABLED(ULTRA_LCD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue