ソースを参照

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,7 +2359,7 @@
2359 2359
   #define NEOPIXEL_PIN     4       // LED driving pin
2360 2360
   //#define NEOPIXEL2_TYPE NEOPIXEL_TYPE
2361 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 2363
   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip, larger of 2 strips if 2 neopixel strips are used
2364 2364
   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
2365 2365
   #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)

+ 3
- 3
Marlin/Configuration_adv.h ファイルの表示

@@ -825,13 +825,13 @@
825 825
 
826 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 828
 // Default Minimum Feedrates for printing and travel moves
832 829
 #define DEFAULT_MINIMUMFEEDRATE       0.0     // (mm/s) Minimum feedrate. Set with M205 S.
833 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 835
 // Slow down the machine if the lookahead buffer is (by default) half full.
836 836
 // Increase the slowdown divisor for larger buffer sizes.
837 837
 #define SLOWDOWN

読み込み中…
キャンセル
保存