I present to you the EVA carriage platform - easy to mount, remix and use MGN carriages for different Hotend assemblies.
They work great with the Rat Rig V-core Pro "Easy mod" I created: https://github.com/pkucmus/Easy-Mod
A rather poor attempt to talk about those: https://www.youtube.com/playlist?list=PLR8LTCniA766Mg1a88iF8xhOlvZR-Rc3A
Visit the project page for instructions and more information.
If you want to help with testing - please grab a carriage and report your findin 5D51 gs as an issue - please include pictures, videos and your opinion.
If you see anything missing from the Instructions - please file an issue.
Python3.8 required with Poetry.
poetry install
To generate gifs:
from generate import genearate_gifs_from_directory
genearate_gifs_from_directory("assets/images/gifs/source", {"id": "v6_titan"})
To serve the gh-page locally:
mkdocs serve
To deploy gh page:
mkdocs gh-deploy