Compare commits

..

3 Commits

Author SHA1 Message Date
716b67e0db DO NOT Init EEPROM on first boot after a new build. 2024-10-14 13:01:27 +02:00
48eebf682d Ender 3 - Enable HOST_ACTION_COMMANDS 2024-10-14 13:01:04 +02:00
b18f4bbe3e Ender 3 - Update README 2024-10-14 13:00:38 +02:00
3 changed files with 8 additions and 8 deletions

View File

@@ -2232,7 +2232,7 @@
#define EEPROM_BOOT_SILENT // Keep M503 quiet and only give errors during first load
#if ENABLED(EEPROM_SETTINGS)
#define EEPROM_AUTO_INIT // Init EEPROM automatically on any errors.
#define EEPROM_INIT_NOW // Init EEPROM on first boot after a new build.
//#define EEPROM_INIT_NOW // Init EEPROM on first boot after a new build.
#endif
// @section host

View File

@@ -3860,15 +3860,15 @@
* Host Prompt Support enables Marlin to use the host for user prompts so
* filament runout and other processes can be managed from the host side.
*/
//#define HOST_ACTION_COMMANDS
#define HOST_ACTION_COMMANDS
#if ENABLED(HOST_ACTION_COMMANDS)
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
#if ENABLED(HOST_PROMPT_SUPPORT)
//#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
#endif
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down
#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down
#endif
// @section extras

View File

@@ -186,9 +186,9 @@ Final result:
Proceed with the different calibrations in the above order:
- [Z-Offset Wizard A Complete Guide](https://3dprintscape.com/z-offset-wizard-complete-guide/)
- [Marlin PID Auto-Tune - A Complete Guide](https://3dprintinggeek.com/marlin-pid-tuning/)
- :warning: First do the PID Auto-Tune for the **bed**. Else you may have false positive thermal runout.
- [Z-Offset Wizard A Complete Guide](https://3dprintscape.com/z-offset-wizard-complete-guide/)
- Linear Advance:
- [Explanation](https://marlinfw.org/docs/features/lin_advance.html)
- [Pattern generation tool](https://marlinfw.org/tools/lin_advance/k-factor.html)