* feat(instance_manager): add interactive stopping of Klipper instances with user confirmation
* fix(instance_utils): remove unnecessary 'self' parameter from stop_klipper_instances_interactively function
* refactor(tmc_autotune): replace internal stop function with direct call to stop_klipper_instances_interactively
* feat(klipper_adaptive_meshing_purging): add initial implementation of Klipper Adaptive Meshing and Purging extension
* docs(klipper_adaptive_meshing_purging): update warning message with additional documentation note regarding max_extrude_cross_section
* fix(klipper_adaptive_meshing_purging): update warning message formatting for clarity
* fix(klipper_adaptive_meshing_purging): update warning message formatting for clarity
* fix(_install_cfg): update symlink creation to point to Configuration directory
* fix(license): update copyright information to include myself & upstream
* fix(klipper_adaptive_meshing_purging): update moonraker updater name for consistency with upstream
* style: add type annotations
- Correct minor formatting issues in copyright headers.
* fix: update import path for `simple_config_parser`
* refactor: improve logging and configuration handling for KAMP installation and removal
* style: clarify warning message for purge settings in KAMP extension
---------
Co-authored-by: dw-0 <th33xitus@gmail.com>
* feat(instance_manager): add interactive stopping of Klipper instances with user confirmation
* fix(instance_utils): remove unnecessary 'self' parameter from stop_klipper_instances_interactively function
* refactor(tmc_autotune): replace internal stop function with direct call to stop_klipper_instances_interactively
* fix(backup_service): streamline backup methods for proper paths and add docstring
* fix(backup_service): add proper destination_path in verbose output
* fix(backup_service): replaces html headers with { } to avoid rendering
* nitpick(backup_service): correct variable name for backup destination path in logging