MakerWorld
3D Printer Parts
Go to Model
G-code to cool down X1C after print ends
10
Downloads
15
Likes
0
Makes
I have written custom G-code to implement a conditional post-print cooldown if chamber temperature are set over 40ºC. The code speeds up cooling by using both auxiliary and exhaust fans until bed and chamber reach 40ºC. Developed for use with X1C and OrcaSlicer but should be able to work for P1S without modification. The included .3mf file is an otherwise stock profile (OrcaSlicer 2.3.0-rc) with the cooldown procedure added to the “Machine End G-code.” You can find that same modified machine end gcode in the txt file. Implementation Replace the following two lines in the original “Machine End G-code” with the code block. They should be the last two lines. M17 X0.8 Y0.8 Z0.5 ; lower motor current to 45% powerM960 S5 P0 ; turn off logo lampCode;===== cooldown start =================;===== V2 - 03-08-2025 ================; For high temperature prints{if chamber_temperature[0] >= 40}; Stage 1 - Cool bed using auxiliary fan to reduce bed vs chamber temperature differentialM1002 gcode_claim_
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign inNo comments yet – be the first!