FILAMENT_WIDTH_SENSOR feature

This commit is contained in:
Scott Lahteine
2017-09-12 15:02:17 -05:00
parent d5fe0fb02b
commit 4f1eadf41f
10 changed files with 81 additions and 91 deletions

View File

@@ -211,15 +211,6 @@ extern volatile bool wait_for_heatup;
extern uint8_t baricuda_valve_pressure, baricuda_e_to_p_pressure;
#endif
#if ENABLED(FILAMENT_WIDTH_SENSOR)
extern bool filament_sensor; // Flag that filament sensor readings should control extrusion
extern float filament_width_nominal, // Theoretical filament diameter i.e., 3.00 or 1.75
filament_width_meas; // Measured filament diameter
extern uint8_t meas_delay_cm, // Delay distance
measurement_delay[]; // Ring buffer to delay measurement
extern int8_t filwidth_delay_index[2]; // Ring buffer indexes. Used by planner, temperature, and main code
#endif
#if ENABLED(ADVANCED_PAUSE_FEATURE)
extern AdvancedPauseMenuResponse advanced_pause_menu_response;
#endif