No lcd_map_control needed in quick_stop

This commit is contained in:
Scott Lahteine
2017-12-06 16:19:11 -06:00
parent 3b30cc90f1
commit 574153a810
3 changed files with 20 additions and 16 deletions

View File

@@ -101,10 +101,11 @@ class Stepper {
static uint32_t motor_current_setting[3];
#endif
static int16_t cleaning_buffer_counter;
private:
static uint8_t last_direction_bits; // The next stepping-bits to be output
static int16_t cleaning_buffer_counter;
#if ENABLED(X_DUAL_ENDSTOPS)
static bool locked_x_motor, locked_x2_motor;