Browse Source

Headings for menu sub-items, actions, etc.

Scott Lahteine 9 years ago
parent
commit
ef2fbaec98
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      Marlin/ultralcd.cpp

+ 10
- 0
Marlin/ultralcd.cpp View File

534
   END_MENU();
534
   END_MENU();
535
 }
535
 }
536
 
536
 
537
+/**
538
+ *
539
+ * "Tune" submenu items
540
+ *
541
+ */
537
 
542
 
538
 /**
543
 /**
539
  * Set the home offset based on the current_position
544
  * Set the home offset based on the current_position
741
   END_MENU();
746
   END_MENU();
742
 }
747
 }
743
 
748
 
749
+/**
750
+ *
751
+ * "Prepare" submenu items
752
+ *
753
+ */
744
 void _lcd_preheat(int endnum, const float temph, const float tempb, const int fan) {
754
 void _lcd_preheat(int endnum, const float temph, const float tempb, const int fan) {
745
   if (temph > 0) setTargetHotend(temph, endnum);
755
   if (temph > 0) setTargetHotend(temph, endnum);
746
   #if TEMP_SENSOR_BED != 0
756
   #if TEMP_SENSOR_BED != 0

Loading…
Cancel
Save