DIY/Manufacturing
[3D Printer] SCV 프린터 키슬라이서(Kisslicer) 최종 세팅
naudhizb
2017. 5. 17. 01:12
반응형
* 플라실 ABS 아이보리 색상 기준
** 필라멘트의 종류, 색상에 따라서 조정이 필요합니다.
< G - CODE >
[ Prefix ]
1 2 3 4 5 6 7 8 9 10 11 | G21 G90 M107 G28 X0 Y0 G28 Z0 G1 Z15.0 F{travel_speed} G92 E0 G1 F160 E8 G92 E0 G1 F700 M117 Printing... | cs |
[ Select New Ext & Warm ]
1 2 3 4 5 6 7 8 9 10 11 | ; Select extruder, warm, purge ; BfB-style M<EXT+1>04 S<TEMP> M542 M55<EXT+1> P32000 S900 M543 ; 5D-style T<EXT+0> M109 S<TEMP> | cs |
[ Warm Same Ext ]
1 2 3 4 5 6 7 8 9 10 11 | ; Select extruder, warm, purge ; BfB-style M<EXT+1>04 S<TEMP> M542 M55<EXT+1> P32000 S900 M543 ; 5D-style T<EXT+0> M109 S<TEMP> | cs |
[ Cool Same Ext ]
1 2 3 4 5 6 7 | ; Guaranteed same extruder, but about to deselect, maybe retract before cooling down ; BfB-style M<EXT+1>04 S<TEMP> ; 5D-style M104 S<TEMP> | cs |
[ Cool & Entire Old Ext ]
1 2 3 4 5 6 7 | ; Guaranteed same extruder, but about to deselect, maybe retract before cooling down ; BfB-style M<EXT+1>04 S<TEMP> ; 5D-style M104 S<TEMP> | cs |
[ N * Layers ]
1 | ; Maybe re-home X & Y? | cs |
[ Postfix ]
1 2 3 4 5 6 7 8 9 | ; All used extruders are already 'Cooled' to 0 M106 S0 G91 G1 Z1 E-5 F450 G28 Y M84 ; cool down bed temperature M140 S0 | cs |
반응형