Add delta feedrate scaling (#11153)

This commit is contained in:
Scott Lahteine
2018-06-30 13:44:27 -05:00
committed by GitHub
parent 444725ae9a
commit 8eaac0dab3
13 changed files with 100 additions and 21 deletions

View File

@ -1567,9 +1567,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.