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