Skip to content

voidtrance/voron-klipper-extensions

Repository files navigation

Warning

I no longer have a Klipper-based printer. I am only able to use the Vortex Emulator to test any changes.

The emulator has limited capabilities, so there might be situations where some testing may be required from bug submitters.

For anyone willing to help with testing fixes, I appreciate your help and patience. Thank you.

voron-klipper-extensions

A set of Klipper extensions designed to improve operation of Voron printers.

Available Extensions

The repository provide the following Klipper extensions:

Name Description
gcode_shell_command Execute shell commands from GCode
led_interpolate Smootly transition LEDS between colors
loop_macro Looping G-Code macro variant
settling_probe Execute a "settling" probe sample to settle the gantry
state_notify Improved printer state notifications
temp_tracker Average temperature tracking

Setup and Removal

Installation

  1. Login to your RaspberryPi.
  2. Clone this repository:
git clone https://github.com/voidtrance/voron-klipper-extensions.git
  1. Change directory to the new cloned repository:
cd voron-klipper-extensions
  1. Run the install script:
./install-extensions.sh
  1. Add the following section to moonraker.conf:
[update_manager voron-klipper-extensions]
type: git_repo
path: ~/voron-klipper-extensions
origin: https://github.com/voidtrance/voron-klipper-extensions.git
install_script: install-extensions.sh
managed_services: klipper

Removal

  1. Login to your RaspberryPi.
  2. Change directory to the repository:
cd voron-klipper-extensions
  1. Run the uninstall script:
./install-extensions.sh -u
  1. (Optional) Remove the repository:
cd ..
rm -rf voron-klipper-extensions
  1. (Optional) If you have removed the repository in step 4, you'll have to remove the Moonraker update manager setup as well. Edit moonraker.conf and remove the [update_manager voron-klipper-exteions] section.

Contributing

If you'd like to contribute, please submit a pull request with your suggested changes. When submitting changes, please follow the coding style.

About

A set of Klipper extensions designed to improve operation of Voron printers.

Resources

License

Stars

127 stars

Watchers

3 watching

Forks

Sponsor this project

Packages

 
 
 

Contributors