Browse Source

Latest upstream commits

Scott Lahteine 10 years ago
parent
commit
967db181d0

+ 6
- 3
Marlin/Configuration.h View File

614
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
614
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
615
 //define this to enable EEPROM support
615
 //define this to enable EEPROM support
616
 //#define EEPROM_SETTINGS
616
 //#define EEPROM_SETTINGS
617
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
618
-// please keep turned on if you can.
619
-//#define EEPROM_CHITCHAT
617
+
618
+#ifdef EEPROM_SETTINGS
619
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
620
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
621
+#endif
622
+
620
 
623
 
621
 // @section temperature
624
 // @section temperature
622
 
625
 

+ 5
- 3
Marlin/configurator/config/Configuration.h View File

614
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
614
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
615
 //define this to enable EEPROM support
615
 //define this to enable EEPROM support
616
 //#define EEPROM_SETTINGS
616
 //#define EEPROM_SETTINGS
617
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
618
-// please keep turned on if you can.
619
-//#define EEPROM_CHITCHAT
617
+
618
+#ifdef EEPROM_SETTINGS
619
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
620
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
621
+#endif
620
 
622
 
621
 // @section temperature
623
 // @section temperature
622
 
624
 

+ 3
- 2
Marlin/configurator/js/configurator.js View File

397
      *   .count   number of items in the group
397
      *   .count   number of items in the group
398
      */
398
      */
