Browse Source

Updated example configurations

maverikou 10 years ago
parent
commit
a9e15aa503

+ 8
- 0
Marlin/example_configurations/Hephestos/Configuration.h View File

587
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
587
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
588
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
588
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
589
 
589
 
590
+// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
591
+// http://reprap.org/wiki/PanelOne
592
+//#define PANEL_ONE
593
+
590
 // The MaKr3d Makr-Panel with graphic controller and SD support
594
 // The MaKr3d Makr-Panel with graphic controller and SD support
591
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
595
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
592
 //#define MAKRPANEL
596
 //#define MAKRPANEL
645
  #define ENCODER_STEPS_PER_MENU_ITEM 1
649
  #define ENCODER_STEPS_PER_MENU_ITEM 1
646
 #endif
650
 #endif
647
 
651
 
652
+#if defined (PANEL_ONE)
653
+ #define SDSUPPORT
654
+ #define ULTIMAKERCONTROLLER
655
+#endif
648
 
656
 
649
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
657
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
650
  #define DOGLCD
658
  #define DOGLCD

+ 8
- 0
Marlin/example_configurations/K8200/Configuration.h View File

597
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
597
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
598
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
598
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
599
 
599
 
600
+// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
601
+// http://reprap.org/wiki/PanelOne
602
+//#define PANEL_ONE
603
+
600
 // The MaKr3d Makr-Panel with graphic controller and SD support
604
 // The MaKr3d Makr-Panel with graphic controller and SD support
601
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
605
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
602
 //#define MAKRPANEL
606
 //#define MAKRPANEL
655
  #define ENCODER_STEPS_PER_MENU_ITEM 1
659
  #define ENCODER_STEPS_PER_MENU_ITEM 1
656
 #endif
660
 #endif
657
 
661
 
662
+#if defined (PANEL_ONE)
663
+ #define SDSUPPORT
664
+ #define ULTIMAKERCONTROLLER
665
+#endif
658
 
666
 
659
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
667
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
660
  #define DOGLCD
668
  #define DOGLCD

+ 8
- 0
Marlin/example_configurations/SCARA/Configuration.h View File

590
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
590
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
591
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
591
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
592
 
592
 
593
+// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
594
+// http://reprap.org/wiki/PanelOne
595
+//#define PANEL_ONE
596
+
593
 // The MaKr3d Makr-Panel with graphic controller and SD support
597
 // The MaKr3d Makr-Panel with graphic controller and SD support
594
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
598
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
595
 //#define MAKRPANEL
599
 //#define MAKRPANEL
648
  #define ENCODER_STEPS_PER_MENU_ITEM 1
652
  #define ENCODER_STEPS_PER_MENU_ITEM 1
649
 #endif
653
 #endif
650
 
654
 
655
+#if defined (PANEL_ONE)
656
+ #define SDSUPPORT
657
+ #define ULTIMAKERCONTROLLER
658
+#endif
651
 
659
 
652
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
660
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
653
  #define DOGLCD
661
  #define DOGLCD

+ 8
- 0
Marlin/example_configurations/WITBOX/Configuration.h View File

591
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
591
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
592
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
592
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
593
 
593
 
594
+// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
595
+// http://reprap.org/wiki/PanelOne
596
+//#define PANEL_ONE
597
+
594
 // The MaKr3d Makr-Panel with graphic controller and SD support
598
 // The MaKr3d Makr-Panel with graphic controller and SD support
595
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
599
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
596
 //#define MAKRPANEL
600
 //#define MAKRPANEL
649
  #define ENCODER_STEPS_PER_MENU_ITEM 1
653
  #define ENCODER_STEPS_PER_MENU_ITEM 1
650
 #endif
654
 #endif
651
 
655
 
656
+#if defined (PANEL_ONE)
657
+ #define SDSUPPORT
658
+ #define ULTIMAKERCONTROLLER
659
+#endif
652
 
660
 
653
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
661
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
654
  #define DOGLCD
662
  #define DOGLCD

+ 8
- 0
Marlin/example_configurations/delta/Configuration.h View File

495
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
495
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
496
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
496
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
497
 
497
 
498
+// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
499
+// http://reprap.org/wiki/PanelOne
500
+//#define PANEL_ONE
501
+
498
 // The MaKr3d Makr-Panel with graphic controller and SD support
502
 // The MaKr3d Makr-Panel with graphic controller and SD support
499
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
503
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
500
 //#define MAKRPANEL
504
 //#define MAKRPANEL
560
  #define ENCODER_STEPS_PER_MENU_ITEM 1
564
  #define ENCODER_STEPS_PER_MENU_ITEM 1
561
 #endif
565
 #endif
562
 
566
 
567
+#if defined (PANEL_ONE)
568
+ #define SDSUPPORT
569
+ #define ULTIMAKERCONTROLLER
570
+#endif
563
 
571
 
564
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
572
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
565
  #define DOGLCD
573
  #define DOGLCD

+ 8
- 0
Marlin/example_configurations/makibox/Configuration.h View File

565
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
565
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
566
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
566
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
567
 
567
 
568
+// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
569
+// http://reprap.org/wiki/PanelOne
570
+//#define PANEL_ONE
571
+
568
 // The MaKr3d Makr-Panel with graphic controller and SD support
572
 // The MaKr3d Makr-Panel with graphic controller and SD support
569
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
573
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
570
 //#define MAKRPANEL
574
 //#define MAKRPANEL
623
  #define ENCODER_STEPS_PER_MENU_ITEM 1
627
  #define ENCODER_STEPS_PER_MENU_ITEM 1
624
 #endif
628
 #endif
625
 
629
 
630
+#if defined (PANEL_ONE)
631
+ #define SDSUPPORT
632
+ #define ULTIMAKERCONTROLLER
633
+#endif
626
 
634
 
627
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
635
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
628
  #define DOGLCD
636
  #define DOGLCD

+ 8
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

578
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
578
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
579
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
579
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
580
 
580
 
581
+// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
582
+// http://reprap.org/wiki/PanelOne
583
+//#define PANEL_ONE
584
+
581
 // The MaKr3d Makr-Panel with graphic controller and SD support
585
 // The MaKr3d Makr-Panel with graphic controller and SD support
582
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
586
 // http://reprap.org/wiki/MaKr3d_MaKrPanel
583
 //#define MAKRPANEL
587
 //#define MAKRPANEL
636
  #define ENCODER_STEPS_PER_MENU_ITEM 1
640
  #define ENCODER_STEPS_PER_MENU_ITEM 1
637
 #endif
641
 #endif
638
 
642
 
643
+#if defined (PANEL_ONE)
644
+ #define SDSUPPORT
645
+ #define ULTIMAKERCONTROLLER
646
+#endif
639
 
647
 
640
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
648
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
641
  #define DOGLCD
649
  #define DOGLCD

Loading…
Cancel
Save