Z-Axis "Clicking" January 12, 2017 04:11AM |
Registered: 7 years ago Posts: 5 |
Re: Z-Axis "Clicking" January 12, 2017 06:49AM |
Registered: 8 years ago Posts: 759 |
Re: Z-Axis "Clicking" January 12, 2017 07:03AM |
Registered: 12 years ago Posts: 5,794 |
Re: Z-Axis "Clicking" January 12, 2017 07:21AM |
Registered: 7 years ago Posts: 5 |
Re: Z-Axis "Clicking" February 09, 2017 08:20AM |
Registered: 10 years ago Posts: 42 |
Re: Z-Axis "Clicking" February 09, 2017 03:11PM |
Registered: 9 years ago Posts: 1,873 |
Quote
doublehelix
I have conucon M 1717 stepper motors and drv 8825 drivers set @ 0,6V which equals to 1,2A so 70% of the 1.7A.
Re: Z-Axis "Clicking" February 09, 2017 04:33PM |
Registered: 10 years ago Posts: 42 |
Re: Z-Axis "Clicking" February 09, 2017 04:43PM |
Registered: 9 years ago Posts: 1,873 |
Quote
doublehelix
Yes you are right, I'm using 2 motors, but just on one driver, so the 2 motors are parallel
to one driver on a rumba board. So I should double the voltage as you suggested, e.g. 1.2V?
Re: Z-Axis "Clicking" February 09, 2017 05:10PM |
Registered: 10 years ago Posts: 42 |
Re: Z-Axis "Clicking" February 09, 2017 05:25PM |
Registered: 9 years ago Posts: 1,873 |
Quote
doublehelix
I think it would be also possible to use one free extruder port to power a second motor
for the z axis, in that way I could run the two motors with 0,6V each right? Is there any disadvantage
e.g. unsynchronous movement between these motors?
Re: Z-Axis "Clicking" February 09, 2017 07:01PM |
Registered: 8 years ago Posts: 181 |
Re: Z-Axis "Clicking" February 09, 2017 07:16PM |
Registered: 9 years ago Posts: 1,873 |
Re: Z-Axis "Clicking" February 10, 2017 02:54AM |
Registered: 8 years ago Posts: 181 |
Re: Z-Axis "Clicking" February 10, 2017 09:23AM |
Registered: 9 years ago Posts: 1,873 |
I know that feeling oh so well.Quote
Supermec
The brain slipped out of gear in my last post, seems to be happening a bit lately (must be getting old).
Quote
I should have said that the Anets happily drive two Nema17 type motors with 8mm lead-screws in parallel off the same A4988 stepper driver .
Re: Z-Axis "Clicking" February 11, 2017 05:17AM |
Registered: 10 years ago Posts: 42 |
#define Z_DUAL_STEPPER_DRIVERS
// Steppers // #define X_STEP_PIN 17 #define X_DIR_PIN 16 #define X_ENABLE_PIN 48 #define Y_STEP_PIN 54 #define Y_DIR_PIN 47 #define Y_ENABLE_PIN 55 #define Z_STEP_PIN 57 #define Z_DIR_PIN 56 #define Z_ENABLE_PIN 62 //DUAL Z #define Z2_STEP_PIN 29 #define Z2_DIR_PIN 28 #define Z2_ENABLE_PIN 39 #define E0_STEP_PIN 23 #define E0_DIR_PIN 22 #define E0_ENABLE_PIN 24 #define E1_STEP_PIN 26 #define E1_DIR_PIN 25 #define E1_ENABLE_PIN 27 #define E2_STEP_PIN 29 #define E2_DIR_PIN 28 #define E2_ENABLE_PIN 39
Re: Z-Axis "Clicking" February 11, 2017 09:18AM |
Registered: 9 years ago Posts: 1,873 |