Selaa lähdekoodia

Bring some configs up to date

Scott Lahteine 6 vuotta sitten
vanhempi
commit
650d4313c4

+ 28
- 2
Marlin/src/config/examples/Einstart-S/Configuration.h Näytä tiedosto

@@ -87,7 +87,7 @@
87 87
  * by the standard Marlin logo with version number and web URL.
88 88
  *
89 89
  * We encourage you to take advantage of this new feature and we also
90
- * respecfully request that you retain the unmodified Marlin boot screen.
90
+ * respectfully request that you retain the unmodified Marlin boot screen.
91 91
  */
92 92
 
93 93
 // Enable to show the bitmap in Marlin/_Bootscreen.h on startup.
@@ -562,6 +562,32 @@
562 562
 #define Y_STOP_INVERTING true
563 563
 #define Z_STOP_INVERTING true
564 564
 
565
+/**
566
+ * Stepper Drivers
567
+ *
568
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
569
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
570
+ *
571
+ * A4988 is assumed for unspecified drivers.
572
+ *
573
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
574
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
575
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
576
+ *          TMC5130, TMC5130_STANDALONE
577
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
578
+ */
579
+//#define X_DRIVER_TYPE  A4988
580
+//#define Y_DRIVER_TYPE  A4988
581
+//#define Z_DRIVER_TYPE  A4988
582
+//#define X2_DRIVER_TYPE A4988
583
+//#define Y2_DRIVER_TYPE A4988
584
+//#define Z2_DRIVER_TYPE A4988
585
+//#define E0_DRIVER_TYPE A4988
586
+//#define E1_DRIVER_TYPE A4988
587
+//#define E2_DRIVER_TYPE A4988
588
+//#define E3_DRIVER_TYPE A4988
589
+//#define E4_DRIVER_TYPE A4988
590
+
565 591
 // Enable this feature if all enabled endstop pins are interrupt-capable.
566 592
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
567 593
 //#define ENDSTOP_INTERRUPTS_FEATURE
@@ -1870,7 +1896,7 @@
1870 1896
  * For Neopixel LED an overall brightness parameter is also available.
1871 1897
  *
1872 1898
  * *** CAUTION ***
1873
- *  LED Strips require a MOFSET Chip between PWM lines and LEDs,
1899
+ *  LED Strips require a MOSFET Chip between PWM lines and LEDs,
1874 1900
  *  as the Arduino cannot handle the current the LEDs will require.
1875 1901
  *  Failure to follow this precaution can destroy your Arduino!
1876 1902
  *  NOTE: A separate 5V power supply is required! The Neopixel LED needs

+ 5
- 3
Marlin/src/config/examples/Einstart-S/Configuration_adv.h Näytä tiedosto

@@ -1688,9 +1688,11 @@
1688 1688
   #define MAX7219_DIN_PIN   57
1689 1689
   #define MAX7219_LOAD_PIN  44
1690 1690
 
1691
-  //#define MAX7219_GCODE       // Add the M7219 G-code to control the LED matrix
1692
-  #define MAX7219_INIT_TEST     // Do a test pattern at initialization (Set to 2 for spiral)
1693
-  #define MAX7219_ROTATE     0  // Rotate the display clockwise (in multiples of +/- 90°)
1691
+  //#define MAX7219_GCODE          // Add the M7219 G-code to control the LED matrix
1692
+  #define MAX7219_INIT_TEST    2   // Do a test pattern at initialization (Set to 2 for spiral)
1693
+  #define MAX7219_NUMBER_UNITS 1   // Number of Max7219 units in chain.
1694
+  #define MAX7219_ROTATE       0   // Rotate the display clockwise (in multiples of +/- 90°)
1695
+                                   // connector at:  right=0   bottom=-90  top=90  left=180
1694 1696
 
