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 extruder

End 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でのプリントを考えて修正しました。

  1. コメントはまだありません。

  1. トラックバックはまだありません。


Warning: Undefined variable $user_ID in /home/r3087696/public_html/blog.eldhrimnir.com/wp-content/themes/monochrome/comments.php on line 172

Fatal error: Uncaught Error: Undefined constant "cs_print_smilies" in /home/r3087696/public_html/blog.eldhrimnir.com/wp-content/themes/monochrome/comments.php:185 Stack trace: #0 /home/r3087696/public_html/blog.eldhrimnir.com/wp-includes/comment-template.php(1617): require() #1 /home/r3087696/public_html/blog.eldhrimnir.com/wp-content/themes/monochrome/single.php(57): comments_template() #2 /home/r3087696/public_html/blog.eldhrimnir.com/wp-includes/template-loader.php(106): include('/home/r3087696/...') #3 /home/r3087696/public_html/blog.eldhrimnir.com/wp-blog-header.php(19): require_once('/home/r3087696/...') #4 /home/r3087696/public_html/blog.eldhrimnir.com/index.php(17): require('/home/r3087696/...') #5 {main} thrown in /home/r3087696/public_html/blog.eldhrimnir.com/wp-content/themes/monochrome/comments.php on line 185