Skip to content

Latest commit

 

History

History
132 lines (71 loc) · 5.21 KB

links.md

File metadata and controls

132 lines (71 loc) · 5.21 KB

Useful Links

header

This is a collection of links to useful resources for Klipper and 3D printing in general. If you have a link you would like to see included here, please open an issue or submit a pull request.

The Main Parts

What it's all about.

The backend that allows interfaces to communicate with Klipper.

An interface that's designed to work with Klipper.

Another interface that's designed to work with Klipper.

I actually do not recommend using Octoprint with Klipper, Mainsail and Fluidd are much better suited for it.

A touchscreen interface designed to work with Klipper.

Klipper Docs

Describes all the possible config sections that can be used in your printer.cfg file. This is basically the most important page in Klipper. Bookmark it!

Lists all the Klipper-specific native commands and how to use them.

Reference for the formatting of more advanced macros and describes the use of variables and parameters.

A huge encyclopedic list of values that can be retrieved for use in macros via the printer object. (This is probably my second-most-used Klipper Docs behind the config reference)

Describes the installation and use of an accelerometer for measuring resonance and configuring input_shaper.

Describes how Klipper manages the motion system.

Tools and Extensions

This is an incredibly useful tool! If you didn't just flash MainsailOS or FluiddPi (and even if you did) KIAUH will allow you to install/remove/update Klipper as well as the accompanying software and even many extensions. Highly recommended!

The absolute best tuning/calibration guide for Klipper printers.

Klipper Adaptive Mesh and Purge. A project that allows you to mesh only the print area instead of the whole bed. It also allows you to purge the nozzle before printing in a place near the print area. This is a great way to save time, reduce wear on your bed, and reduce the amount of filament ooze that could negatively impact your print.

Allows you to create timelapse videos for your prints.

Allows you to monitor and control your Klipper printer via telegram.

Allows you to monitor and control your Klipper printer via telegram.

Allows you to monitor and control your Klipper printer via Discord.

Allows Moonraker/Klipper to interface with The Spaghetti Detective/Obico.

A more modern, more efficient alternative to the default webcamd server. Better camera stuff. This works with any interface that uses the klipper camera.

Works with your START_PRINT macro to automatically BED_MESH_CALIBRATE only the print area boundaries for the current model. Only mesh where you are actually printing (so it's faster)

Allows you to use animations, layers, and effects on addressable LEDs wired to your Klipper printer.

Development

This is the language we use for the logic in Klipper macros

The stuff between curly brackets:

{ ... } or {% ... %}