Pārlūkot izejas kodu

Configurator is out-of-date AGAIN (PR#2550)

Richard Wackerbarth 10 gadus atpakaļ
vecāks
revīzija
525d0dc239

+ 7
- 2
Marlin/configurator/config/Configuration.h Parādīt failu

@@ -305,10 +305,10 @@ Here are some standard links for getting your machine calibrated:
305 305
 // @section machine
306 306
 
307 307
 // Uncomment this option to enable CoreXY kinematics
308
-// #define COREXY
308
+//#define COREXY
309 309
 
310 310
 // Uncomment this option to enable CoreXZ kinematics
311
-// #define COREXZ
311
+//#define COREXZ
312 312
 
313 313
 // Enable this option for Toshiba steppers
314 314
 //#define CONFIG_STEPPERS_TOSHIBA
@@ -612,6 +612,11 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
612 612
   #define EEPROM_CHITCHAT // Please keep turned on if you can.
613 613
 #endif
614 614
 
615
+//
616
+// M100 Free Memory Watcher
617
+//
618
+//#define M100_FREE_MEMORY_WATCHER // uncomment to add the M100 Free Memory Watcher for debug purpose
619
+
615 620
 // @section temperature
616 621
 
617 622
 // Preheat Constants

+ 11
- 1
Marlin/configurator/config/Configuration_adv.h Parādīt failu

@@ -94,6 +94,11 @@
94 94
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
95 95
 //#define FAN_KICKSTART_TIME 100
96 96
 
97
+// This defines the minimal speed for the main fan, run in PWM mode
98
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
99
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
100
+//#define FAN_MIN_PWM 50
101
+
97 102
 // @section extruder
98 103
 
99 104
 // Extruder cooling fans
@@ -290,7 +295,9 @@
290 295
   // You can get round this by connecting a push button or single throw switch to the pin defined as SDCARDCARDDETECT
291 296
   // in the pins.h file.  When using a push button pulling the pin to ground this will need inverted.  This setting should
292 297
   // be commented out otherwise
293
-  #define SDCARDDETECTINVERTED
298
+  #ifndef ELB_FULL_GRAPHIC_CONTROLLER
299
+    #define SDCARDDETECTINVERTED
300
+  #endif
294 301
 
295 302
   #define SD_FINISHED_STEPPERRELEASE true  //if sd support and the file is finished: disable steppers?
296 303
   #define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the z enabled so your bed stays in place.
@@ -448,6 +455,9 @@ const unsigned int dropsegments=5; //everything with less than this number of st
448 455
     #define FILAMENTCHANGE_ZADD 10
449 456
     #define FILAMENTCHANGE_FIRSTRETRACT -2
450 457
     #define FILAMENTCHANGE_FINALRETRACT -100
458
+    #define AUTO_FILAMENT_CHANGE                //This extrude filament until you press the button on LCD
459
+    #define AUTO_FILAMENT_CHANGE_LENGTH 0.04    //Extrusion length on automatic extrusion loop
460
+    #define AUTO_FILAMENT_CHANGE_FEEDRATE 300   //Extrusion feedrate (mm/min) on automatic extrusion loop
451 461
   #endif
452 462
 #endif
453 463
 

Notiek ielāde…
Atcelt
Saglabāt