Is there a place to add Start and Ending Scrips in Slicer?
In Simplify 3D there is the place to add start and ending scripts
I did my first print with Slicer and was very pleased
But, I was not there when the print ended - It moved my bed down all the way and knocked my spool off of It's holder
I have an Ender 5 Plus and am happy with it
Would like to be able to set my end script to
G28 X0 Y0 ; home X and Y axes
M106 S0 ; turn off cooling fan
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motors
Is there a place to enter these commands?
RE: Is there a place to add Start and Ending Scrips in Slicer?
Yes. Look at Printer Settings->Custom G-Code. You can enter code for:
- Job start
- Job end
- Before layer change
- After layer change
You can also insert custom gcode at any point during a print.
and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan
RE: Is there a place to add Start and Ending Scrips in Slicer?
Thanks bobstro
I was in Advanced mode not Expert mode
Thanks again for pointing me in the right direction