From 53c8bfa9285a5da6afd06f808361f045755de374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Tue, 25 Jul 2023 11:06:37 +0000 Subject: [PATCH] cleanup: remove unused variable No change in memory --- Firmware/planner.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Firmware/planner.cpp b/Firmware/planner.cpp index 20bf76522..f9b804725 100644 --- a/Firmware/planner.cpp +++ b/Firmware/planner.cpp @@ -690,7 +690,6 @@ void plan_set_position_curposXYZE(){ plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]); } -float junction_deviation = 0.1; // Add a new linear movement to the buffer. steps_x, _y and _z is the absolute position in // mm. Microseconds specify how many microseconds the move should take to perform. To aid acceleration // calculation the caller must also provide the physical length of the line in millimeters.