Browse Source

We need motion even with !HAS_MESH (#8330)

Thank You MagoKimbra !
Roxy-3D 6 years ago
parent
commit
6ee4ba6932
No account linked to committer's email address
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      Marlin/Marlin_main.cpp

+ 5
- 1
Marlin/Marlin_main.cpp View File

@@ -12866,9 +12866,13 @@ void set_current_from_steppers_for_axis(const AxisEnum axis) {
12866 12866
             #endif
12867 12867
             return true;
12868 12868
           }
12869
-          else
12869
+          else {
12870 12870
             line_to_destination();
12871
+            return false;
12872
+          }
12871 12873
         #endif
12874
+      #else
12875
+        line_to_destination();
12872 12876
       #endif // HAS_MESH
12873 12877
 
12874 12878
     return false;

Loading…
Cancel
Save