Risky Auto Home position

Post Reply
leonardo.galardi@gmail.com
Posts: 11
Joined: Mon Mar 23, 2015 5:54 am

Risky Auto Home position

Post by leonardo.galardi@gmail.com » Wed Mar 25, 2015 6:55 am

Hi,
I'm quite happy of my I3 that prints quite nicely but a bit worried of the auto home position that seems to close to the screw (see the picture).
What is wrong ? The auto home position is related to the x and y-axes switches, how can I move the auto home position ?
Attachments
IMG_20150324_233919.jpg
IMG_20150324_233919.jpg (214.41 KiB) Viewed 9569 times

zhangxueyou
Posts: 1405
Joined: Fri Feb 06, 2015 1:33 pm

Re: Risky Auto Home position

Post by zhangxueyou » Wed Mar 25, 2015 8:53 am

Hi, please look at the picture, can you see any difference from yours?
QQ截图20150325084929.png
QQ截图20150325084929.png (596.41 KiB) Viewed 9567 times

Justinb81
Posts: 4
Joined: Thu Mar 05, 2015 4:37 am

Re: Risky Auto Home position

Post by Justinb81 » Wed Mar 25, 2015 6:46 pm

I have added G1 Z10 to my custom GCode in slic3r to avoid that bolt when moving.

I added:
G1 Z10 ; clear bolt
G1 X10 Y10 ; move away from bolt

After that it puts the printhead to the glass and starts printing

JETNC
Posts: 10
Joined: Sun Jul 19, 2015 5:20 am

Re: Risky Auto Home position

Post by JETNC » Mon Jul 27, 2015 11:18 pm

Good post!

I have the same issue so I looked at the Custom G-code in Slic3r. On my Start G-code I have the following:

G28; home all axis
G1 Z5 F5000; lift nozzle

should I add the code below after the last line above so it looks like this?

G28; home all axis
G1 Z5 F5000; lift nozzle
G1 Z10 ; clear bolt
G1 X10 Y10 ; move away from bolt

Thanks!

Sherry
Posts: 362
Joined: Wed Jul 01, 2015 12:52 pm

Re: Risky Auto Home position

Post by Sherry » Wed Jul 29, 2015 4:16 pm

JETNC wrote:Good post!

I have the same issue so I looked at the Custom G-code in Slic3r. On my Start G-code I have the following:

G28; home all axis
G1 Z5 F5000; lift nozzle

should I add the code below after the last line above so it looks like this?

G28; home all axis
G1 Z5 F5000; lift nozzle
G1 Z10 ; clear bolt
G1 X10 Y10 ; move away from bolt

Thanks!
it's ok,but everytime you print,you should rise the extruder a bit ,and then move it to the coordinate:( x10,y10).

Post Reply