Pārlūkot izejas kodu

Merge pull request #7948 from gallynero/patch-1

Enable change feedrate in delta
Scott Lahteine 7 gadus atpakaļ
vecāks
revīzija
d63d08ef8b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Parādīt failu

@@ -12544,7 +12544,7 @@ void prepare_move_to_destination() {
12544 12544
 
12545 12545
   if (
12546 12546
     #if UBL_DELTA // Also works for CARTESIAN (smaller segments follow mesh more closely)
12547
-      ubl.prepare_segmented_line_to(destination, feedrate_mm_s)
12547
+      ubl.prepare_segmented_line_to(destination, MMS_SCALED(feedrate_mm_s))
12548 12548
     #elif IS_KINEMATIC
12549 12549
       prepare_kinematic_move_to(destination)
12550 12550
     #elif ENABLED(DUAL_X_CARRIAGE)

Notiek ielāde…
Atcelt
Saglabāt