# 🎯 Calibration Suite for Neptune 4 Plus with Cartographer ## Installation 1. Copy all `.cfg` files to your Klipper config directory 2. Add `[include calibration/*.cfg]` to your `printer.cfg` 3. Restart Klipper 4. Run `CALIBRATION_MENU` to start --- ## Macros Overview - `CALIBRATION_MENU` - Main menu with all options - `CALIBRATE_Z_OFFSET` - Cartographer Z0 calibration - `CALIBRATE_INPUT_SHAPER` - ADXL resonance measurement - `CALIBRATE_PRESSURE_ADVANCE` - PA tuning - `CALIBRATE_FLOW_RATE` - Flow rate calibration - `CALIBRATE_TEMPERATURE` - Temperature tower - `CALIBRATE_RETRACTION` - Retraction tuning - `CALIBRATE_BED_MESH` - Bed mesh verification - `CALIBRATION_FULL` - Run all calibrations in sequence --- ## Quick Start ```gcode ; In Mainsail Console or Fluidd Console: CALIBRATION_MENU ``` --- ## Notes - All macros use Cartographer for precise measurements - Results are automatically saved with `SAVE_CONFIG` - Each macro includes safety checks and clear instructions - Designed for both Original and Bambu Lab hotends