Utilizzare il Pololu E1 per comandare secondo motore Z [RISOLTO] January 21, 2014 03:55AM |
Registered: 11 years ago Posts: 79 |
Re: Utilizzare il Pololu E1 per comandare secondo motore Z January 21, 2014 04:14AM |
Registered: 12 years ago Posts: 1,865 |
Re: Utilizzare il Pololu E1 per comandare secondo motore Z January 21, 2014 04:43AM |
Registered: 11 years ago Posts: 79 |
Re: Utilizzare il Pololu E1 per comandare secondo motore Z January 21, 2014 04:51AM |
Registered: 11 years ago Posts: 79 |
Re: Utilizzare il Pololu E1 per comandare secondo motore Z January 21, 2014 05:16AM |
Admin Registered: 12 years ago Posts: 954 |
Re: Utilizzare il Pololu E1 per comandare secondo motore Z January 21, 2014 05:27AM |
Registered: 11 years ago Posts: 79 |
Re: Utilizzare il Pololu E1 per comandare secondo motore Z January 21, 2014 05:29AM |
Registered: 11 years ago Posts: 388 |
Re: Utilizzare il Pololu E1 per comandare secondo motore Z January 21, 2014 05:33AM |
Registered: 11 years ago Posts: 79 |
Quote
mic
// A single Z stepper driver is usually used to drive 2 stepper motors.
// Uncomment this define to utilize a separate stepper driver for each Z axis motor.
// Only a few motherboards support this, like RAMPS, which have dual extruder support (the 2nd, often unused, extruder driver is used
// to control the 2nd Z axis stepper motor). The pins are currently only defined for a RAMPS motherboards.
// On a RAMPS (or other 5 driver) motherboard, using this feature will limit you to using 1 extruder.
#define Z_DUAL_STEPPER_DRIVERS (devi scommentare questa riga)
#ifdef Z_DUAL_STEPPER_DRIVERS
#undef EXTRUDERS
#define EXTRUDERS 1
#endif
Re: Utilizzare il Pololu E1 per comandare secondo motore Z January 21, 2014 05:52AM |
Admin Registered: 12 years ago Posts: 954 |
Re: Utilizzare il Pololu E1 per comandare secondo motore Z [RISOLTO] January 21, 2014 06:05AM |
Registered: 11 years ago Posts: 79 |
Re: Utilizzare il Pololu E1 per comandare secondo motore Z January 21, 2014 06:32AM |
Admin Registered: 12 years ago Posts: 954 |
---- "Let me make my move" ---- |