399
     refreshDefineGroups: function(cindex) {
399
     refreshDefineGroups: function(cindex) {
400
-      var findDef = /^(|.*_)(([XYZE](MAX|MIN))|(E[0-3]|[XYZE01234])|MAX|MIN|(bed)?K[pid]|HOTEND|HPB|JAPAN|WESTERN|LEFT|RIGHT|BACK|FRONT|[XYZ]_POINT)(_.*|)$/i;
400
+      var findDef = /^(|.*_)(([XYZE](MAX|MIN))|(E[0-3]|[XYZE01234])|MAX|MIN|(bed)?K[pid]|HOTEND|HPB|JAPAN|WESTERN|CYRILLIC|LEFT|RIGHT|BACK|FRONT|[XYZ]_POINT)(_.*|)$/i;
401
       var match_prev, patt, title, nameList, groups = {}, match_section;
401
       var match_prev, patt, title, nameList, groups = {}, match_section;
402
       $.each(define_list[cindex], function(i, name) {
402
       $.each(define_list[cindex], function(i, name) {
403
         if (match_prev) {
403
         if (match_prev) {
458
                 break;
458
                 break;
459
               case 'JAPAN':
459
               case 'JAPAN':
460
               case 'WESTERN':
460
               case 'WESTERN':
461
-                patt = '(JAPAN|WESTERN)';
461
+              case 'CYRILLIC':
462
+                patt = '(JAPAN|WESTERN|CYRILLIC)';
462
                 break;
463
                 break;
463
               case 'XMIN':
464
               case 'XMIN':
464
               case 'XMAX':
465
               case 'XMAX':

+ 5
- 3
Marlin/example_configurations/Felix/Configuration.h View File

550
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
550
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
551
 //define this to enable EEPROM support
551
 //define this to enable EEPROM support
552
 //#define EEPROM_SETTINGS
552
 //#define EEPROM_SETTINGS
553
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
554
-// please keep turned on if you can.
555
-//#define EEPROM_CHITCHAT
553
+
554
+#ifdef EEPROM_SETTINGS
555
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
556
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
557
+#endif
556
 
558
 
557
 // Preheat Constants
559
 // Preheat Constants
558
 #define PLA_PREHEAT_HOTEND_TEMP 180
560
 #define PLA_PREHEAT_HOTEND_TEMP 180

+ 5
- 3
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

550
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
550
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
551
 //define this to enable EEPROM support
551
 //define this to enable EEPROM support
552
 //#define EEPROM_SETTINGS
552
 //#define EEPROM_SETTINGS
553
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
554
-// please keep turned on if you can.
555
-//#define EEPROM_CHITCHAT
553
+
554
+#ifdef EEPROM_SETTINGS
555
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
556
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
557
+#endif
556
 
558
 
557
 // Preheat Constants
559
 // Preheat Constants
558
 #define PLA_PREHEAT_HOTEND_TEMP 180
560
 #define PLA_PREHEAT_HOTEND_TEMP 180

+ 5
- 3
Marlin/example_configurations/Hephestos/Configuration.h View File

572
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
572
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
573
 //define this to enable EEPROM support
573
 //define this to enable EEPROM support
574
 //#define EEPROM_SETTINGS
574
 //#define EEPROM_SETTINGS
575
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
576
-// please keep turned on if you can.
577
-//#define EEPROM_CHITCHAT
575
+
576
+#ifdef EEPROM_SETTINGS
577
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
578
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
579
+#endif
578
 
580
 
579
 // Preheat Constants
581
 // Preheat Constants
580
 #define PLA_PREHEAT_HOTEND_TEMP 200
582
 #define PLA_PREHEAT_HOTEND_TEMP 200

+ 5
- 3
Marlin/example_configurations/K8200/Configuration.h View File

578
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
578
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
579
 //define this to enable EEPROM support
579
 //define this to enable EEPROM support
580
 #define EEPROM_SETTINGS
580
 #define EEPROM_SETTINGS
581
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
582
-// please keep turned on if you can.
583
-//#define EEPROM_CHITCHAT
581
+
582
+#ifdef EEPROM_SETTINGS
583
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
584
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
585
+#endif
584
 
586
 
585
 // Preheat Constants
587
 // Preheat Constants
586
 #define PLA_PREHEAT_HOTEND_TEMP 190
588
 #define PLA_PREHEAT_HOTEND_TEMP 190

+ 5
- 3
Marlin/example_configurations/SCARA/Configuration.h View File

601
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
601
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
602
 //define this to enable EEPROM support
602
 //define this to enable EEPROM support
603
 //#define EEPROM_SETTINGS
603
 //#define EEPROM_SETTINGS
604
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
605
-// please keep turned on if you can.
606
-#define EEPROM_CHITCHAT
604
+
605
+#ifdef EEPROM_SETTINGS
606
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
607
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
608
+#endif
607
 
609
 
608
 // Preheat Constants
610
 // Preheat Constants
609
 #define PLA_PREHEAT_HOTEND_TEMP 180
611
 #define PLA_PREHEAT_HOTEND_TEMP 180

+ 5
- 3
Marlin/example_configurations/WITBOX/Configuration.h View File

571
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
571
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
572
 //define this to enable EEPROM support
572
 //define this to enable EEPROM support
573
 //#define EEPROM_SETTINGS
573
 //#define EEPROM_SETTINGS
574
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
575
-// please keep turned on if you can.
576
-//#define EEPROM_CHITCHAT
574
+
575
+#ifdef EEPROM_SETTINGS
576
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
577
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
578
+#endif
577
 
579
 
578
 // Preheat Constants
580
 // Preheat Constants
579
 #define PLA_PREHEAT_HOTEND_TEMP 200
581
 #define PLA_PREHEAT_HOTEND_TEMP 200

+ 5
- 3
Marlin/example_configurations/delta/generic/Configuration.h View File

618
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
618
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
619
 //define this to enable EEPROM support
619
 //define this to enable EEPROM support
620
 //#define EEPROM_SETTINGS
620
 //#define EEPROM_SETTINGS
621
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
622
-// please keep turned on if you can.
623
-//#define EEPROM_CHITCHAT
621
+
622
+#ifdef EEPROM_SETTINGS
623
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
624
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
625
+#endif
624
 
626
 
625
 // Preheat Constants
627
 // Preheat Constants
626
 #define PLA_PREHEAT_HOTEND_TEMP 180
628
 #define PLA_PREHEAT_HOTEND_TEMP 180

+ 5
- 3
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

622
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
622
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
623
 //define this to enable EEPROM support
623
 //define this to enable EEPROM support
624
 //#define EEPROM_SETTINGS
624
 //#define EEPROM_SETTINGS
625
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
626
-// please keep turned on if you can.
627
-//#define EEPROM_CHITCHAT
625
+
626
+#ifdef EEPROM_SETTINGS
627
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
628
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
629
+#endif
628
 
630
 
629
 // Preheat Constants
631
 // Preheat Constants
630
 #define PLA_PREHEAT_HOTEND_TEMP 180
632
 #define PLA_PREHEAT_HOTEND_TEMP 180

+ 5
- 3
Marlin/example_configurations/makibox/Configuration.h View File

569
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
569
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
570
 //define this to enable EEPROM support
570
 //define this to enable EEPROM support
571
 #define EEPROM_SETTINGS
571
 #define EEPROM_SETTINGS
572
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
573
-// please keep turned on if you can.
574
-//#define EEPROM_CHITCHAT
572
+
573
+#ifdef EEPROM_SETTINGS
574
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
575
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
576
+#endif
575
 
577
 
576
 // Preheat Constants
578
 // Preheat Constants
577
 #define PLA_PREHEAT_HOTEND_TEMP 180
579
 #define PLA_PREHEAT_HOTEND_TEMP 180

+ 5
- 3
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

575
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
575
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
576
 //define this to enable EEPROM support
576
 //define this to enable EEPROM support
577
 //#define EEPROM_SETTINGS
577
 //#define EEPROM_SETTINGS
578
-//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
579
-// please keep turned on if you can.
580
-//#define EEPROM_CHITCHAT
578
+
579
+#ifdef EEPROM_SETTINGS
580
+  // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
581
+  #define EEPROM_CHITCHAT // please keep turned on if you can.
582
+#endif
581
 
583
 
582
 // Preheat Constants
584
 // Preheat Constants
583
 #define PLA_PREHEAT_HOTEND_TEMP 180
585
 #define PLA_PREHEAT_HOTEND_TEMP 180

Loading…
Cancel
Save