BARICUDA valve pressure consistently uint8_t

This commit is contained in:
Scott Lahteine 2017-07-17 22:01:20 -05:00
parent 4d98e3f0a7
commit 72de280c1e
4 changed files with 6 additions and 7 deletions

View file

@ -362,8 +362,7 @@ extern float soft_endstop_min[XYZ], soft_endstop_max[XYZ];
#endif
#if ENABLED(BARICUDA)
extern int baricuda_valve_pressure;
extern int baricuda_e_to_p_pressure;
extern uint8_t baricuda_valve_pressure, baricuda_e_to_p_pressure;
#endif
#if ENABLED(FILAMENT_WIDTH_SENSOR)