Adherence to the new OOP coding standards
This commit is contained in:
parent
e48d0263bf
commit
7c7e30f4cc
4 changed files with 24 additions and 24 deletions
|
|
@ -360,7 +360,7 @@ extern bool axis_homed[3]; // axis[n].is_homed
|
|||
#endif
|
||||
|
||||
// Print job timer
|
||||
extern stopwatch print_job_timer;
|
||||
extern Stopwatch print_job_timer;
|
||||
|
||||
// Handling multiple extruders pins
|
||||
extern uint8_t active_extruder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue