|
@@ -581,6 +581,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
581
|
581
|
//#define LCD_FEEDBACK_FREQUENCY_HZ 1000 // this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
|
582
|
582
|
//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
|
583
|
583
|
|
|
584
|
+// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
|
|
585
|
+// http://reprap.org/wiki/PanelOne
|
|
586
|
+//#define PANEL_ONE
|
|
587
|
+
|
584
|
588
|
// The MaKr3d Makr-Panel with graphic controller and SD support
|
585
|
589
|
// http://reprap.org/wiki/MaKr3d_MaKrPanel
|
586
|
590
|
//#define MAKRPANEL
|
|
@@ -639,6 +643,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
639
|
643
|
#define ENCODER_STEPS_PER_MENU_ITEM 1
|
640
|
644
|
#endif
|
641
|
645
|
|
|
646
|
+#if defined (PANEL_ONE)
|
|
647
|
+ #define SDSUPPORT
|
|
648
|
+ #define ULTIMAKERCONTROLLER
|
|
649
|
+#endif
|
642
|
650
|
|
643
|
651
|
#if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
|
644
|
652
|
#define DOGLCD
|