여러분은 가만히 계세요 제가 모두 고장낼게요

IT 지식, PC 모바일 문제 해결 그리고 종종 애니 게임 일상생활 근황을 종종 올리고 있어요!

냐.한국 자세히보기

Ultimaker 3

얼티메이커3 프린트 코어(Print Core) 재 프로그래밍

Kamilake 2019. 3. 25. 00:35
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

프린터가 AA 코어를 BB 코어라고 생각하게 하려면 (AA코어에선 PVA 출력이 안됩니다.) 다음은 지침입니다.

먼저 UM3를 개발자 모드로 전환합니다. UM3의 메뉴에 있습니다.


컴퓨터가 같은 네트워크에 있어야 합니다 (wifi 또는 이더넷). 네트워크에 연결되면 주 화면 상단에 IP 주소가 표시됩니다.


다음으로는 리눅스와 매킨토시 터미널에 내장되어 있지만 윈도우가 아닌 ssh가 필요합니다. 윈도우에서는, PuTTY를 권장합니다 :

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html


퍼티에서는 "ssh"부분을 입력하지 않고 [email protected] 부분을 입력하고 "열기"를 클릭하십시오.


ssh [email protected] (1.2.3.4를 입력하지 마십시오 - UM3에 나열된 IP 주소를 입력하십시오)

사용자 이름 / 비밀번호 :

(username/password)

ultimaker/ultimaker (root/ultimaker보다 훨씬 쉽습니다. sendgcode를 하기 위해 유틸리티를 직접 사용할 수 있습니다)


아래 목록에서 유형과 크기를 선택하십시오. - T0은 왼쪽 슬롯이고 T1은 오른쪽 슬롯입니다. 따라서 이들 중 하나를 실행하기 전에 프로그래밍 할 코어의 위치를 확인하십시오. 왼쪽 슬롯에 있다면 AA가 되고, 오른쪽 슬롯에 있다면 BB가 될 것입니다.


코어를 프로그래밍 한 후, UM3가 EEPROM을 다시 읽은 후 새로운 상태임을 알게 되면 슬롯을 밀어서 슬롯으로 밀어 넣습니다. 코어에 대한 X, Y, Z 오프셋 보정을 수행하는 소프트웨어는 시리얼로 이루어지므로 변경할 수 없어 아래 변경 사항을 수행할 때 보정 데이터가 손실되지 않아야 합니다.

AA 0.4

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3400000000

BB 0.4

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3400000000

AA 0.8

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3800000000

BB 0.8

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3800000000

AA 0.25

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3235000000

BB 0.25

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3235000000

AA 0.4

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3400000000

BB 0.4

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3400000000

AA 0.6

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3600000000

BB 0.6

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3600000000

AA 0.8

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3800000000

BB 0.8

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3800000000






원문 : (출처)

If you want to make your AA cores think they are BB (otherwise the printer refuses to send PVA through it) then here are instructions:

Frist put your UM3 into developer mode - it's in the menus on the UM3.  Your machine needs to be on your network (wifi or ethernet) if it isn't already.  Once it's on the network it will show the IP address at the top of the main screen.

Next you need ssh which is built into linux and Macintosh terminal but not windows.  For windows I recommend putty:
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

In putty you don't type the "ssh" part but just put the [email protected] part and click "open".

ssh [email protected]  (don't enter 1.2.3.4 - enter the ip address listed on your UM3)
username/password:   
ultimaker/ultimaker   (much easier than root/ultimaker as it takes you straight into the utility to do sendgcode)

Choose the type and size from the list below - T0 is left slot and T1 is right slot so before running any of thesemake sure the core you want to program is in the left slot if it will be AA and in the right slot if it will be BB

After programming the core, slide it out and back into the slot at which point the UM3 will re-read the eeprom and realize it's new state.  The software that does X,Y,Z offset calibrations for a core goes by serial number and that can't be changed so you shouldn't lose any calibration data when you do the below changes.

AA 0.4

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3400000000

BB 0.4

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3400000000

AA 0.8

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3800000000

BB 0.8

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3800000000

AA 0.25

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3235000000

BB 0.25

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3235000000

AA 0.4

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3400000000

BB 0.4

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3400000000

AA 0.6

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3600000000

BB 0.6

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3600000000

AA 0.8

sendgcode M151 T0 A8 D7800000000004141
sendgcode M151 T0 A16 D20302E3800000000

BB 0.8

sendgcode M151 T1 A8 D7800000000004242
sendgcode M151 T1 A16 D20302E3800000000