浏览代码

Config adjustments

Scott Lahteine 3 年前
父节点
当前提交
38cd7b9938
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1
    1
      Marlin/Configuration.h
  2. 3
    3
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration.h 查看文件

2359
   #define NEOPIXEL_PIN     4       // LED driving pin
2359
   #define NEOPIXEL_PIN     4       // LED driving pin
2360
   //#define NEOPIXEL2_TYPE NEOPIXEL_TYPE
2360
   //#define NEOPIXEL2_TYPE NEOPIXEL_TYPE
2361
   //#define NEOPIXEL2_PIN    5
2361
   //#define NEOPIXEL2_PIN    5
2362
-  #define NEOPIXEL2_INSERIES false // The default behaviour is 'false' with neopixel2 in parallel
2362
+  //#define NEOPIXEL2_INSERIES     // Default behavior is NeoPixel 2 in parallel
2363
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip, larger of 2 strips if 2 neopixel strips are used
2363
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip, larger of 2 strips if 2 neopixel strips are used
2364
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
2364
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
2365
   #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)
2365
   #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)

+ 3
- 3
Marlin/Configuration_adv.h 查看文件

825
 
825
 
826
 //#define HOME_AFTER_DEACTIVATE  // Require rehoming after steppers are deactivated
826
 //#define HOME_AFTER_DEACTIVATE  // Require rehoming after steppers are deactivated
827
 
827
 
828
-// Minimum time that a segment needs to take as the buffer gets emptied
829
-#define DEFAULT_MINSEGMENTTIME        20000   // (µs) Set with M205 B.
830
-
831
 // Default Minimum Feedrates for printing and travel moves
828
 // Default Minimum Feedrates for printing and travel moves
832
 #define DEFAULT_MINIMUMFEEDRATE       0.0     // (mm/s) Minimum feedrate. Set with M205 S.
829
 #define DEFAULT_MINIMUMFEEDRATE       0.0     // (mm/s) Minimum feedrate. Set with M205 S.
833
 #define DEFAULT_MINTRAVELFEEDRATE     0.0     // (mm/s) Minimum travel feedrate. Set with M205 T.
830
 #define DEFAULT_MINTRAVELFEEDRATE     0.0     // (mm/s) Minimum travel feedrate. Set with M205 T.
834
 
831
 
832
+// Minimum time that a segment needs to take as the buffer gets emptied
833
+#define DEFAULT_MINSEGMENTTIME        20000   // (µs) Set with M205 B.
834
+
835
 // Slow down the machine if the lookahead buffer is (by default) half full.
835
 // Slow down the machine if the lookahead buffer is (by default) half full.
836
 // Increase the slowdown divisor for larger buffer sizes.
836
 // Increase the slowdown divisor for larger buffer sizes.
837
 #define SLOWDOWN
837
 #define SLOWDOWN

正在加载...
取消
保存