Add delta feedrate scaling (#11152)

This commit is contained in:
Scott Lahteine
2018-06-30 13:44:37 -05:00
committed by GitHub
parent a789ab4005
commit a294ec3836
12 changed files with 99 additions and 19 deletions
+3 -3
View File
@@ -1550,9 +1550,9 @@ bool Planner::_buffer_steps(const int32_t (&target)[XYZE]
// Fill the block with the specified movement
if (!_populate_block(block, false, target
#if HAS_POSITION_FLOAT
, target_float
#endif
#if HAS_POSITION_FLOAT
, target_float
#endif
, fr_mm_s, extruder, millimeters
)) {
// Movement was not queued, probably because it was too short.