no message

This commit is contained in:
Mario Voigt 2019-08-12 23:10:55 +02:00
parent 1f89160f44
commit 821cd0c7b1
1 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@
#define EXT0_X_OFFSET 0 #define EXT0_X_OFFSET 0
#define EXT0_Y_OFFSET 0 #define EXT0_Y_OFFSET 0
#define EXT0_Z_OFFSET 0 #define EXT0_Z_OFFSET 0
#define EXT0_STEPS_PER_MM 46.724 #define EXT0_STEPS_PER_MM 93.448
#define EXT0_TEMPSENSOR_TYPE 8 #define EXT0_TEMPSENSOR_TYPE 8
#define EXT0_TEMPSENSOR_PIN TEMP_0_PIN #define EXT0_TEMPSENSOR_PIN TEMP_0_PIN
#define EXT0_HEATER_PIN HEATER_0_PIN #define EXT0_HEATER_PIN HEATER_0_PIN
@ -107,7 +107,7 @@
#define EXT0_MAX_START_FEEDRATE 20 #define EXT0_MAX_START_FEEDRATE 20
#define EXT0_MAX_ACCELERATION 5000 #define EXT0_MAX_ACCELERATION 5000
#define EXT0_HEAT_MANAGER 3 #define EXT0_HEAT_MANAGER 3
#define EXT0_PREHEAT_TEMP 190 #define EXT0_PREHEAT_TEMP 210
#define EXT0_WATCHPERIOD 1 #define EXT0_WATCHPERIOD 1
#define EXT0_PID_INTEGRAL_DRIVE_MAX 230 #define EXT0_PID_INTEGRAL_DRIVE_MAX 230
#define EXT0_PID_INTEGRAL_DRIVE_MIN 40 #define EXT0_PID_INTEGRAL_DRIVE_MIN 40
@ -652,7 +652,7 @@ Values must be in range 1..255
"waitRetractTemp": 150, "waitRetractTemp": 150,
"waitRetractUnits": 0, "waitRetractUnits": 0,
"waitRetract": 0, "waitRetract": 0,
"stepsPerMM": 46.724, "stepsPerMM": 93.448,
"coolerPin": "ORIG_FAN_PIN", "coolerPin": "ORIG_FAN_PIN",
"coolerSpeed": 255, "coolerSpeed": 255,
"selectCommands": "", "selectCommands": "",
@ -681,7 +681,7 @@ Values must be in range 1..255
"dir": "ORIG_E0_DIR_PIN", "dir": "ORIG_E0_DIR_PIN",
"enable": "ORIG_E0_ENABLE_PIN" "enable": "ORIG_E0_ENABLE_PIN"
}, },
"preheat": 190 "preheat": 210
} }
], ],
"uiLanguage": 0, "uiLanguage": 0,