Notifications
Clear all
Cooling after 3d printing Anycubic
Hello,
I use the PrusaSlicer with the current version.I have an Anycubic Cobra 2 Pro which works wonderfully so far. But when I use the PrusaSlicer the print plate and the nozzle are not automatically cooled when the print is finished.
Can I set this somewhere?
Thanks and regards
Posted : 05/02/2025 6:25 pm
RE: Cooling after 3d printing Anycubic
try modifying the End G-code
Click on the "Printer Settings" tab> Scroll down to "Custom G-code" → "End G-code"Add or ensure the following lines are present:gcodeCopyEditM104 S0 ; Turn off hotend heater M140 S0 ; Turn off heatbed heater M107 ; Turn off fan G1 X0 Y200 ; Move nozzle away (optional) M84 ; Disable motors
Posted : 06/02/2025 2:52 am
I don't know the codes for your printer - put them in: Filament Settings > Custom G-code > End G-code
Cheerio,
Posted : 06/02/2025 6:49 am