Your A30 Start/Stop GCode?
-
- Posts: 1
- Joined: Sat Nov 03, 2018 12:28 am
Your A30 Start/Stop GCode?
I have been playing around with my GCode, adding a "wipe" to the beginning and then to push the bed plate forward when the print is complete instead of backward. I was wondering if anyone would like to share theirs, so I can get more ideas? I am new to this haha. I am not yet using the NPN sensor, but have that coming in the mail.
Re: Your A30 Start/Stop GCode?
-Start
-End
Code: Select all
G28
M140 S[bed0_temperature] ; Set Bed Temperature
G4 S20; Wait 20s
M104 S[extruder0_temperature] T0 ; set extruder temperature .
M109 S[extruder0_temperature] T0 ; set extruder temperature and wait for temp
M190 S[bed0_temperature] ; Wait for Bed Temperature
G1 X0 Y40 Z0.2 F3000 ; get ready to prime
G92 E0 ; reset extrusion distance
G1 X300 E20 F600 ; prime nozzle
Code: Select all
G28 X0 ; home x axis
G1 Y320 F3000 ; bring the bed forward
M106 S0 ; turn off cooling fan
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
G4 S20;Wait 20s
M84 ; disable motors