-
-
Notifications
You must be signed in to change notification settings - Fork 12
3MS/setup/controllers/bttmmb/ #49
3MS/setup/controllers/bttmmb/
All reactions
Replies: 3 comments 7 replies
Any chance of posting a wiring diagram or photos of a complete setup to review?
All reactions
Hi @aberry08 ,
You can see a more in-depth guide here .
Keep in mind that BTT has discontinued the V1. I'm currently looking for and testing alternate boards for the 3MS, as BTT increased the price for the MMB V2.
Once I figure out the new board, I'll work on a complete Prusa-style guide, including wiring.
All reactions
Just had a look at this, thanks for the link!
Dumb question, do I need to add stepper drivers to the v2 board or is that unnecessary?
All reactions
Yes. Anytime you run stepper motors, you need stepper drivers.
All reactions
I thought so but I’m just dumb enough that I wanted to ask. I have a set on order and should be starting to put my setup together soon
All reactions
-
👍 1
Hey, would a creality board work ? I have 3 of those 4.2.7 boards that I scrapped from other printers.
All reactions
Hi @ttpimpin ,
Below is your mmu_hardware.cfg. To install it, please follow the instructions here.
mmu_hardware.cfg
[stepper_mmu_gear]
step_pin : mmu:PB9
dir_pin : mmu:PC2
enable_pin : !mmu:PC3
rotation_distance : 25
microsteps : 16
[stepper_mmu_gear_1]
step_pin : mmu:PB7
dir_pin : mmu:PB8
enable_pin : !mmu:PC3
rotation_distance : 25
microsteps : 16
[stepper_mmu_gear_2]
step_pin : mmu:PB5
dir_pin : !mmu:PB6
enable_pin : !mmu:PC3
rotation_distance : 25
microsteps : 16
[stepper_mmu_gear_3]
step_pin : mmu:PB3
dir_pin : mmu:PB4
enable_pin : !mmu:PC3
rotation_distance : 25
microsteps : 16
All reactions
-
❤️ 1
This is my first view to the project so my question may be dumb but, there it goes anyway:
Could I use the same motherboard of the printer to control 3ms, in my case I have an Ender 3 neo v2 (motherboard 4.2.2). I don't know if it have enough spare stepper ports
All reactions
Hi @rodrigoutrera1973 ,
You can use the main board of your printer, but I think the 4.2.2 board already has all its stepper ports used up for the XYZE axes. If you want, you can switch to something with more stepper ports, like an Octopus, or you can use an external board (I recommend the SKR Pico).
All reactions
-
👍 1
Thank you.