Browse Source

Latest upstream commits

Scott Lahteine 10 years ago
parent
commit
967db181d0

+ 6
- 3
Marlin/Configuration.h View File

@@ -614,9 +614,12 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
614 614
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
615 615
 //define this to enable EEPROM support
616 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 624
 // @section temperature
622 625
 

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

@@ -614,9 +614,11 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
614 614
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
615 615
 //define this to enable EEPROM support
616 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 623
 // @section temperature
622 624
 

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

@@ -397,7 +397,7 @@ window.configuratorApp = (function(){
397 397
      *   .count   number of items in the group
398 398
      */
399 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 401
       var match_prev, patt, title, nameList, groups = {}, match_section;
402 402
       $.each(define_list[cindex], function(i, name) {
403 403
         if (match_prev) {
@@ -458,7 +458,8 @@ window.configuratorApp = (function(){
458 458
                 break;
459 459
               case 'JAPAN':
460 460
               case 'WESTERN':
461
-                patt = '(JAPAN|WESTERN)';
461
+              case 'CYRILLIC':
462
+                patt = '(JAPAN|WESTERN|CYRILLIC)';
462 463
                 break;
463 464
               case 'XMIN':
464 465
               case 'XMAX':

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

@@ -550,9 +550,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
550 550
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
551 551
 //define this to enable EEPROM support
552 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 559
 // Preheat Constants
558 560
 #define PLA_PREHEAT_HOTEND_TEMP 180

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

@@ -550,9 +550,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
550 550
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
551 551
 //define this to enable EEPROM support
552 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 559
 // Preheat Constants
558 560
 #define PLA_PREHEAT_HOTEND_TEMP 180

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

@@ -572,9 +572,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
572 572
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
573 573
 //define this to enable EEPROM support
574 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 581
 // Preheat Constants
580 582
 #define PLA_PREHEAT_HOTEND_TEMP 200

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

@@ -578,9 +578,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
578 578
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
579 579
 //define this to enable EEPROM support
580 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 587
 // Preheat Constants
586 588
 #define PLA_PREHEAT_HOTEND_TEMP 190

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

@@ -601,9 +601,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
601 601
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
602 602
 //define this to enable EEPROM support
603 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 610
 // Preheat Constants
609 611
 #define PLA_PREHEAT_HOTEND_TEMP 180

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

@@ -571,9 +571,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
571 571
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
572 572
 //define this to enable EEPROM support
573 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 580
 // Preheat Constants
579 581
 #define PLA_PREHEAT_HOTEND_TEMP 200

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

@@ -618,9 +618,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
618 618
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
619 619
 //define this to enable EEPROM support
620 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 627
 // Preheat Constants
626 628
 #define PLA_PREHEAT_HOTEND_TEMP 180

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

@@ -622,9 +622,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
622 622
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
623 623
 //define this to enable EEPROM support
624 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 631
 // Preheat Constants
630 632
 #define PLA_PREHEAT_HOTEND_TEMP 180

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

@@ -569,9 +569,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
569 569
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
570 570
 //define this to enable EEPROM support
571 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 578
 // Preheat Constants
577 579
 #define PLA_PREHEAT_HOTEND_TEMP 180

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

@@ -575,9 +575,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
575 575
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
576 576
 //define this to enable EEPROM support
577 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 584
 // Preheat Constants
583 585
 #define PLA_PREHEAT_HOTEND_TEMP 180

Loading…
Cancel
Save