Corner Leveling: Add inset for each side (#16759)

This commit is contained in:
Scott Lahteine
2020-02-03 00:00:35 -06:00
committed by GitHub
parent 72b4d91d2e
commit 7f9c62437e
8 changed files with 26 additions and 30 deletions

View File

@@ -384,7 +384,7 @@ void scroll_screen(const uint8_t limit, const bool is_menu) {
void line_to_z(const float &z) {
current_position.z = z;
line_to_current_position(MMM_TO_MMS(manual_feedrate_mm_m.z));
line_to_current_position(manual_feedrate_mm_s.z);
}
#endif