Page 1 of 1

Prusa I3 Pro X doesnt print in the middle

Posted: Wed Jun 15, 2016 4:11 am
by CorpseGuard
Hey Guys i hope you can help me to solve my problem with my prusa.

I try to print an Object. But the printer starts to print in front of the plate here was a Photo:

Foto 14.06.16, 15 42 35.jpg
Foto 14.06.16, 15 42 35.jpg (138.93 KiB) Viewed 13705 times
If i homing all axes the Y-Axis drive off the plate and dont stop on the left Corner. I changed everthing in the Reptier Host but nothing works.
I dont know how to solve the problem :(

I hope you can help me here

Re: Prusa I3 Pro X doesnt print in the middle

Posted: Wed Jun 15, 2016 10:52 am
by William
CorpseGuard wrote:Hey Guys i hope you can help me to solve my problem with my prusa.

I try to print an Object. But the printer starts to print in front of the plate here was a Photo:

Foto 14.06.16, 15 42 35.jpg
If i homing all axes the Y-Axis drive off the plate and dont stop on the left Corner. I changed everthing in the Reptier Host but nothing works.
I dont know how to solve the problem :(

I hope you can help me here
Hey,buddy
Don't worry,look at this,it helps you set the printing center:
http://www.geeetech.com/forum/viewtopic ... 819#p27819
And for the wrong motor direction,check it like this:
http://www.geeetech.com/forum/viewtopic ... 17&t=17037

Re: Prusa I3 Pro X doesnt print in the middle

Posted: Wed Jun 15, 2016 11:32 am
by CorpseGuard
i did it so like your post but it has no effect.

Re: Prusa I3 Pro X doesnt print in the middle

Posted: Wed Jun 15, 2016 11:54 am
by William
CorpseGuard wrote:i did it so like your post but it has no effect.
Sorry,you mean the first problem or the second one?

Re: Prusa I3 Pro X doesnt print in the middle

Posted: Wed Jun 15, 2016 12:20 pm
by CorpseGuard
The First one. Am I right that when I homing all axes that the extruder must be on the left corner of the plate?
When I put 22 steps in the Y axis on the manual mode of the printer the extruder was on the right position. But how can I save this position??

Re: Prusa I3 Pro X doesnt print in the middle

Posted: Wed Jun 15, 2016 3:09 pm
by William
CorpseGuard wrote:The First one. Am I right that when I homing all axes that the extruder must be on the left corner of the plate?
When I put 22 steps in the Y axis on the manual mode of the printer the extruder was on the right position. But how can I save this position??
Yep,you're right, the extruder must be on the left corner of the plate when you home all axes.

Re: Prusa I3 Pro X doesnt print in the middle

Posted: Wed Jun 15, 2016 3:58 pm
by CorpseGuard
But it doesn't work :/ I try diffrent settings. Someone have the firmware for me? My last chance is arduino :/

Re: Prusa I3 Pro X doesnt print in the middle

Posted: Wed Jun 15, 2016 4:19 pm
by William
CorpseGuard wrote:But it doesn't work :/ I try diffrent settings. Someone have the firmware for me? My last chance is arduino :/
http://www.geeetech.com/forum/viewtopic ... 20&t=17046

Re: Prusa I3 Pro X doesnt print in the middle

Posted: Wed Jun 15, 2016 10:15 pm
by CorpseGuard
If i have to do here my changes to change homeposition?
// Travel limits after homing
#define X_MAX_POS 205
#define X_MIN_POS 0
#define Y_MAX_POS 235
#define Y_MIN_POS 0
#define Z_MAX_POS 190
#define Z_MIN_POS 0

I think Y-Max is false. That must be 205 to come over the plate. Am i right?

Re: Prusa I3 Pro X doesnt print in the middle

Posted: Thu Jun 16, 2016 3:32 pm
by William
CorpseGuard wrote:If i have to do here my changes to change homeposition?
// Travel limits after homing
#define X_MAX_POS 205
#define X_MIN_POS 0
#define Y_MAX_POS 235
#define Y_MIN_POS 0
#define Z_MAX_POS 190
#define Z_MIN_POS 0

I think Y-Max is false. That must be 205 to come over the plate. Am i right?
Yep,you can have a try.