Search found 9 matches
- Wed Jul 15, 2015 6:56 am
- Forum: Others
- Topic: How to fix Z-axis wobble?
- Replies: 6
- Views: 9377
Re: How to fix Z-axis wobble?
The parts that are bent are the M8*L300mm Z-axis threaded rod (part #4 in the part list).
- Tue Jul 14, 2015 12:02 pm
- Forum: Others
- Topic: How to fix Z-axis wobble?
- Replies: 6
- Views: 9377
Re: How to fix Z-axis wobble?
It's the 8mm x 300mm threaded rods (vertical rods). One side wobbles a lot more than the other side. I'm pretty certain that it's the rods that are bent, and not a problem with the couplers.
- Tue Jul 14, 2015 10:28 am
- Forum: Others
- Topic: How to fix Z-axis wobble?
- Replies: 6
- Views: 9377
Re: How to fix Z-axis wobble?
Acrylic I3 Pro B
- Tue Jul 14, 2015 4:41 am
- Forum: Others
- Topic: How to fix Z-axis wobble?
- Replies: 6
- Views: 9377
How to fix Z-axis wobble?
I'm not sure if my rods came slightly bent, or if the milling on the couplers isn't quite centered, but I am getting a wobble on the extruder head of about +/- 1mm from side to side when the Z-axis motors are moving the extruder head up or down. Has anyone else encountered this? How did you correct ...
- Tue Jul 14, 2015 4:30 am
- Forum: Stepper Motor
- Topic: Z-axis motors move up when auto-homing - I3 Pro B w/GT2560
- Replies: 7
- Views: 13574
Re: Z-axis motors move up when auto-homing - I3 Pro B w/GT2
That got it! One of the connectors wasn't crimped correctly. I tightened it up and attached it back to the z-axis end stop and it is now auto-homing correctly.
Thanks so much!
Thanks so much!
- Mon Jul 13, 2015 4:05 pm
- Forum: Stepper Motor
- Topic: Z-axis motors move up when auto-homing - I3 Pro B w/GT2560
- Replies: 7
- Views: 13574
Re: Z-axis motors move up when auto-homing - I3 Pro B w/GT2
Ok, I have part of the problem solved. I changed the following line in the firmware to true (previously was false) as directed in some of the other posts on here.
#define INVERT_Z_DIR true // for Mendel set to false, for Orca set to true
Now the auto-homing is going in the correct direction, but ...
#define INVERT_Z_DIR true // for Mendel set to false, for Orca set to true
Now the auto-homing is going in the correct direction, but ...
- Mon Jul 13, 2015 3:43 pm
- Forum: Stepper Motor
- Topic: Z-axis motors move up when auto-homing - I3 Pro B w/GT2560
- Replies: 7
- Views: 13574
Re: Z-axis motors move up when auto-homing - I3 Pro B w/GT2
Thanks! I managed to get the firmware to compile and upload this time. However, after restarting the printer, it is still doing the same behaviour on the Z-axis. It appears this firmware isn't right either. What can I do now?
- Mon Jul 13, 2015 2:57 pm
- Forum: Stepper Motor
- Topic: Z-axis motors move up when auto-homing - I3 Pro B w/GT2560
- Replies: 7
- Views: 13574
Re: Z-axis motors move up when auto-homing - I3 Pro B w/GT2
Is the firmware available for download anywhere? I tried the one that was posted in the Extruder forum, but it does not compile. It says that "Liquidcrystal does not name a type". It seems that LiquidCrystal.h is missing from the download.
- Sun Jul 12, 2015 3:34 pm
- Forum: Stepper Motor
- Topic: Z-axis motors move up when auto-homing - I3 Pro B w/GT2560
- Replies: 7
- Views: 13574
Z-axis motors move up when auto-homing - I3 Pro B w/GT2560
I've just finished my build with the I3 Pro B acrylic printer with a GT2560 controller board. When I auto-home the stepper motors (either from within Repetier or from the LCD display), the X and Y steppers go the correct direction, but the Z axis stepper motor moves UP (away from the heater bed ...