|
77c77 |
|
< #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes. |
|
— |
|
> #define STRING_CONFIG_H_AUTHOR "(Ed Nisley – KE4ZNU)" // Who made the changes. |
|
113c113 |
|
< #define BAUDRATE 250000 |
|
— |
|
> #define BAUDRATE 115200 |
|
126c126 |
|
< //#define CUSTOM_MACHINE_NAME "3D Printer" |
|
— |
|
> #define CUSTOM_MACHINE_NAME "Not a 3D Printer" |
|
130c130 |
|
< //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" |
|
— |
|
> #define MACHINE_UUID "89647f7b-2575-4809-bc90-5396f4376e02" |
|
225c225 |
|
< #define POWER_SUPPLY 0 |
|
— |
|
> #define POWER_SUPPLY 1 |
|
230c230 |
|
< //#define PS_DEFAULT_OFF |
|
— |
|
> #define PS_DEFAULT_OFF |
|
285c285 |
|
< #define TEMP_SENSOR_0 1 |
|
— |
|
> #define TEMP_SENSOR_0 4 |
|
290c290 |
|
< #define TEMP_SENSOR_BED 0 |
|
— |
|
> #define TEMP_SENSOR_BED 4 |
|
304c304 |
|
< #define TEMP_WINDOW 1 // (degC) Window around target to start the residency timer x degC early. |
|
— |
|
> #define TEMP_WINDOW 2 // (degC) Window around target to start the residency timer x degC early. |
|
309c309 |
|
< #define TEMP_BED_WINDOW 1 // (degC) Window around target to start the residency timer x degC early. |
|
— |
|
> #define TEMP_BED_WINDOW 2 // (degC) Window around target to start the residency timer x degC early. |
|
324,325c324,325 |
|
< #define HEATER_0_MAXTEMP 275 |
|
< #define HEATER_1_MAXTEMP 275 |
|
— |
|
> #define HEATER_0_MAXTEMP 75 |
|
> #define HEATER_1_MAXTEMP 75 |
|
329c329 |
|
< #define BED_MAXTEMP 150 |
|
— |
|
> #define BED_MAXTEMP 75 |
|
417,418c417,418 |
|
< #define PREVENT_COLD_EXTRUSION |
|
< #define EXTRUDE_MINTEMP 170 |
|
— |
|
> //#define PREVENT_COLD_EXTRUSION |
|
> #define EXTRUDE_MINTEMP 50 |
|
422c422 |
|
< #define PREVENT_LENGTHY_EXTRUDE |
|
— |
|
> //#define PREVENT_LENGTHY_EXTRUDE |
|
441,442c441,442 |
|
< #define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders |
|
< #define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed |
|
— |
|
> //#define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders |
|
> //#define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed |
|
476c476 |
|
< #define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors |
|
— |
|
> //#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors |
|
490,495c490,495 |
|
< #define X_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. |
|
< #define Y_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. |
|
< #define Z_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. |
|
< #define X_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. |
|
< #define Y_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. |
|
< #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. |
|
— |
|
> #define X_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. |
|
> #define Y_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. |
|
> #define Z_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. |
|
> #define X_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. |
|
> #define Y_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. |
|
> #define Z_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. |
|
527c527 |
|
< #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 500 } |
|
— |
|
> #define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 100, 100 } |
|
534c534 |
|
< #define DEFAULT_MAX_FEEDRATE { 300, 300, 5, 25 } |
|
— |
|
> #define DEFAULT_MAX_FEEDRATE { 100, 100, 100, 100 } |
|
542c542 |
|
< #define DEFAULT_MAX_ACCELERATION { 3000, 3000, 100, 10000 } |
|
— |
|
> #define DEFAULT_MAX_ACCELERATION { 1000, 1000, 1000, 1000 } |
|
552,554c552,554 |
|
< #define DEFAULT_ACCELERATION 3000 // X, Y, Z and E acceleration for printing moves |
|
< #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration for retracts |
|
< #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves |
|
— |
|
> #define DEFAULT_ACCELERATION 1000 // X, Y, Z and E acceleration for printing moves |
|
> #define DEFAULT_RETRACT_ACCELERATION 1000 // E acceleration for retracts |
|
> #define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration for travel (non printing) moves |
|
566,567c566,567 |
|
< #define DEFAULT_ZJERK 0.4 |
|
< #define DEFAULT_EJERK 5.0 |
|
— |
|
> #define DEFAULT_ZJERK 20.0 |
|
> #define DEFAULT_EJERK 20.0 |
|
744c744 |
|
< #define INVERT_X_DIR false |
|
— |
|
> #define INVERT_X_DIR true |
|
746c746 |
|
< #define INVERT_Z_DIR false |
|
— |
|
> #define INVERT_Z_DIR true |
|
774,775c774,775 |
|
< #define X_BED_SIZE 200 |
|
< #define Y_BED_SIZE 200 |
|
— |
|
> #define X_BED_SIZE 2000 |
|
> #define Y_BED_SIZE 2000 |
|
778,783c778,783 |
|
< #define X_MIN_POS 0 |
|
< #define Y_MIN_POS 0 |
|
< #define Z_MIN_POS 0 |
|
< #define X_MAX_POS X_BED_SIZE |
|
< #define Y_MAX_POS Y_BED_SIZE |
|
< #define Z_MAX_POS 200 |
|
— |
|
> #define X_MIN_POS -X_BED_SIZE/2 |
|
> #define Y_MIN_POS -Y_BED_SIZE/2 |
|
> #define Z_MIN_POS -1000 |
|
> #define X_MAX_POS X_BED_SIZE/2 |
|
> #define Y_MAX_POS Y_BED_SIZE/2 |
|
> #define Z_MAX_POS 1000 |
|
1013c1013 |
|
< //#define EEPROM_SETTINGS // Enable for M500 and M501 commands |
|
— |
|
> #define EEPROM_SETTINGS // Enable for M500 and M501 commands |
|
1023c1023 |
|
< #define HOST_KEEPALIVE_FEATURE // Disable this if your host doesn't like keepalive messages |
|
— |
|
> //#define HOST_KEEPALIVE_FEATURE // Disable this if your host doesn't like keepalive messages |
|
1046,1047c1046,1047 |
|
< #define PREHEAT_1_TEMP_BED 70 |
|
< #define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255 |
|
— |
|
> #define PREHEAT_1_TEMP_BED 60 |
|
> #define PREHEAT_1_FAN_SPEED 255 // Value from 0 to 255 |
|
1050,1051c1050,1051 |
|
< #define PREHEAT_2_TEMP_BED 110 |
|
< #define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255 |
|
— |
|
> #define PREHEAT_2_TEMP_BED 90 |
|
> #define PREHEAT_2_FAN_SPEED 255 // Value from 0 to 255 |
|
1275c1275 |
|
< //#define REVERSE_ENCODER_DIRECTION |
|
— |
|
> #define REVERSE_ENCODER_DIRECTION |
|
1290c1290 |
|
< //#define INDIVIDUAL_AXIS_HOMING_MENU |
|
— |
|
> #define INDIVIDUAL_AXIS_HOMING_MENU |
|
1307,1308c1307,1308 |
|
< //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 |
|
< //#define LCD_FEEDBACK_FREQUENCY_HZ 1000 |
|
— |
|
> #define LCD_FEEDBACK_FREQUENCY_DURATION_MS 50 |
|
> #define LCD_FEEDBACK_FREQUENCY_HZ 700 |
|
1379c1379 |
|
< //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER |
|
— |
|
> #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER |