Config cleanups
This commit is contained in:
parent
e800743268
commit
1919cb0d1e
|
@ -312,6 +312,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
#define DEFAULT_Kp 22.2
|
#define DEFAULT_Kp 22.2
|
||||||
#define DEFAULT_Ki 1.08
|
#define DEFAULT_Ki 1.08
|
||||||
|
@ -1154,7 +1155,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1152,7 +1152,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 35
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 35
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1136,7 +1136,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1136,7 +1136,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1158,7 +1158,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1144,7 +1144,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1147,7 +1147,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -332,6 +332,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
//#define DEFAULT_Kp 22.2
|
//#define DEFAULT_Kp 22.2
|
||||||
//#define DEFAULT_Ki 1.08
|
//#define DEFAULT_Ki 1.08
|
||||||
|
@ -1185,7 +1186,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -233,9 +233,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -312,6 +312,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
//#define DEFAULT_Kp 22.2
|
//#define DEFAULT_Kp 22.2
|
||||||
//#define DEFAULT_Ki 1.08
|
//#define DEFAULT_Ki 1.08
|
||||||
|
@ -1153,7 +1154,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -312,6 +312,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
//#define DEFAULT_Kp 22.2
|
//#define DEFAULT_Kp 22.2
|
||||||
//#define DEFAULT_Ki 1.08
|
//#define DEFAULT_Ki 1.08
|
||||||
|
@ -1153,7 +1154,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -312,6 +312,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
#define DEFAULT_Kp 22.2
|
#define DEFAULT_Kp 22.2
|
||||||
#define DEFAULT_Ki 1.08
|
#define DEFAULT_Ki 1.08
|
||||||
|
@ -1153,7 +1154,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1152,7 +1152,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1169,7 +1169,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1173,7 +1173,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -339,6 +339,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
//#define DEFAULT_Kp 22.2
|
//#define DEFAULT_Kp 22.2
|
||||||
//#define DEFAULT_Ki 1.08
|
//#define DEFAULT_Ki 1.08
|
||||||
|
@ -1209,7 +1210,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1144,7 +1144,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -312,6 +312,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
#define DEFAULT_Kp 22.2
|
#define DEFAULT_Kp 22.2
|
||||||
#define DEFAULT_Ki 1.08
|
#define DEFAULT_Ki 1.08
|
||||||
|
@ -1153,7 +1154,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -312,6 +312,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
//#define DEFAULT_Kp 22.2
|
//#define DEFAULT_Kp 22.2
|
||||||
//#define DEFAULT_Ki 1.08
|
//#define DEFAULT_Ki 1.08
|
||||||
|
@ -1271,7 +1272,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -312,6 +312,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
//#define DEFAULT_Kp 22.2
|
//#define DEFAULT_Kp 22.2
|
||||||
//#define DEFAULT_Ki 1.08
|
//#define DEFAULT_Ki 1.08
|
||||||
|
@ -1273,7 +1274,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -312,6 +312,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
#define DEFAULT_Kp 22.2
|
#define DEFAULT_Kp 22.2
|
||||||
#define DEFAULT_Ki 1.08
|
#define DEFAULT_Ki 1.08
|
||||||
|
@ -1262,7 +1263,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -312,6 +312,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
#define DEFAULT_Kp 22.2
|
#define DEFAULT_Kp 22.2
|
||||||
#define DEFAULT_Ki 1.08
|
#define DEFAULT_Ki 1.08
|
||||||
|
@ -1265,7 +1266,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1271,7 +1271,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -225,9 +225,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1329,7 +1329,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1170,7 +1170,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -312,6 +312,7 @@
|
||||||
#define K1 0.95 //smoothing factor within the PID
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
#define DEFAULT_Kp 22.2
|
#define DEFAULT_Kp 22.2
|
||||||
#define DEFAULT_Ki 1.08
|
#define DEFAULT_Ki 1.08
|
||||||
|
@ -1156,7 +1157,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -1149,7 +1149,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
|
@ -317,6 +317,7 @@
|
||||||
#define DEFAULT_Kd 110.78
|
#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
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
//#define DEFAULT_Kp 22.2
|
//#define DEFAULT_Kp 22.2
|
||||||
//#define DEFAULT_Ki 1.08
|
//#define DEFAULT_Ki 1.08
|
||||||
|
@ -1158,7 +1159,7 @@
|
||||||
* - Click the controller to view the LCD menu
|
* - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
* - 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']
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -220,9 +220,9 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#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
|
//#define CASE_LIGHT_ENABLE
|
||||||
#if ENABLED(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
|
#define CASE_LIGHT_PIN 4 // can be defined here or in the pins_XXX.h file for your board
|
||||||
|
|
Loading…
Reference in a new issue