Commit graph

8 commits

Author SHA1 Message Date
root
16fefc72ef Add optimized PRINT_END_NOCCI macro (hybrid version)
Combined best features from printer.cfg PRINT_END and custom version:

From printer.cfg:
- END_TUNE beeper jingle
- Park position X0 Y315 (better visibility)

From custom version:
- Detailed console/LCD messages
- M84 to disable steppers
- Higher Z-park (10mm)
- Both Frame_Light and Part_Light OFF
- Filament sensors disabled

Usage: Call PRINT_END_NOCCI in slicer end gcode
2026-03-12 14:13:16 +00:00
root
f05f64c3b2 Add calibration include to user_settings.cfg
- Added [include calibration/*.cfg] to optimized_user_settings.cfg
- Updated CHANGES.md with complete deployment steps
- Updated calibration/README.md with installation options

Now the calibration macros are automatically available when using
the optimized user_settings.cfg - no manual include needed!
2026-03-12 13:48:06 +00:00
root
3c40c660cf Add complete Calibration Suite with automated macros
New calibration system for Neptune 4 Plus:

📁 Files added:
- calibration/CALIBRATION_GUIDE.md - Complete step-by-step guide
- calibration/README.md - Installation & overview
- calibration/calibration_macros.cfg - All calibration macros
- calibration/test_patterns.cfg - Printable test patterns

🎯 Available macros:
- CALIBRATION_MENU - Main menu with all options
- CALIBRATE_Z_OFFSET - Cartographer Z0 calibration
- CALIBRATE_INPUT_SHAPER - ADXL resonance measurement
- CALIBRATE_PRESSURE_ADVANCE - PA tuning (per filament)
- CALIBRATE_FLOW_RATE - Flow rate calibration
- CALIBRATE_TEMPERATURE - Temperature tower
- CALIBRATE_RETRACTION - Retraction testing
- CALIBRATE_BED_MESH - Bed mesh verification
- CALIBRATION_FULL - Complete suite (~2.5 hours)
- CALIBRATION_QUICK - Essential calibrations (~30 min)

🔧 Test patterns:
- PA_TEST_PATTERN - Pressure Advance test squares
- FLOW_TEST_CUBE - Flow rate calibration cube
- RETRACT_TEST_PATTERN - Retraction test towers
- TEMP_TOWER - Temperature tower

 Features:
- Fully automated calibration sequences
- Cartographer integration for precise Z0
- Per-filament calibration support
- Clear console messages for each step
- Automatic SAVE_CONFIG reminders
- Supports both Original and Bambu hotends

Usage: Run CALIBRATION_MENU in Klipper console
2026-03-12 10:52:06 +00:00
root
1cf9620736 Add all filament profiles for dual hotend setup
Completed filament profiles:
- PETG: Original (240°C, 12mm³/s) & Bambu (245°C, 18mm³/s)
- ABS: Original (250°C, 12mm³/s) & Bambu (255°C, 18mm³/s)
- TPU: Original (225°C, 8mm³/s) & Bambu (230°C, 10mm³/s)
- Carbon Fiber: Bambu ONLY (215°C, 15mm³/s, abrasive!)

Key settings per material:
- PETG: Lower fan (30%), slower retracts to prevent oozing
- ABS: No fan, enclosure required, higher temps
- TPU: Very slow retracts (20-25mm/s), minimal retraction
- Carbon: Abrasive flag set, steel nozzle required

All profiles include:
- Correct max volumetric speeds
- Temperature offsets for steel nozzle (+5°C)
- Shorter retracts for Bambu hotend (1.8mm vs 2.5mm)
- Appropriate Pressure Advance values
- Filament-specific cooling settings
2026-03-12 10:44:24 +00:00
root
f49165cda0 Add Orca Slicer profiles for dual hotend setup
- process_original.json: Original Elegoo Hotend (15 mm³/s)
- process_bambu.json: Bambu Lab Hotend (23 mm³/s, steel nozzle)
- filament_pla_original.json: PLA for Original Hotend
- filament_pla_bambu.json: PLA for Bambu Hotend (+5°C, shorter retract)
- README.md: Complete documentation with installation guide

Key differences:
- Max flow: 15 vs 23 mm³/s
- Retract: 2.5mm vs 1.8mm
- Temp offset: +5°C for Bambu (steel nozzle)
- Pressure Advance: 0.027 vs 0.022
- Speeds: Higher for Bambu hotend

TODO: Add PETG, ABS, TPU, Carbon profiles
2026-03-12 10:40:48 +00:00
673e2d1eff orca-profile 2026-03-12 11:24:45 +01:00
root
913ebfd85f Add optimized PRINT_START_NOCCI with Cartographer improvements
- SET_GCODE_OFFSET Z=0 for consistent Z-Offset reset
- CG28 instead of G28 (Open4Neptune smart home)
- CARTOGRAPHER_TOUCH_HOME for precise Z0 measurement
- Tighter temperature tolerance (±2°C vs ±4-10°C)
- Full documentation in CHANGES.md
2026-03-12 10:20:03 +00:00
6be528630b upload 2026-03-12 11:17:03 +01:00