MY MENU
제목

3D 프린터 오토레벨링, 오토레벨링, 3D Printer Auto Leveling,Nozzle Touch

작성자
관리자
작성일
2018.06.02
첨부파일0
추천수
0
조회수
2228
내용

노즐터치란?

스토퍼의 위치편차를 이용한 접촉식 자동 위치측정 장치 입니다.

응용범위는 3D프린터의 테이블 위치측정, CNC레이저 가공기의 위치측정, NC플라즈마 절단기의 위치 측정등 다양한 장치의 위치 측정에 사용 됩니다.

공구,또는 노즐로 직접 터치하여 자동으로 위치를 측정하는 터치식 직접 접촉 측정 장치입니다.




한국제어기술에서 특허출원중인  3D 프린터 오토 레벨링 센서'노즐 터치' 입니다.

근접스위치나 터치센서를 부착할 필요 없이 노즐로 바로 터치하기 때문에 편리합니다.

노즐로 터치하는 'Nozzle Touch'는  유리,종이,프라스틱,나무,석판,보드등 어디에서나 편리하게

사용 가능 합니다.

노즐 교환시에도  노즐 셋팅이나 설정없이 바로 사용 가능 합니다.

https://www.youtube.com/watch?v=o5V79EH4mhY









// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
#define X_MIN_ENDSTOP_INVERTING true// set to true to invert the logic of the endstop. 
#define Y_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.  // 노즐터치 사용시 
#define X_MAX_ENDSTOP_INVERTING true// set to true to invert the logic of the endstop.
#define Y_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define Z_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define Z_MIN_PROBE_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. 
 


0
0

게시물수정

게시물 수정을 위해 비밀번호를 입력해주세요.

댓글삭제게시물삭제

게시물 삭제를 위해 비밀번호를 입력해주세요.