BARICUDA valve pressure consistently uint8_t
This commit is contained in:
parent
4d98e3f0a7
commit
72de280c1e
4 changed files with 6 additions and 7 deletions
|
|
@ -409,10 +409,10 @@ void Planner::check_axes_activity() {
|
|||
|
||||
#if ENABLED(BARICUDA)
|
||||
#if HAS_HEATER_1
|
||||
unsigned char tail_valve_pressure = baricuda_valve_pressure;
|
||||
uint8_t tail_valve_pressure = baricuda_valve_pressure;
|
||||
#endif
|
||||
#if HAS_HEATER_2
|
||||
unsigned char tail_e_to_p_pressure = baricuda_e_to_p_pressure;
|
||||
uint8_t tail_e_to_p_pressure = baricuda_e_to_p_pressure;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue