Rename baricuda variables
This commit is contained in:
parent
78747b1328
commit
a4062a47ac
3 changed files with 12 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue