All Projects → Desuuuu → klipper-macros

Desuuuu / klipper-macros

Licence: MIT license
A collection of my Klipper G-code macros.

Projects that are alternatives of or similar to klipper-macros

klipper-voron-V2
Generic Klipper configuration for a CoreXY printers like Voron v2.4, Trident, V0 and co
Stars: ✭ 126 (+27.27%)
Mutual labels:  klipper, klipper-macros
voron-ht
Klipper configuration for my Voron 2.4
Stars: ✭ 20 (-79.8%)
Mutual labels:  klipper
Voron2.4 My Build Log
This repository will hold any documents I use to help with building my Voron 2.4 250mm 3D Printer and the Voron 2.4 LDO 300mm Printer
Stars: ✭ 65 (-34.34%)
Mutual labels:  klipper
mainsail
Mainsail is the popular web interface for Klipper
Stars: ✭ 960 (+869.7%)
Mutual labels:  klipper
KlipperScreen
GUI for Klipper
Stars: ✭ 515 (+420.2%)
Mutual labels:  klipper
moonraker-telegram-bot
Telegram bot to interact with Moonraker (Klipper Web API Server)
Stars: ✭ 119 (+20.2%)
Mutual labels:  klipper
Klipper-Firmware-FLSUN-QQ-S-Pro-Delta-Printer
Firmware configuration files and instructions on how to get the Klipper ecosystem running on the FLSUN QQ-S Pro delta 3D printer
Stars: ✭ 51 (-48.48%)
Mutual labels:  klipper
DGUS-reloaded-Klipper-config
No description or website provided.
Stars: ✭ 21 (-78.79%)
Mutual labels:  klipper
DGUS-reloaded-Klipper
DWIN T5UID1 touchscreen firmware for 3D printers running Klipper.
Stars: ✭ 71 (-28.28%)
Mutual labels:  klipper

klipper-macros

A collection of my Klipper G-code macros.

Usage

Copy the macros folder alongside your printer configuration file and edit it to add:

[include macros/*.cfg]

Configuration

You can configure some macros using SAVE_VARIABLE in the following way:

[save_variables]
filename: ~/variables.cfg

[delayed_gcode macros_initialize]
initial_duration: 1
gcode:
  INITIALIZE_VARIABLE VARIABLE=park_x VALUE=30
  INITIALIZE_VARIABLE VARIABLE=park_y VALUE=30
  INITIALIZE_VARIABLE VARIABLE=bowden_len VALUE=300

Here's the list of parameters you can configure:

Name Default Description
park_x x_min + 20 Default X park position
park_y y_min + 20 Default Y park position
bowden_len 100 Bowden tube length

Macros

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].