🎨 Misc. cleanup 29-01

This commit is contained in:
Scott Lahteine
2024-01-29 20:38:03 -06:00
parent 541bd26cd7
commit 5639237e2b
131 changed files with 13 additions and 361 deletions

View File

@@ -380,7 +380,6 @@ void report_current_position_projected() {
#endif // CARTESIAN
void home_if_needed(const bool keeplev/*=false*/) {
if (!all_axes_trusted()) gcode.home_all_axes(keeplev);
}