Remove unused variable maxlimit_status

flash: 0
RAM: -1
This commit is contained in:
Guðni Már Gilbert 2022-02-13 16:28:24 +00:00 committed by Alex Voinea
parent 7711969e57
commit 4e798c9ed1
1 changed files with 0 additions and 2 deletions

View File

@ -99,8 +99,6 @@ static float previous_speed[NUM_AXIS]; // Speed of previous path line segment
static float previous_nominal_speed; // Nominal speed of previous path line segment
static float previous_safe_speed; // Exit speed limited by a jerk to full halt of a previous last segment.
uint8_t maxlimit_status;
#ifdef AUTOTEMP
float autotemp_max=250;
float autotemp_min=210;