Browse Source

Config cleanups

pull/1/head
Scott Lahteine 8 years ago
parent
commit
1919cb0d1e
  1. 3
      Marlin/Configuration.h
  2. 6
      Marlin/Configuration_adv.h
  3. 2
      Marlin/example_configurations/Cartesio/Configuration.h
  4. 6
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  5. 2
      Marlin/example_configurations/Felix/Configuration.h
  6. 6
      Marlin/example_configurations/Felix/Configuration_adv.h
  7. 2
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  8. 2
      Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h
  9. 6
      Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h
  10. 2
      Marlin/example_configurations/Hephestos/Configuration.h
  11. 6
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  12. 2
      Marlin/example_configurations/Hephestos_2/Configuration.h
  13. 6
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  14. 3
      Marlin/example_configurations/K8200/Configuration.h
  15. 6
      Marlin/example_configurations/K8200/Configuration_adv.h
  16. 3
      Marlin/example_configurations/K8400/Configuration.h
  17. 6
      Marlin/example_configurations/K8400/Configuration_adv.h
  18. 3
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  19. 3
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  20. 2
      Marlin/example_configurations/RigidBot/Configuration.h
  21. 6
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  22. 2
      Marlin/example_configurations/SCARA/Configuration.h
  23. 6
      Marlin/example_configurations/SCARA/Configuration_adv.h
  24. 2
      Marlin/example_configurations/TAZ4/Configuration.h
  25. 6
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  26. 3
      Marlin/example_configurations/TinyBoy2/Configuration.h
  27. 6
      Marlin/example_configurations/TinyBoy2/Configuration_adv.h
  28. 2
      Marlin/example_configurations/WITBOX/Configuration.h
  29. 6
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  30. 3
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  31. 3
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h
  32. 6
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h
  33. 3
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h
  34. 6
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h
  35. 3
      Marlin/example_configurations/delta/generic/Configuration.h
  36. 6
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  37. 3
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  38. 6
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  39. 2
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  40. 6
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  41. 2
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  42. 6
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  43. 2
      Marlin/example_configurations/gCreate_gMax1.5+/Configuration.h
  44. 6
      Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h
  45. 3
      Marlin/example_configurations/makibox/Configuration.h
  46. 6
      Marlin/example_configurations/makibox/Configuration_adv.h
  47. 2
      Marlin/example_configurations/tvrrug/Round2/Configuration.h
  48. 6
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h
  49. 3
      Marlin/example_configurations/wt150/Configuration.h
  50. 6
      Marlin/example_configurations/wt150/Configuration_adv.h

3
Marlin/Configuration.h

@ -312,6 +312,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
@ -1154,7 +1155,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/Cartesio/Configuration.h

@ -1152,7 +1152,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/Cartesio/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 35
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/Felix/Configuration.h

@ -1136,7 +1136,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/Felix/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/Felix/DUAL/Configuration.h

@ -1136,7 +1136,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

2
Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h

@ -1158,7 +1158,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/Hephestos/Configuration.h

@ -1144,7 +1144,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/Hephestos/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/Hephestos_2/Configuration.h

@ -1147,7 +1147,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/Hephestos_2/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

3
Marlin/example_configurations/K8200/Configuration.h

@ -332,6 +332,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
//#define DEFAULT_Kp 22.2
//#define DEFAULT_Ki 1.08
@ -1185,7 +1186,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/K8200/Configuration_adv.h

@ -233,9 +233,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

3
Marlin/example_configurations/K8400/Configuration.h

@ -312,6 +312,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
//#define DEFAULT_Kp 22.2
//#define DEFAULT_Ki 1.08
@ -1153,7 +1154,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/K8400/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

3
Marlin/example_configurations/K8400/Dual-head/Configuration.h

@ -312,6 +312,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
//#define DEFAULT_Kp 22.2
//#define DEFAULT_Ki 1.08
@ -1153,7 +1154,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

3
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h

@ -312,6 +312,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
@ -1153,7 +1154,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

2
Marlin/example_configurations/RigidBot/Configuration.h

@ -1152,7 +1152,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/RigidBot/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/SCARA/Configuration.h

@ -1169,7 +1169,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/SCARA/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/TAZ4/Configuration.h

@ -1173,7 +1173,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/TAZ4/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

3
Marlin/example_configurations/TinyBoy2/Configuration.h

@ -339,6 +339,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
//#define DEFAULT_Kp 22.2
//#define DEFAULT_Ki 1.08
@ -1209,7 +1210,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/TinyBoy2/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/WITBOX/Configuration.h

@ -1144,7 +1144,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/WITBOX/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

3
Marlin/example_configurations/adafruit/ST7565/Configuration.h

@ -312,6 +312,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
@ -1153,7 +1154,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

3
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h

@ -312,6 +312,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
//#define DEFAULT_Kp 22.2
//#define DEFAULT_Ki 1.08
@ -1271,7 +1272,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

3
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h

@ -312,6 +312,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
//#define DEFAULT_Kp 22.2
//#define DEFAULT_Ki 1.08
@ -1273,7 +1274,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

3
Marlin/example_configurations/delta/generic/Configuration.h

@ -312,6 +312,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
@ -1262,7 +1263,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/delta/generic/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

3
Marlin/example_configurations/delta/kossel_mini/Configuration.h

@ -312,6 +312,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
@ -1265,7 +1266,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/delta/kossel_pro/Configuration.h

@ -1271,7 +1271,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h

@ -225,9 +225,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/delta/kossel_xl/Configuration.h

@ -1329,7 +1329,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/gCreate_gMax1.5+/Configuration.h

@ -1170,7 +1170,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

3
Marlin/example_configurations/makibox/Configuration.h

@ -312,6 +312,7 @@
#define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
@ -1156,7 +1157,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/makibox/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

2
Marlin/example_configurations/tvrrug/Round2/Configuration.h

@ -1149,7 +1149,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

3
Marlin/example_configurations/wt150/Configuration.h

@ -317,6 +317,7 @@
#define DEFAULT_Kd 110.78
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
//#define DEFAULT_Kp 22.2
//#define DEFAULT_Ki 1.08
@ -1158,7 +1159,7 @@
* - Click the controller to view the LCD menu
* - The LCD will display Japanese, Western, or Cyrillic text
*
* See https: *github.com/MarlinFirmware/Marlin/wiki/LCD-Language
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
*/

6
Marlin/example_configurations/wt150/Configuration_adv.h

@ -220,9 +220,9 @@
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
// M355 Case Light command
// Set case light brightness/on/off
/**
* M355 Case Light on-off / brightness
*/
//#define CASE_LIGHT_ENABLE
#if ENABLED(CASE_LIGHT_ENABLE)
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board

Loading…
Cancel
Save