Merge pull request #7948 from gallynero/patch-1

Enable change feedrate in delta
master
Scott Lahteine 7 years ago committed by GitHub
commit d63d08ef8b

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

Loading…
Cancel
Save