CODEDRAGON ㆍDevelopment/3D Printing
G Code를 통한 프린팅 작업
Gcode
G28 G1 X3 Y2 G1 X3 Y2 E1 G1 X3 Y3 Z1 G1 X3 Y3 E1 |
Gcode 명령어를 통한 프린터 동작
G28 | 기본위치 (Home Position) | |
G1 X3 Y2
E1 | (3,2) 위치로 빠르게 이동
재료 적층 |
|
G1 X3 Y3 Z1 | 위로 1 느리게 이동(z축이동) |
|
G1 X3 Y3 E1 | 재료 적층 |
중요 GCode
G1 X113.561 Y124.564 E0.10291
G0 & G1: Move
http://reprap.org/wiki/G-code#G0_.26_G1:_Move
G1 X90.6 Y13.8 E22.4 | X축 90.6mm Y축 13.8mm 이동한 후 22.4mm 필라멘트 방출 |
M106: Fan On
http://reprap.org/wiki/G-code#M106:_Fan_On
M106 S127 |
|
M107: Fan Off
http://reprap.org/wiki/G-code#M107:_Fan_Off
M106 S0 | 냉각팬 작동 중지 |
M104: Set Extruder Temperature
http://reprap.org/wiki/G-code#M104:_Set_Extruder_Temperature
M104 S190 | 190도로 노즐을 가열하라는 명령을 실행하고 다음 코드 실행 |
M109: Set Extruder Temperature and Wait
http://reprap.org/wiki/G-code#M109:_Set_Extruder_Temperature_and_Wait
M109 | 190도로 노즐을 가열하라는 명령을 실행하고 190도가 될때까지 다음 코드를 실행안함 |
'Development > 3D Printing' 카테고리의 다른 글
Gcode Commands (0) | 2016.09.17 |
---|---|
스텝 DC모터(stepper motor) (0) | 2016.09.12 |
Chamfer – 123d Design (0) | 2016.09.01 |
Construct >> Extrude – 123D Design (0) | 2016.08.27 |
Sense 3D Scanner Software 설치하기- install (0) | 2016.08.21 |