最終更新:2024-01-08 (月) 10:05:22 (114d)  

tokkyo/メモ/Kingroon KP3S 3.0
Top / tokkyo / メモ / Kingroon KP3S 3.0

Kingroon KP3S 3.0

セットアップ

Kingroon KP3S 3.0/ファームウェア

買ったやつ

UltiMaker Cura

PrusaSlicer

フィラメント交換

  • http://hitoriblog.com/kingroon_kp3s/docs/how_to_use/
  • フィラメントの交換時は高い方の温度まで上げることにして、古い方の樹脂が流れ尽くすまで押し出すということを心がける。
  • 「余熱」メニューで200℃くらいに温めて、挿入口のレバーを押しながらフィラメントを引き抜く

G-code

開始G-code

  • M220 S100 ;Reset Feedrate
    M221 S100 ;Reset Flowrate
    
    G28 ;Home
    
    G92 E0 ;Reset Extruder
    G1 Z2.0 F3000 ;Move Z Axis up
    G1 X-2.0 Y20 Z0.28 F5000.0 ;Move to start position
    M109 S[material_print_temperature_layer_0]
    G1 X-2.0 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line
    G1 X-1.7 Y145.0 Z0.28 F5000.0 ;Move to side a little
    G1 X-1.7 Y20 Z0.28 F1500.0 E30 ;Draw the second line
    G92 E0 ;Reset Extruder
    G1 E-1.0000 F1800 ;Retract a bit
    G1 Z2.0 F3000 ;Move Z Axis up
    G1 E0.0000 F1800

終了G-code

  • G91 ;Relative positionning
    G1 E-2 F2700 ;Retract a bit
    G1 E-2 Z0.2 F2400 ;Retract and raise Z
    G1 X5 Y5 F3000 ;Wipe out
    G1 Z5 ;Raise Z more
    G90 ;Absolute positionning
    
    G1 X2 Y218 F3000 ;Present print
    M106 S0 ;Turn-off fan
    M104 S0 ;Turn-off hotend
    M140 S0 ;Turn-off bed
    
    M84 X Y E ;Disable all steppers but Z