1695 1697
   /**
1696 1698
    * Sample debug features

+ 5
- 3
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h Näytä tiedosto

@@ -1642,9 +1642,11 @@
1642 1642
   #define MAX7219_DIN_PIN   57
1643 1643
   #define MAX7219_LOAD_PIN  44
1644 1644
 
1645
-  //#define MAX7219_GCODE       // Add the M7219 G-code to control the LED matrix
1646
-  #define MAX7219_INIT_TEST     // Do a test pattern at initialization (Set to 2 for spiral)
1647
-  #define MAX7219_ROTATE     0  // Rotate the display clockwise (in multiples of +/- 90°)
1645
+  //#define MAX7219_GCODE          // Add the M7219 G-code to control the LED matrix
1646
+  #define MAX7219_INIT_TEST    2   // Do a test pattern at initialization (Set to 2 for spiral)
1647
+  #define MAX7219_NUMBER_UNITS 1   // Number of Max7219 units in chain.
1648
+  #define MAX7219_ROTATE       0   // Rotate the display clockwise (in multiples of +/- 90°)
1649
+                                   // connector at:  right=0   bottom=-90  top=90  left=180
1648 1650
 
1649 1651
   /**
1650 1652
    * Sample debug features

+ 5
- 3
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h Näytä tiedosto

@@ -1642,9 +1642,11 @@
1642 1642
   #define MAX7219_DIN_PIN   57
1643 1643
   #define MAX7219_LOAD_PIN  44
1644 1644
 
1645
-  //#define MAX7219_GCODE       // Add the M7219 G-code to control the LED matrix
1646
-  #define MAX7219_INIT_TEST     // Do a test pattern at initialization (Set to 2 for spiral)
1647
-  #define MAX7219_ROTATE     0  // Rotate the display clockwise (in multiples of +/- 90°)
1645
+  //#define MAX7219_GCODE          // Add the M7219 G-code to control the LED matrix
1646
+  #define MAX7219_INIT_TEST    2   // Do a test pattern at initialization (Set to 2 for spiral)
1647
+  #define MAX7219_NUMBER_UNITS 1   // Number of Max7219 units in chain.
1648
+  #define MAX7219_ROTATE       0   // Rotate the display clockwise (in multiples of +/- 90°)
1649
+                                   // connector at:  right=0   bottom=-90  top=90  left=180
1648 1650
 
1649 1651
   /**
1650 1652
    * Sample debug features

+ 4
- 5
Marlin/src/config/examples/Tronxy/X3A/Configuration.h Näytä tiedosto

@@ -1406,11 +1406,10 @@
1406 1406
  *
1407 1407
  * Select the language to display on the LCD. These languages are available:
1408 1408
  *
1409
- *    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr,
1410
- *    gl, hr, it, jp-kana, nl, pl, pt, pt-br, ru, sk,
1411
- *    tr, uk, zh_CN, zh_TW, test
1409
+ *    en, an, bg, ca, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1410
+ *    jp-kana, nl, pl, pt, pt-br, ru, sk, tr, uk, zh_CN, zh_TW, test
1412 1411
  *
1413
- * :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'jp-kana':'Japanese', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'ru':'Russian', 'sk':'Slovak', 'tr':'Turkish', 'uk':'Ukrainian', 'zh_CN':'Chinese (Simplified)', 'zh_TW':'Chinese (Traditional)', test':'TEST' }
1412
+ * :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'jp-kana':'Japanese', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'ru':'Russian', 'sk':'Slovak', 'tr':'Turkish', 'uk':'Ukrainian', 'zh_CN':'Chinese (Simplified)', 'zh_TW':'Chinese (Traditional)', 'test':'TEST' }
1414 1413
  */
1415 1414
 #define LCD_LANGUAGE en
1416 1415
 
@@ -1886,7 +1885,7 @@
1886 1885
  * For Neopixel LED an overall brightness parameter is also available.
1887 1886
  *
1888 1887
  * *** CAUTION ***
1889
- *  LED Strips require a MOFSET Chip between PWM lines and LEDs,
1888
+ *  LED Strips require a MOSFET Chip between PWM lines and LEDs,
1890 1889
  *  as the Arduino cannot handle the current the LEDs will require.
1891 1890
  *  Failure to follow this precaution can destroy your Arduino!
1892 1891
  *  NOTE: A separate 5V power supply is required! The Neopixel LED needs

+ 5
- 3
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h Näytä tiedosto

@@ -1644,9 +1644,11 @@
1644 1644
   #define MAX7219_DIN_PIN   57
1645 1645
   #define MAX7219_LOAD_PIN  44
1646 1646
 
1647
-  //#define MAX7219_GCODE       // Add the M7219 G-code to control the LED matrix
1648
-  #define MAX7219_INIT_TEST     // Do a test pattern at initialization (Set to 2 for spiral)
1649
-  #define MAX7219_ROTATE     0  // Rotate the display clockwise (in multiples of +/- 90°)
1647
+  //#define MAX7219_GCODE          // Add the M7219 G-code to control the LED matrix
1648
+  #define MAX7219_INIT_TEST    2   // Do a test pattern at initialization (Set to 2 for spiral)
1649
+  #define MAX7219_NUMBER_UNITS 1   // Number of Max7219 units in chain.
1650
+  #define MAX7219_ROTATE       0   // Rotate the display clockwise (in multiples of +/- 90°)
1651
+                                   // connector at:  right=0   bottom=-90  top=90  left=180
1650 1652
 
1651 1653
   /**
1652 1654
    * Sample debug features

Loading…
Peruuta
Tallenna