Hi, I'm new to the forum, I would like to ask you my question:
I am building a delta for printing with clay, I used a Bigtreetech skr 1.3 card with TMC2209 driver and nema 17 motors for the x, y, z axes
and Marlin-bugfix 2.0 firmware.
So far everything ok, I did a blank print run and everything seems to go smoothly.
For the extruder I instead opted for a nema 23 and DM542Y driver as per link:
[
www.omc-stepperonline.com]- stepper-motor.html
to connect it to skr 1.3 there are the appropriate pins (EN DIR STP GND)
it is also necessary to set the 1: 1 step in the firmware, since it will be the external driver that generates the microstep pulses, setting it through the appropriate switches.
And here is the question: the DM542Y driver It is not among the drivers listed in Marlin, how do I configure it?
I'm afraid to test by setting another driver, I have no idea what might happen.
Tips?
Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
* TMC2130, TMC2130_STANDALONE, TMC2160, TMC2160_STANDALONE,
* TMC2208, TMC2208_STANDALONE, TMC2209, TMC2209_STANDALONE,
* TMC26X, TMC26X_STANDALONE, TMC2660, TMC2660_STANDALONE,
* TMC5130, TMC5130_STANDALONE, TMC5160, TMC5160_STANDALONE
*: ['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2160', 'TMC2160_STANDALONE' , 'TMC2208', 'TMC2208_STANDALONE', 'TMC2209', 'TMC2209_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130', 'TMC5130_STANDONE'
* /
#define X_DRIVER_TYPE TMC2209
#define Y_DRIVER_TYPE TMC2209
#define Z_DRIVER_TYPE TMC2209
// # define X2_DRIVER_TYPE A4988
// # define Y2_DRIVER_TYPE A4988
// # define Z2_DRIVER_TYPE A4988
// # define Z3_DRIVER_TYPE A4988
#define E0_DRIVER_TYPE <<<<<<< ???
// # define E1_DRIVER_TYPE A4988
// # define E2_DRIVER_TYPE A4988
// # define E3_DRIVER_TYPE A4988
// # define E4_DRIVER_TYPE A4988
// # define E5_DRIVER_TYPE A4988
thank you