Prusa I3 Z axis problem May 31, 2015 06:38PM |
Registered: 10 years ago Posts: 19 |
Re: Prusa I3 Z axis problem May 31, 2015 09:20PM |
Registered: 9 years ago Posts: 978 |
Re: Prusa I3 Z axis problem May 31, 2015 09:35PM |
Registered: 10 years ago Posts: 19 |
Re: Prusa I3 Z axis problem June 01, 2015 04:00AM |
Registered: 9 years ago Posts: 5,232 |
Quote
#define DEFAULT_MAX_FEEDRATE {500, 500, 5, 25}
Re: Prusa I3 Z axis problem June 01, 2015 08:31AM |
Registered: 10 years ago Posts: 269 |
Re: Prusa I3 Z axis problem June 01, 2015 07:37PM |
Registered: 10 years ago Posts: 19 |
Quote
o_lampe
Quote
#define DEFAULT_MAX_FEEDRATE {500, 500, 5, 25}
Change this line to :
#define DEFAULT_MAX_FEEDRATE {500, 500, 3, 25}
This will make the stepper work again. With "5" it was to fast ( and noisy )
Re: Prusa I3 Z axis problem June 02, 2015 02:57AM |
Registered: 9 years ago Posts: 5,232 |
Re: Prusa I3 Z axis problem June 03, 2015 02:17AM |
Registered: 10 years ago Posts: 19 |
Quote
o_lampe
Have you checked the two z-sides, if they run parallel?
I found my M5 nuts on the z-leadscrews were not aligned and all the weight rested on one z-rod. That can cause noise too.
Re: Prusa I3 Z axis problem June 03, 2015 03:02AM |
Registered: 10 years ago Posts: 269 |
Re: Prusa I3 Z axis problem June 03, 2015 03:40AM |
Registered: 9 years ago Posts: 5,232 |
#define INVERT_X_DIR true ... #define X_HOME_DIR 1
Re: Prusa I3 Z axis problem June 03, 2015 07:40AM |
Registered: 10 years ago Posts: 269 |
Re: Prusa I3 Z axis problem June 03, 2015 01:18PM |
Registered: 10 years ago Posts: 19 |
Re: Prusa I3 Z axis problem June 03, 2015 01:25PM |
Registered: 9 years ago Posts: 5,232 |
Re: Prusa I3 Z axis problem June 03, 2015 03:54PM |
Registered: 9 years ago Posts: 5 |
Re: Prusa I3 Z axis problem June 03, 2015 05:32PM |
Registered: 9 years ago Posts: 396 |
Re: Prusa I3 Z axis problem June 04, 2015 03:01AM |
Registered: 9 years ago Posts: 5,232 |
Quote
wolfend
I don't believe Olaf is correct. As you can see in the picture, when the Y-endstop is triggered, the extruder Y position will be at 0, which is min.
Re: Prusa I3 Z axis problem June 04, 2015 07:53AM |
Registered: 9 years ago Posts: 1,873 |
Quote
o_lampe
Quote
wolfend
I don't believe Olaf is correct. As you can see in the picture, when the Y-endstop is triggered, the extruder Y position will be at 0, which is min.
In the picture, the green arrow represents the 0,0,0 position. When an endstop is at the opposite side, it is a MAX. endstop. It is even written y-max. on it.
-Olaf
Re: Prusa I3 Z axis problem June 04, 2015 08:12AM |
Registered: 9 years ago Posts: 5,232 |
Quote
JamesK
Quote
o_lampe
Quote
wolfend
I don't believe Olaf is correct. As you can see in the picture, when the Y-endstop is triggered, the extruder Y position will be at 0, which is min.
In the picture, the green arrow represents the 0,0,0 position. When an endstop is at the opposite side, it is a MAX. endstop. It is even written y-max. on it.
-Olaf
The green arrow represents x=0, y=0. y=0 is achieved by moving the bed towards the back, so that's a MIN endstop. Max Y is achieved by moving the bed forward. The diagram is incorrectly labelled for normal usage. Whoever created tripped over the reversal due to the relative motion of moving the bed instead of the head.
Re: Prusa I3 Z axis problem June 04, 2015 09:02PM |
Registered: 10 years ago Posts: 19 |
Re: Prusa I3 Z axis problem June 05, 2015 03:18AM |
Registered: 9 years ago Posts: 5,232 |
Quote
Stack
My X end stop is a max (Like the pic) My Z is a min (like the pic) but my Y is a min (different from the pic). My home position is diagonal from the one in the picture.