Skip to content

Instantly share code, notes, and snippets.

@tehmaze
tehmaze / printer.cfg
Last active November 5, 2022 14:05
Klipper color ramp on Mini 12864 display with NeoPixels
[neopixel fysetc_mini12864]
pin: EXP1_6
chain_count: 3
color_order: RGB
initial_RED: 0.0
initial_GREEN: 0.0
initial_BLUE: 0.4
[delayed_gcode set_displaytemp_timer]
initial_duration: 1
@tehmaze
tehmaze / printer.cfg
Created May 24, 2021 19:49
CoreXY torture tests
[gcode_macro HOME]
gcode:
# home not homed axies
{% for axis in ['x', 'y', 'z'] %}
{% if axis not in printer.toolhead.homed_axes %}
G28 { axis }
{% endif %}
{% endfor %}
[gcode_macro CENTER]
@tehmaze
tehmaze / printer.cfg
Created February 28, 2022 11:08
FLSUN SR Klipper config
# This file contains common pin mappings for the BIGTREETECH SKR V1.3 board used
# in the FLSUN SuperRacer. To use this config, the firmware should be compiled
# for the LPC1768.
[mcu]
# SKR 1.3 for stepper E+sensors+heaters
serial:
[mcu:abc]
# Supernova for steppers A,B,C