Closed gsuresh2u closed 4 years ago
Which firmware version?
which is same downloaded from this git
Please use marlin2.0.5.3 version
platformio.ini
[platformio] src_dir = Marlin boards_dir = buildroot/share/PlatformIO/boards default_envs = FLYF407ZG
/**
/**
// Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH
// Choose the name from boards.h that matches your setup
Thanks , its compiling fine Need some clarification of connecting steppers X - X stepper Y - Y steppers (2 in parallel) Z - Z1 stepper E0 - E0 stepper E1 - E1 stepper E2 - E2 stepper E3 - Z2 stepper ? E4 - Z3 stepper ? E5 - Z4 stepper ? Total 9 ports, 10 motors (2 in parallel) is above connections are right ?
You can open the motherboard pin definition file to modify
If E1 is used as Z2, change all E1 motor pins to Z2》 as shown
Ok, Thanks
Hi, please check the pins config i want to use pins for X for X Y for Y Z for Z1 E0 for Z2 E1 for Z3 E2 for Z4 E3 for E0 (Extruder 1) E4 for E1 (Extruder 2) E5 for E2 (Extruder 3)
`#define X_STEP_PIN PB9
//Z2
//Z3
//Z4
//E0
//E1
//E2
`
Hi, i want to use 4 steppers for Z axis here is my setup : Z Axis : 4 steppers Y Axis : 2 steppers in parallel (no empty port) X axis : 1 stepper E0, E1, E2 : 3 steppers total 9 steppers, are are TMC5160 drivers using Inductive probe for Z min end stop and for auto leveling when i try to use 4 steppers for Z axis, it giving compile error what i am doing wrong ? please suggest