|
1498 | 1498 | *
|
1499 | 1499 | * Override the default value based on the driver type set in Configuration.h.
|
1500 | 1500 | */
|
1501 |
| -//#define MINIMUM_STEPPER_PULSE 2 |
| 1501 | +#define MINIMUM_STEPPER_PULSE 2 |
1502 | 1502 |
|
1503 | 1503 | /**
|
1504 | 1504 | * Maximum stepping rate (in Hz) the stepper driver allows
|
|
1688 | 1688 | #define FILAMENT_CHANGE_UNLOAD_FEEDRATE 10 // (mm/s) Unload filament feedrate. This can be pretty fast.
|
1689 | 1689 | #define FILAMENT_CHANGE_UNLOAD_ACCEL 25 // (mm/s^2) Lower acceleration may allow a faster feedrate.
|
1690 | 1690 | //#define FILAMENT_CHANGE_UNLOAD_LENGTH 650
|
1691 |
| - #define FILAMENT_CHANGE_UNLOAD_LENGTH 0 // (mm) The length of filament for a complete unload. |
| 1691 | + #define FILAMENT_CHANGE_UNLOAD_LENGTH 710 // (mm) The length of filament for a complete unload. |
1692 | 1692 | // For Bowden, the full length of the tube and nozzle.
|
1693 | 1693 | // For direct drive, the full length of the nozzle.
|
1694 | 1694 | // Set to 0 for manual unloading.
|
|
1698 | 1698 | #define FILAMENT_CHANGE_FAST_LOAD_FEEDRATE 6 // (mm/s) Load filament feedrate. This can be pretty fast.
|
1699 | 1699 | #define FILAMENT_CHANGE_FAST_LOAD_ACCEL 25 // (mm/s^2) Lower acceleration may allow a faster feedrate.
|
1700 | 1700 | //#define FILAMENT_CHANGE_FAST_LOAD_LENGTH 615
|
1701 |
| - #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. |
| 1701 | + #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 710 // (mm) Load length of filament, from extruder gear to nozzle. |
1702 | 1702 | // For Bowden, the full length of the tube and nozzle.
|
1703 | 1703 | // For direct drive, the full length of the nozzle.
|
1704 | 1704 | #define ADVANCED_PAUSE_CONTINUOUS_PURGE // Purge continuously up to the purge length until interrupted.
|
|
1720 | 1720 | #define PAUSE_PARK_NO_STEPPER_TIMEOUT // Enable for XYZ steppers to stay powered on during filament change.
|
1721 | 1721 |
|
1722 | 1722 | #define PARK_HEAD_ON_PAUSE // Park the nozzle during pause and filament change.
|
1723 |
| - //#define HOME_BEFORE_FILAMENT_CHANGE // Ensure homing has been completed prior to parking for filament change |
| 1723 | + #define HOME_BEFORE_FILAMENT_CHANGE // Ensure homing has been completed prior to parking for filament change |
1724 | 1724 |
|
1725 | 1725 | // makes more sense
|
1726 | 1726 | #define FILAMENT_LOAD_UNLOAD_GCODES // Add M701/M702 Load/Unload G-codes, plus Load/Unload in the LCD Prepare menu.
|
|
2751 | 2751 | */
|
2752 | 2752 | //#define WIFISUPPORT
|
2753 | 2753 | #if ENABLED(WIFISUPPORT)
|
2754 |
| - #define WIFI_SSID "Wifi SSID" |
2755 |
| - #define WIFI_PWD "Wifi Password" |
| 2754 | + #define WIFI_SSID "MarlinGhost" |
| 2755 | + #define WIFI_PWD "marlino" |
2756 | 2756 | //#define WEBSUPPORT // Start a webserver with auto-discovery
|
2757 | 2757 | //#define OTASUPPORT // Support over-the-air firmware updates
|
2758 | 2758 | #endif
|
|
0 commit comments