소스 검색

Fix UBL+Delta segmented feedrate

Based on #7948
Scott Lahteine 7 년 전
부모
커밋
c46189e429
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp 파일 보기

@@ -797,7 +797,7 @@ void prepare_move_to_destination() {
797 797
 
798 798
   if (
799 799
     #if UBL_DELTA // Also works for CARTESIAN (smaller segments follow mesh more closely)
800
-      ubl.prepare_segmented_line_to(destination, feedrate_mm_s)
800
+      ubl.prepare_segmented_line_to(destination, MMS_SCALED(feedrate_mm_s))
801 801
     #elif IS_KINEMATIC
802 802
       prepare_kinematic_move_to(destination)
803 803
     #elif ENABLED(DUAL_X_CARRIAGE)

Loading…
취소
저장