Orca 0.42で使っているStart/End時のカスタムG-code
Slic3rで使っているStart/EndのG-Codeを載せておきたいと思います。
スタート時にはホットエンドのフィラメントがもし垂れていたとしても大丈夫なように補充と言いますかをしてから開始するようにしています。
エンド時にはFANを回しっぱなしにして温度が低くなるまで待つようにしています。
Start G-Code
G28 ; home all axes
G92 E0 ;reset extruder
G1 E3 F400 ;Prime extruder 3mm
G1 E2 F400 ;retract extruder 1mm
G92 E0 ;reset extruderEnd G-Code
G1 X12.0 F4000 ; home (almost) x – stops extruder crashing into frame if at very top of Z height
G1 Y200.0 F4000 ; move the print to the front.
M104 S0 ; make sure the extuder is turned off.
M140 S0 ; make sure the bed is turned off.
M84 ; shut down motors.
M106 S255 ; FAN On(MAX)
M109 S40 ; Coolingdown Extruder
M104 S0 ;extruder init
M107 ; Fan Off
2012/09/24 20:36修正 ABSでのプリントを考えて修正しました。
コメントはまだありません。