Reversing the "Z" reading September 27, 2016 09:00AM |
Registered: 10 years ago Posts: 37 |
Re: Reversing the "Z" reading September 27, 2016 12:58PM |
Registered: 8 years ago Posts: 129 |
Re: Reversing the "Z" reading September 28, 2016 12:45AM |
Registered: 10 years ago Posts: 37 |
Re: Reversing the "Z" reading September 28, 2016 01:01AM |
Registered: 12 years ago Posts: 973 |
Re: Reversing the "Z" reading September 28, 2016 04:44AM |
Registered: 10 years ago Posts: 37 |
Re: Reversing the "Z" reading September 29, 2016 01:50PM |
Registered: 9 years ago Posts: 3,525 |
Re: Reversing the "Z" reading September 29, 2016 02:11PM |
Registered: 10 years ago Posts: 37 |
Re: Reversing the "Z" reading September 29, 2016 02:28PM |
Registered: 9 years ago Posts: 3,525 |
Re: Reversing the "Z" reading September 29, 2016 03:42PM |
Registered: 10 years ago Posts: 37 |
Re: Reversing the "Z" reading September 29, 2016 03:48PM |
Registered: 9 years ago Posts: 3,525 |
Re: Reversing the "Z" reading September 30, 2016 12:38AM |
Registered: 9 years ago Posts: 916 |
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way. #define INVERT_X_DIR false // DELTA does not invert #define INVERT_Y_DIR false #define INVERT_Z_DIR false
#define min_software_endstops false // If true, axis won't move to coordinates less than HOME_POS. #define max_software_endstops true // If true, axis won't move to coordinates greater than the defined lengths below.
Re: Reversing the "Z" reading September 30, 2016 01:33AM |
Registered: 10 years ago Posts: 37 |
Re: Reversing the "Z" reading September 30, 2016 03:43AM |
Registered: 9 years ago Posts: 3,525 |
Re: Reversing the "Z" reading September 30, 2016 11:14AM |
Registered: 9 years ago Posts: 916 |
Quote
jmalinski
Well, the stab in the dark worked. I commented out what was there and put 270 for the value. And now 0 is at the bed and 270 is at the Max endstop. Thanks, my friend, I've been playing with that problem for a week and a half. Now I have to calibrate the Z distance. When x and y move 100mm z only moves 80mm.
[attachment 84379 homing.png]
Re: Reversing the "Z" reading September 30, 2016 05:17PM |
Registered: 10 years ago Posts: 37 |
Re: Reversing the "Z" reading October 02, 2016 04:15AM |
Registered: 10 years ago Posts: 37 |
Re: Reversing the "Z" reading October 02, 2016 06:48AM |
Registered: 9 years ago Posts: 916 |