2023-06-19 01:04:18 -04:00
2023-06-18 19:56:07 -04:00
2023-06-19 01:04:18 -04:00
2023-05-12 00:53:25 -04:00
2023-06-18 14:30:22 -04:00
2023-04-07 14:04:00 -04:00
2023-04-07 13:56:28 -04:00
2023-04-23 15:47:29 -04:00
2023-06-18 23:06:51 -04:00

🚨 One-Stop-Shop Klipper Configuration

This branch contains the OSS Klipper configuration that can be used with any printer running Klipper.

Printer Branch
Sovol SV06 master
Sovol SV06 Skr-Mini-E3-V3.0 skr-mini-e3-v3
Sovol SV06 Plus sv06-plus
All other printers You are here

I am creating these files for my personal use and cannot be held responsible for what it might do to your printer. Use at your own risk.

Outline

Features

  • 💥 This Klipper configuration is an endpoint, meaning that it contains everything that you could possibly need in order to have an excellent Klipper experience! 💥 CoreXY users can rightly disagree and say that it lacks the quad gantry levelling macros. Please create a pull request if you can help in this regard!
  • Filament runout sensor usage implemented.
  • Minimum configuration settings for Mainsail/Fluiddpi to work.
  • SuperSlicer config bundle that contains the printer configuration, as well as what are considered by many to be the best print settings available for any FDM printer (Ellis' SuperSlicer Profiles). Find the differences between the different print setting profiles here. But basically, the 45 degree profile places the seam at the back.
  • Macros
    • Improved mechanical gantry calibration/G34 macro that provides the user audio feedback, and time to check the calibration. ⚠️ This is for i3 style printers only, see example video here.
    • Misc macros: PRINT_START, CANCEL_PRINT, PRINT_END, PAUSE, RESUME.
    • Parking macros (parks the printhead at various locations): PARKFRONT, PARKFRONTLOW, PARKREAR, PARKCENTER, PARKBED.
    • Load/unload filament macros.
    • Purge line macro.

Stay Up-to-Date

Watch for releases and updates.

Raspberry Pi

Installation Steps

Before You Begin

  • Know what you're getting into by reading this documentation fully!
  • It is assumed that you are connected to your host Raspberry Pi (or other host device) via SSH, and that your printer motherboard is connected to the host via a data USB cable.
  • It is assumed that the username on the host device is pi. If that is not the case, you will have to manually edit moonraker.conf and cfgs/misc-macros.cfg and change any mentions of /home/pi to /home/yourUserName.
  • It is assumed that you already have a working printer.cfg and you already have your printer up and running Klipper.
  • I would recommend searching for the word NOTE in this repository. There are roughly half a dozen short points amongst the various files that you should be aware of if you're using this configuration.

Download the Configuration

  1. Download the ZIP file containing the Klipper configuration.
  2. The parent folder in the ZIP is Sovol-SV06-firmware-any-printer. This is relevant in the next step.
  3. Extract only the contents of the parent folder into ~/printer_data/config.

💡 If you get a warning that you already have a moonraker.conf (which you probably do since you're already up and running Klipper), and you're not using a low powered device such as a Raspberry Pi Zero, you need to simply paste the following into your existing moonraker.conf:

[file_manager]
enable_object_processing: True

Setup Instructions

Simply add [include ./osskc.cfg] somewhere at the top of your printer.cfg.

Directory Structure

This repository contains many files and folders. Some are necessary for this Klipper configuration to work, others are not.

  • Necessary items are marked with a .
  • Items that can optionally be deleted are marked with a .
├── cfgs ✅
│   ├── adxl-direct.cfg
│   ├── adxl-rp2040.cfg
│   ├── adxl-rpi-pico-2x.cfg
│   ├── MECHANICAL_GANTRY_CALIBRATION.cfg
│   ├── misc-macros.cfg
│   ├── PARKING.cfg
│   └── TEST_SPEED.cfg
├── CODE_OF_CONDUCT.md ❌
├── CONTRIBUTING.md ❌
├── .github ❌
│   └── ISSUE_TEMPLATE
│       ├── bug_report.md
│       └── feature_request.md
├── .gitignore ❌
├── images ❌
│   ├── cup-border.png
│   ├── githubstar.gif
│   ├── heart.gif
│   ├── logo_white_stroke.png
│   └── party_blob.gif
├── misc ❌
│   └── SuperSlicer_config_bundle.ini
├── moonraker.conf ✅ ❌ ¿? (depends if you already have this file or not)
├── osskc.cfg ✅
├── README.md ❌
└── .vscode ❌
    └── settings.json

Support Me

Please star this repository!

If you found my work useful, please consider buying me a Ko-fi.

FAQ

Please find answers to common questions here.

Useful Resources

Sources

ko-fi

Description
🔥 A comprehensive Klipper configuration for a variety of 3D printers 🔥
Readme AGPL-3.0 10 MiB
Languages
Markdown 100%