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
This commit is contained in:
parent
f05f64c3b2
commit
16fefc72ef
2 changed files with 42 additions and 25 deletions
17
CHANGES.md
17
CHANGES.md
|
|
@ -104,6 +104,23 @@ gcode:
|
|||
- Verify Cartographer Touch Home runs
|
||||
- Monitor temperature wait times
|
||||
|
||||
## 🔄 PRINT_END_NOCCI Update:
|
||||
|
||||
The optimized `PRINT_END_NOCCI` macro combines the best of both worlds:
|
||||
|
||||
**From printer.cfg:**
|
||||
- ✅ `END_TUNE` beeper jingle
|
||||
- ✅ Park position `X0 Y315` (better print visibility)
|
||||
|
||||
**From your custom version:**
|
||||
- ✅ Detailed console/LCD messages
|
||||
- ✅ `M84` to disable steppers
|
||||
- ✅ Higher Z-park (10mm)
|
||||
- ✅ Both lights turned off
|
||||
- ✅ Filament sensors disabled
|
||||
|
||||
**To use it:** Update your slicer's end gcode to call `PRINT_END_NOCCI` instead of `PRINT_END`
|
||||
|
||||
## 🔧 What This Improves:
|
||||
|
||||
- **Better Z accuracy** with Cartographer Touch Home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue