From 5d880919f8085f7230d98e8855dc4f8f1eed166f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sat, 22 Jul 2023 13:39:18 +0000 Subject: [PATCH] Align comment --- Firmware/planner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/planner.h b/Firmware/planner.h index ae90428e9..cd1cd2d34 100644 --- a/Firmware/planner.h +++ b/Firmware/planner.h @@ -71,7 +71,7 @@ union dda_usteps_t typedef struct { // Fields used by the bresenham algorithm for tracing the line // steps_x.y,z, step_event_count, acceleration_rate, direction_bits and active_extruder are set by plan_buffer_line(). - dda_isteps_t steps[NUM_AXIS]; // Step count along each axis + dda_isteps_t steps[NUM_AXIS]; // Step count along each axis dda_usteps_t step_event_count; // The number of step events required to complete this block uint32_t acceleration_rate; // The acceleration rate used for acceleration calculation unsigned char direction_bits; // The direction bit set for this block (refers to *_DIRECTION_BIT in config.h)