Skip to content

deckardindustries/bryant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bryant

Bryant is a modified Creality Ender 5 3D Printer

The goal of the project is to take the very affordable Creality Ender 5 (Pro/Plus) and to make it a very solid CoreXY printer. You might even go as far as to say it will get in the range of something like a Voron or RatRig. Will it replace them, no. But if you don't want to build your own printer from scratch, like to mod a printer you already got, have most of the parts available from other builds or got an Ender 5 for an affordable price these modifications will get you in the ballpark of those printers.

Features

  • Improve the motion system to 'true' CoreXY and linear rails using the Mercury One.1 System
  • Improve the extruder and part cooling by using the EVA system
  • Improve the frame rigidity by adding extra aluminium brackets and plates
  • Improve the software by running Klipper (Mainsail) which uses input shaping and pressure advance

Inspiration

80% of the parts in this project are based on other projects for the Ender 5. We will use parts from the Mercury One project, the Eva 3D project. Other parts and ideas are inspired by the Voron community, the RatRig V Core printer and the VZBot printer. A huge thanks to all of the people behind those project for open-sourcing their parts so we can use and build upon them!

Contributions

This repository has the STL files for all the printed parts and uses the MKDocs Material Theme for the documentation. If you want to run the documentation locally install MKDocs (using pip) and run the following commands:

  1. Git clone this repository
git clone https://github.com/deckardindustries/Bryant.git
  1. Run the serve (or build) command
mkdocs serve

License

MIT © Danny de Vries