Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belak/klipper-ender3v2
https://github.com/belak/klipper-ender3v2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/belak/klipper-ender3v2
- Owner: belak
- License: cc0-1.0
- Created: 2023-06-24T06:13:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T17:51:23.000Z (over 1 year ago)
- Last Synced: 2024-10-19T05:51:50.586Z (3 months ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Belak's Ender 3v2 Klipper Setup
## Hardware
- Ender 3v2
- SKR Mini E3v3
- Stock hotend
- Sherpa Mini extruder
- [Manta MK2](https://www.printables.com/model/169137-manta-mk2-duct-tool-head-system) toolhead (with dual 5015 fans)## Sources
- Default [SKR Mini E3v3](https://github.com/Klipper3d/klipper/blob/master/config/generic-bigtreetech-skr-mini-e3-v3.0.cfg) config
- Default [Ender 3v2](https://github.com/Klipper3d/klipper/blob/master/config/printer-creality-ender3-v2-2020.cfg) config
- [Sherpa Mini](https://github.com/Annex-Engineering/Sherpa_Mini-Extruder/blob/master/Klipper_Config_Block.txt) config tweaks## Macros
This also includes a number of macros, primarily modified from users in the Prusa3D discord.
- `CG28` - issue a `G28` if not already homed
- `LOAD_FILAMENT` - convenience macro for preheating and loading filament, from Discord
- `UNLOAD_FILAMENT` - convenience macro for preheating and unloading filament, from DiscordThese macros are hidden because they're really only needed for gcode files.
- `_START_PRINT` - preheat bed and extruder, home the bed, set up a mesh using KAMP, purge filament
- `_END_PRINT` - turn everything off and move up a few mm## Setup
While most things should work out of the box, this config assumes the following are cloned somewhere and symlinked into the `printer_data/config` directory.
- [KAMP](https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging)
- [mainsail-config](https://github.com/mainsail-crew/mainsail-config)
- [moonraker-timelapse](https://github.com/mainsail-crew/moonraker-timelapse)