瀏覽代碼

Bring some configs up to date

Scott Lahteine 6 年之前
父節點
當前提交
650d4313c4

+ 28
- 2
Marlin/src/config/examples/Einstart-S/Configuration.h 查看文件

87
  * by the standard Marlin logo with version number and web URL.
87
  * by the standard Marlin logo with version number and web URL.
88
  *
88
  *
89
  * We encourage you to take advantage of this new feature and we also
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
 // Enable to show the bitmap in Marlin/_Bootscreen.h on startup.
93
 // Enable to show the bitmap in Marlin/_Bootscreen.h on startup.
562
 #define Y_STOP_INVERTING true
562
 #define Y_STOP_INVERTING true
563
 #define Z_STOP_INVERTING true
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
 // Enable this feature if all enabled endstop pins are interrupt-capable.
591
 // Enable this feature if all enabled endstop pins are interrupt-capable.
566
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
592
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
567
 //#define ENDSTOP_INTERRUPTS_FEATURE
593
 //#define ENDSTOP_INTERRUPTS_FEATURE
1870
  * For Neopixel LED an overall brightness parameter is also available.
1896
  * For Neopixel LED an overall brightness parameter is also available.
1871
  *
1897
  *
1872
  * *** CAUTION ***
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
  *  as the Arduino cannot handle the current the LEDs will require.
1900
  *  as the Arduino cannot handle the current the LEDs will require.
1875
  *  Failure to follow this precaution can destroy your Arduino!
1901
  *  Failure to follow this precaution can destroy your Arduino!
1876
  *  NOTE: A separate 5V power supply is required! The Neopixel LED needs
1902
  *  NOTE: A separate 5V power supply is required! The Neopixel LED needs

+ 5
- 3
Marlin/src/config/examples/Einstart-S/Configuration_adv.h 查看文件

1688
   #define MAX7219_DIN_PIN   57
1688
   #define MAX7219_DIN_PIN   57
1689
   #define MAX7219_LOAD_PIN  44
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
    * Sample debug features
1698
    * Sample debug features

+ 5
- 3
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h 查看文件

1642
   #define MAX7219_DIN_PIN   57
1642
   #define MAX7219_DIN_PIN   57
1643
   #define MAX7219_LOAD_PIN  44
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
    * Sample debug features
1652
    * Sample debug features

+ 5
- 3
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h 查看文件

1642
   #define MAX7219_DIN_PIN   57
1642
   #define MAX7219_DIN_PIN   57
1643
   #define MAX7219_LOAD_PIN  44
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
    * Sample debug features
1652
    * Sample debug features

+ 4
- 5
Marlin/src/config/examples/Tronxy/X3A/Configuration.h 查看文件

1406
  *
1406
  *
1407
  * Select the language to display on the LCD. These languages are available:
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
 #define LCD_LANGUAGE en
1414
 #define LCD_LANGUAGE en
1416
 
1415
 
1886
  * For Neopixel LED an overall brightness parameter is also available.
1885
  * For Neopixel LED an overall brightness parameter is also available.
1887
  *
1886
  *
1888
  * *** CAUTION ***
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
  *  as the Arduino cannot handle the current the LEDs will require.
1889
  *  as the Arduino cannot handle the current the LEDs will require.
1891
  *  Failure to follow this precaution can destroy your Arduino!
1890
  *  Failure to follow this precaution can destroy your Arduino!
1892
  *  NOTE: A separate 5V power supply is required! The Neopixel LED needs
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 查看文件

1644
   #define MAX7219_DIN_PIN   57
1644
   #define MAX7219_DIN_PIN   57
1645
   #define MAX7219_LOAD_PIN  44
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
    * Sample debug features
1654
    * Sample debug features

Loading…
取消
儲存