Browse Source

We need motion even with !HAS_MESH (#8330)

Thank You MagoKimbra !
Roxy-3D 7 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
             #endif
12866
             #endif
12867
             return true;
12867
             return true;
12868
           }
12868
           }
12869
-          else
12869
+          else {
12870
             line_to_destination();
12870
             line_to_destination();
12871
+            return false;
12872
+          }
12871
         #endif
12873
         #endif
12874
+      #else
12875
+        line_to_destination();
12872
       #endif // HAS_MESH
12876
       #endif // HAS_MESH
12873
 
12877
 
12874
     return false;
12878
     return false;

Loading…
Cancel
Save