This is the repository where I post files for my Ender 3V2 lovingly named TheFactory after one of my favorite games, Factorio
I don't know if anyone will ever be checking it out to help their build, but most of my macros have been from other builds across the web
Barely stock Ender 3V2 with main following upgrades as of 6/14:
- BTT SKR Mini E3 3.0 (after accidentally stabbing my stock 4.2.2 board with a screwdriver)
- Dual Z axis
- BMG+V6 Direct Drive
- CRTouch Probe
- PEI bed (wish I had done this first)
My printer then runs MainsailOS, which is a web interface for klipper, which allows me to quickly and easily update everything. Marlin works out of the box, but klipper really lets you push the limits of your printing.
Some helpful resources I use include BenD780x9's guide to setting up klipper on an Ender3v2,and then kiauh theexitus's Klipper Install And Uninstall Helper is the best way to manage your installations and updates
I use Edge for my web interface and nothing else, but you need to add a "/" to the end I have found
Generate SSH keys from your Pi and upload the public key to github. The Guide to generating and adding SSH keys is helpful for the initial connection, but I was only able to push/pull with terminal commands
VSC has something called Source Control that manages all of your changes and provides a GUI to see these, label them and then push with the click of a button. SSH wouldn't work with this, but after setting up my repository with HTTPS I've had no issues. Use this guide to learn How to push code from VSC to GitHub
jschuh's klipper-macros are awesome