Welcome! Log In Create A New Profile

Advanced

Moved to point (0,0,max)

Posted by seilgg 
Moved to point (0,0,max)
August 18, 2015 04:07AM
Hi there!
I'm looking to build my first printer and I need some advice from you guys.


1. 3D 프린팅이 끝나고 나서, 배드가 X, Y, Z 축의 0점으로 이동하는데. hot smiley0), Y(0), Z(MAX)로 이동하게 할려면....
How can the 3D printing system be moved to point (0,0,max) after completion of job?

2. Repetier-Host 프로그램에서 긴급정지 시 (Emergency Stop) 배드를 hot smiley0), Y(0), Z(MAX)이동 후 긴급정지 기능을 구현 할 수는 없는지.
Is it possible that the Repetier-Host program bring printing bed to hot smiley0), Y(0), Z(MAX) in the case of emergency stop?

3. Repetier-Host 프로그램에서 일정 시간이 지나면 토크가 풀리는데, hot smiley0), Y(0), Z(MAX)이동 후 토크가 풀릴 수는 없는지?? 혹은 계속 토크를 유지 할 수는 없는 지...
In case of declined motor torque the nozzle axis will move downwards toward the printing bed which might result in crashing of nozzle. So, is it possible that the Repetier-Host program can enable the motor to hold the torque at X (0), Y (0), Z(MAX) after completion of job?
Attachments:
open | download - zaxis.jpg (82.5 KB)
Re: Moved to point (0,0,max)
September 21, 2015 09:23AM
End Gcode:

G1 X0 F3000 ; Move X out of way
G1 Y180 F3000 ; Move Y forward
G1 Z50 F8000 ; Move Z out of way
M104 S0 ; Turn off nozzle
M140 S0 ; Turn off bed
M84 ; Turn off motors

To keep nozzle at certain Z height:

G1 X0 F3000 ; Move X out of way
G1 Y180 F3000 ; Move Y forward
G1 Z50 F8000 ; Move Z out of way
M104 S0 ; Turn off nozzle
M140 S0 ; Turn off bed
Sorry, only registered users may post in this forum.

Click here to login