This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;===== Simplified Bambu A1mini end gcode with AMS. No sound. | |
| ;===== maniq v1.0 ===== Date: 20251107 | |
| ;===== disable clog detection | |
| G392 S0 ; turn off clog detect | |
| ;===== retraction and safe positioning | |
| M400 ; wait for buffer to clear | |
| G92 E0 ; zero the extruder | |
| G1 E-0.8 F1800 ; final retract |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;===== Optimized Bambu A1mini start gcode. With AMS. No sound. | |
| ;===== maniq v2.0 ===== Date: 20251107 | |
| ;===== 2.0 organize vibration test, cleaning, softstops, temp and moves sequences | |
| ;===== based on https://gist.github.com/cameroncondry/12435bd50eae451c2247ab1d86675873 v1.3.3 | |
| ;===== start warm-up sequence | |
| M1002 gcode_claim_action : 2 ; status: heating | |
| M1002 set_filament_type:{filament_type[initial_no_support_extruder]} | |
| M18 ; Disable all motors | |
| M140 S50 ; safe bed preheat |