Make BARICUDA a feature

This commit is contained in:
Scott Lahteine
2017-09-16 22:58:13 -05:00
parent 14a5d2a273
commit b464887ea1
8 changed files with 57 additions and 86 deletions

View File

@@ -207,10 +207,6 @@ extern volatile bool wait_for_heatup;
#endif
#endif
#if ENABLED(BARICUDA)
extern uint8_t baricuda_valve_pressure, baricuda_e_to_p_pressure;
#endif
#if ENABLED(ADVANCED_PAUSE_FEATURE)
extern AdvancedPauseMenuResponse advanced_pause_menu_response;
#endif