|
@@ -642,7 +642,7 @@ class Planner {
|
642
|
642
|
* fr_mm_s - (target) speed of the move (mm/s)
|
643
|
643
|
* extruder - target extruder
|
644
|
644
|
* millimeters - the length of the movement, if known
|
645
|
|
- * inv_duration - the reciprocal if the duration of the movement, if known (kinematic only if feeedrate scaling is enabled)
|
|
645
|
+ * inv_duration - the reciprocal if the duration of the movement, if known (kinematic only if feeedrate scaling is enabled)
|
646
|
646
|
*/
|
647
|
647
|
static bool buffer_line(const float &rx, const float &ry, const float &rz, const float &e, const float &fr_mm_s, const uint8_t extruder, const float millimeters=0.0
|
648
|
648
|
#if ENABLED(SCARA_FEEDRATE_SCALING)
|
|
@@ -665,7 +665,7 @@ class Planner {
|
665
|
665
|
/**
|
666
|
666
|
* Set the planner.position and individual stepper positions.
|
667
|
667
|
* Used by G92, G28, G29, and other procedures.
|
668
|
|
- *
|
|
668
|
+ *
|
669
|
669
|
* The supplied position is in the cartesian coordinate space and is
|
670
|
670
|
* translated in to machine space as needed. Modifiers such as leveling
|
671
|
671
|
* and skew are also applied.
|
|
@@ -681,7 +681,7 @@ class Planner {
|
681
|
681
|
|
682
|
682
|
/**
|
683
|
683
|
* Set the planner.position and individual stepper positions.
|
684
|
|
- *
|
|
684
|
+ *
|
685
|
685
|
* The supplied position is in machine space, and no additional
|
686
|
686
|
* conversions are applied.
|
687
|
687
|
*/
|