Browse Source

Remove unused variable maxlimit_status

flash: 0
RAM: -1
Guðni Már Gilbert 3 years ago
parent
commit
4e798c9ed1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Firmware/planner.cpp

+ 0 - 2
Firmware/planner.cpp

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