BARICUDA valve pressure consistently uint8_t
This commit is contained in:
parent
4d98e3f0a7
commit
72de280c1e
4 changed files with 6 additions and 7 deletions
|
|
@ -561,8 +561,8 @@ static uint8_t target_extruder;
|
|||
#endif
|
||||
|
||||
#if ENABLED(BARICUDA)
|
||||
int baricuda_valve_pressure = 0;
|
||||
int baricuda_e_to_p_pressure = 0;
|
||||
uint8_t baricuda_valve_pressure = 0,
|
||||
baricuda_e_to_p_pressure = 0;
|
||||
#endif
|
||||
|
||||
#if ENABLED(FWRETRACT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue