Skip to content

The MSU (Material Switching Unit) is a multi-material upgrade based on the MMU2, with key improvements to improve reliability, price and compatibility.

License

Notifications You must be signed in to change notification settings

rozhkovets/Material-Switching-Unit_FB_Reborn2

 
 

Repository files navigation

you can get this shield at shields.io GitHub YouTube Channel Subscribers

В разработке и в полурабочем состоянии

Устройство замены филамента для печати различными пластиками и многоцветной печати.

Модификация для принтера FlyingBear Reborn 2.

Исходное состояние оборудования и модификации:

  • экструдер BIQU H2 V2S
  • обдув модели 1x5015
  • wi-fi модуль удален
  • моторы X и Y перевернуты
  • материнская плата MKS Robin Nano 3.2 (STM32F407VET6)
  • дисплей MKS mini 12864 V3.0
  • драйвер шаговых двигателей - TMC 2209
  • датчик BLTouch (выравнивание UBL по 12x12)
  • парковка Z по концевым выключателям
  • доступная область печати ~300x300x350мм

В дополнение к списку требуемого оборудования требуется:

  • еще один драйвер шагового двигателя
  • поменять подключение шаговых двигателей (без этого перестает работать мотор Z2 во время печати)
    • E0 -> E1
    • E1(Z2) -> E0
    • шаговый двигатель MSU подключается в E2
  • сервопривод для резчика филамента, в случае его использования
  • датчик наличия движения филамента(BTT SFS или им подобные) (крайне рекомендуется)

Сервоприводы подключаются к контактам:

  • PC3
  • PC2
  • возможно подключение к другим контактам, но возможна нестабильная работа сервоприводов

Можно подключить на другие, но возможна нестабильная работа - дрожжание, поворот на неверный угол.

Material Switching Unit (MSU)

The Material Switching Unit is a multi-material upgrade for 3D printers based on the MMU2 that allows printing of up to 5 filaments while staying under 80$ and being compatible with most FDM 3D printers out there.

Getting started

Clone the repository using the following command (you will need git on your machine)

git clone --recursive https://github.com/PierreMasselot1/Material-Switching-Unit.git

Once this is done you should now have access to the different parts required for this project. The Marlin folder contains the modified firmware that will allow you to control the MSU and the parts forlder contains all the 3D files that you will need.

have a look at the build guide for further guidance on how to get the MSU up and running!

Goals

  • The MSU is currently still a prototype, improving reliability is currentlyy the main goal. The main focus being at the Slicer level (here is the fork that I am working on) but also some improvements that can still be done to the actual device.

  • Presets and profiles! Not having the tweak the MSU for hours will make the barrier to entry much lower

Notes

The main barrier I have right now is time, juggling everything from uni and career to friends and sports does take quite a bit of time so if you see that this repo hasn't been updated in a while it's not because the project is dead ;) it's just that I haven't had the time to work on it.

About

The MSU (Material Switching Unit) is a multi-material upgrade based on the MMU2, with key improvements to improve reliability, price and compatibility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • G-code 100.0%