https://github.com/faern/3dprinter-config
Printer and slicer configuration for 3D printers
https://github.com/faern/3dprinter-config
Last synced: 12 months ago
JSON representation
Printer and slicer configuration for 3D printers
- Host: GitHub
- URL: https://github.com/faern/3dprinter-config
- Owner: faern
- Created: 2023-07-27T10:33:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T14:29:11.000Z (over 2 years ago)
- Last Synced: 2024-10-17T15:44:36.112Z (over 1 year ago)
- Language: Python
- Size: 433 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# faern's and widar's 3d printer setup
Hi and welcome to our stash of:
* Slicer profiles
* Printer firmware configurations
* Hardware build logs, tuning benchmark dumps etc.
Printer specific configuration can be found under the directories with the name of the printer.
## Printers
* [Veiron](Veiron/)
* [Otto](Otto/)
## Firmware config
See `$printer_name/Klipper-config` for the files.
## SuperSlicer profiles
These SuperSlicer profiles are originally based off of [Ellis SuperSlicer profiles]. They have then
gone through lots of tuning with [Ellis' Print Tuning Guide] and from other sources.
The result is versioned in this repository under `$printer_name/SuperSlicer-profiles/``
These are stored as separate INI files for each profile (printer, filament and print profiles
separately). Use the [split_superslicer_config_bundle]
script to generate these files from an exported SuperSlicer Config Bundle:
1. Export a Config Bundle from SuperSlicer (File -> Export -> Export Config Bundle...)
Save it under any `$name.ini`
2. Run [split_superslicer_config_bundle] with the exported bundle and desired output directory:
```
$ ./split_superslicer_config_bundle.py $name.ini --output-dir $printer_name/SuperSlicer-profiles/
```
3. Inspect the diff and commit it.
[Ellis SuperSlicer profiles]: https://github.com/AndrewEllis93/Ellis-SuperSlicer-Profiles
[Ellis' Print Tuning Guide]: https://ellis3dp.com/Print-Tuning-Guide
[split_superslicer_config_bundle]: ./split_superslicer_config_bundle.py