Browse Source

Update Marlin.h

Bernhard Kubicek 10 years ago
parent
commit
3d1da45f3e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin.h

+ 1
- 1
Marlin/Marlin.h View File

103
 void get_command();
103
 void get_command();
104
 void process_commands();
104
 void process_commands();
105
 
105
 
106
-void manage_inactivity(bool ignore_stepper_queue=false)
106
+void manage_inactivity(bool ignore_stepper_queue=false);
107
 
107
 
108
 #if defined(DUAL_X_CARRIAGE) && defined(X_ENABLE_PIN) && X_ENABLE_PIN > -1 \
108
 #if defined(DUAL_X_CARRIAGE) && defined(X_ENABLE_PIN) && X_ENABLE_PIN > -1 \
109
     && defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
109
     && defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1

Loading…
Cancel
Save