cleanup: remove unused variable

No change in memory
This commit is contained in:
Guðni Már Gilbert 2023-07-25 11:06:37 +00:00 committed by Guðni Már Gilbert
parent 7029af05fa
commit 53c8bfa928
1 changed files with 0 additions and 1 deletions

View File

@ -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.