🎨 Fix spelling, whitespace
This commit is contained in:
@ -162,7 +162,7 @@ enum BlockFlag : char {
|
||||
* A single entry in the planner buffer.
|
||||
* Tracks linear movement over multiple axes.
|
||||
*
|
||||
* The "nominal" values are as-specified by gcode, and
|
||||
* The "nominal" values are as-specified by G-code, and
|
||||
* may never actually be reached due to acceleration limits.
|
||||
*/
|
||||
typedef struct block_t {
|
||||
@ -411,7 +411,7 @@ class Planner {
|
||||
|
||||
/**
|
||||
* The current position of the tool in absolute steps
|
||||
* Recalculated if any axis_steps_per_mm are changed by gcode
|
||||
* Recalculated if any axis_steps_per_mm are changed by G-code
|
||||
*/
|
||||
static xyze_long_t position;
|
||||
|
||||
|
Reference in New Issue
Block a user