Rename baricuda variables

This commit is contained in:
Scott Lahteine
2016-04-17 23:12:15 -07:00
parent 78747b1328
commit a4062a47ac
3 changed files with 12 additions and 12 deletions

View File

@@ -340,8 +340,8 @@ extern bool axis_homed[3]; // axis[n].is_homed
#endif
#if ENABLED(BARICUDA)
extern int ValvePressure;
extern int EtoPPressure;
extern int baricuda_valve_pressure;
extern int baricuda_e_to_p_pressure;
#endif
#if ENABLED(FILAMENT_WIDTH_SENSOR)