Просмотр исходного кода

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

Richard Wackerbarth 10 лет назад
Родитель
Сommit
525d0dc239
2 измененных файлов: 18 добавлений и 3 удалений
  1. 7
    2
      Marlin/configurator/config/Configuration.h
  2. 11
    1
      Marlin/configurator/config/Configuration_adv.h

+ 7
- 2
Marlin/configurator/config/Configuration.h Просмотреть файл

305
 // @section machine
305
 // @section machine
306
 
306
 
307
 // Uncomment this option to enable CoreXY kinematics
307
 // Uncomment this option to enable CoreXY kinematics
308
-// #define COREXY
308
+//#define COREXY
309
 
309
 
310
 // Uncomment this option to enable CoreXZ kinematics
310
 // Uncomment this option to enable CoreXZ kinematics
311
-// #define COREXZ
311
+//#define COREXZ
312
 
312
 
313
 // Enable this option for Toshiba steppers
313
 // Enable this option for Toshiba steppers
314
 //#define CONFIG_STEPPERS_TOSHIBA
314
 //#define CONFIG_STEPPERS_TOSHIBA
612
   #define EEPROM_CHITCHAT // Please keep turned on if you can.
612
   #define EEPROM_CHITCHAT // Please keep turned on if you can.
613
 #endif
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
 // @section temperature
620
 // @section temperature
616
 
621
 
617
 // Preheat Constants
622
 // Preheat Constants

+ 11
- 1
Marlin/configurator/config/Configuration_adv.h Просмотреть файл

94
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
94
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
95
 //#define FAN_KICKSTART_TIME 100
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
 // @section extruder
102
 // @section extruder
98
 
103
 
99
 // Extruder cooling fans
104
 // Extruder cooling fans
290
   // You can get round this by connecting a push button or single throw switch to the pin defined as SDCARDCARDDETECT
295
   // You can get round this by connecting a push button or single throw switch to the pin defined as SDCARDCARDDETECT
291
   // in the pins.h file.  When using a push button pulling the pin to ground this will need inverted.  This setting should
296
   // in the pins.h file.  When using a push button pulling the pin to ground this will need inverted.  This setting should
292
   // be commented out otherwise
297
   // be commented out otherwise
293
-  #define SDCARDDETECTINVERTED
298
+  #ifndef ELB_FULL_GRAPHIC_CONTROLLER
299
+    #define SDCARDDETECTINVERTED
300
+  #endif
294
 
301
 
295
   #define SD_FINISHED_STEPPERRELEASE true  //if sd support and the file is finished: disable steppers?
302
   #define SD_FINISHED_STEPPERRELEASE true  //if sd support and the file is finished: disable steppers?
296
   #define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the z enabled so your bed stays in place.
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
     #define FILAMENTCHANGE_ZADD 10
455
     #define FILAMENTCHANGE_ZADD 10
449
     #define FILAMENTCHANGE_FIRSTRETRACT -2
456
     #define FILAMENTCHANGE_FIRSTRETRACT -2
450
     #define FILAMENTCHANGE_FINALRETRACT -100
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
   #endif
461
   #endif
452
 #endif
462
 #endif
453
 
463
 

Загрузка…
Отмена
Сохранить