no message

This commit is contained in:
Mario Voigt 2019-08-11 16:28:52 +02:00
parent c96bb397bd
commit 79ab5cbfef
1 changed files with 29 additions and 23 deletions

View File

@ -55,6 +55,12 @@
#define FAN_THERMO_MAX_TEMP 60
#define FAN_THERMO_THERMISTOR_PIN -1
#define FAN_THERMO_THERMISTOR_TYPE 1
#undef X_MAX_PIN
#define X_MAX_PIN -1
#undef Y_MAX_PIN
#define Y_MAX_PIN -1
#undef Z_MAX_PIN
#define Z_MAX_PIN -1
//#define EXTERNALSERIAL use Arduino serial library instead of build in. Requires more ram, has only 63 byte input buffer.
// Uncomment the following line if you are using Arduino compatible firmware made for Arduino version earlier then 1.0
@ -65,9 +71,9 @@
#define MIXING_EXTRUDER 0
#define DRIVE_SYSTEM 0
#define XAXIS_STEPS_PER_MM 80
#define YAXIS_STEPS_PER_MM 80
#define ZAXIS_STEPS_PER_MM 80
#define XAXIS_STEPS_PER_MM 40
#define YAXIS_STEPS_PER_MM 200
#define ZAXIS_STEPS_PER_MM 4000
#define EXTRUDER_FAN_COOL_TEMP 50
#define PDM_FOR_EXTRUDER 0
#define PDM_FOR_COOLER 0
@ -81,7 +87,7 @@
#define EXT0_X_OFFSET 0
#define EXT0_Y_OFFSET 0
#define EXT0_Z_OFFSET 0
#define EXT0_STEPS_PER_MM 370
#define EXT0_STEPS_PER_MM
#define EXT0_TEMPSENSOR_TYPE 8
#define EXT0_TEMPSENSOR_PIN TEMP_0_PIN
#define EXT0_HEATER_PIN HEATER_0_PIN
@ -371,11 +377,11 @@ It also can add a delay to wait for spindle to run on full speed.
#define STEPPER_INACTIVE_TIME 360L
#define MAX_INACTIVE_TIME 0L
#define MAX_FEEDRATE_X 200
#define MAX_FEEDRATE_Y 200
#define MAX_FEEDRATE_Z 2
#define HOMING_FEEDRATE_X 40
#define HOMING_FEEDRATE_Y 40
#define HOMING_FEEDRATE_Z 2
#define MAX_FEEDRATE_Y 40
#define MAX_FEEDRATE_Z 25
#define HOMING_FEEDRATE_X 100
#define HOMING_FEEDRATE_Y 100
#define HOMING_FEEDRATE_Z 10
#define HOMING_ORDER HOME_ORDER_ZXY
#define ZHOME_PRE_RAISE 0
#define ZHOME_PRE_RAISE_DISTANCE 10
@ -564,7 +570,7 @@ WARNING: Servos can draw a considerable amount of current. Make sure your system
#define UI_AUTORETURN_TO_MENU_AFTER 30000
#define FEATURE_UI_KEYS 0
#define UI_ENCODER_SPEED 1
#define UI_REVERSE_ENCODER 0
#define UI_REVERSE_ENCODER 1
#define UI_KEY_BOUNCETIME 10
#define UI_KEY_FIRST_REPEAT 500
#define UI_KEY_REDUCE_REPEAT 50
@ -605,9 +611,9 @@ Values must be in range 1..255
"baudrate": 115200,
"bluetoothSerial": -1,
"bluetoothBaudrate": 115200,
"xStepsPerMM": 80,
"yStepsPerMM": 80,
"zStepsPerMM": 80,
"xStepsPerMM": 40,
"yStepsPerMM": 200,
"zStepsPerMM": 4000,
"xInvert": 0,
"x2Invert": 0,
"xInvertEnable": 0,
@ -644,7 +650,7 @@ Values must be in range 1..255
"waitRetractTemp": 150,
"waitRetractUnits": 0,
"waitRetract": 0,
"stepsPerMM": 370,
"stepsPerMM": null,
"coolerPin": -1,
"coolerSpeed": 255,
"selectCommands": "",
@ -691,15 +697,15 @@ Values must be in range 1..255
"motherboard": 33,
"driveSystem": 0,
"xMaxSpeed": 200,
"xHomingSpeed": 40,
"xHomingSpeed": 100,
"xTravelAcceleration": 1000,
"xPrintAcceleration": 1000,
"yMaxSpeed": 200,
"yHomingSpeed": 40,
"yMaxSpeed": 40,
"yHomingSpeed": 100,
"yTravelAcceleration": 1000,
"yPrintAcceleration": 1000,
"zMaxSpeed": 2,
"zHomingSpeed": 2,
"zMaxSpeed": 25,
"zHomingSpeed": 10,
"zTravelAcceleration": 100,
"zPrintAcceleration": 100,
"xMotor": {
@ -835,7 +841,7 @@ Values must be in range 1..255
"uiAutoReturnAfter": 30000,
"featureKeys": "0",
"uiEncoderSpeed": 1,
"uiReverseEncoder": "0",
"uiReverseEncoder": "1",
"uiKeyBouncetime": 10,
"uiKeyFirstRepeat": 500,
"uiKeyReduceRepeat": 50,
@ -965,9 +971,9 @@ Values must be in range 1..255
"xMinPin": "ORIG_X_MIN_PIN",
"yMinPin": "ORIG_Y_MIN_PIN",
"zMinPin": "ORIG_Z_MIN_PIN",
"xMaxPin": "ORIG_X_MAX_PIN",
"yMaxPin": "ORIG_Y_MAX_PIN",
"zMaxPin": "ORIG_Z_MAX_PIN",
"xMaxPin": -1,
"yMaxPin": -1,
"zMaxPin": -1,
"x2MinPin": -1,
"y2MinPin": -1,
"x2MaxPin": -1,