https://github.com/alexjohnj/klipper_config
Klipper Configuration for my printers
https://github.com/alexjohnj/klipper_config
3d-printing klipper klipper-configuration
Last synced: about 1 month ago
JSON representation
Klipper Configuration for my printers
- Host: GitHub
- URL: https://github.com/alexjohnj/klipper_config
- Owner: alexjohnj
- Created: 2022-09-17T09:49:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T19:26:38.000Z (2 months ago)
- Last Synced: 2025-04-15T18:07:48.599Z (about 1 month ago)
- Topics: 3d-printing, klipper, klipper-configuration
- Language: Shell
- Homepage:
- Size: 97.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ender 3 S1 Klipper Config
Config files and macros for Klipper and Mainsail running on an Ender 3 S1.
I wrote some of the macros but grabbed a load from a random Reddit post. I don't remember which one.
You should probably use the default `printer.cfg` for the S1 and not this one.
## File System Structure
- Printer specific configuration goes in the `printers/$PRINTER_NAME/` directory.
- Device specific configuration for the _active_ printer this Pi controls are symlinked into the `active_printer/` directory.
- The current device's `printer.cfg` is symlinked to the root of the directory.
- Common configuration files for all printers (e.g., Mainsail, macros) go in the root of the directory. Common configuration files should import the active printer's configuration from the `active_printer/` directory.