Adherence to the new OOP coding standards

This commit is contained in:
João Brázio
2016-04-07 12:41:09 +01:00
parent e48d0263bf
commit 7c7e30f4cc
4 changed files with 24 additions and 24 deletions

View File

@@ -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;