Skip to content

Instantly share code, notes, and snippets.

@lenne0815
lenne0815 / bedScrew.cfg
Created September 14, 2020 05:18
Adds an lcd menu for bed screw adjust for Klipper
[bed_screws]
screw1: 32,32
screw2: 203,32
screw3: 203,203
screw4: 32,203
[menu __main __leveling]
type: list
enable: {not printer.idle_timeout.state == "Printing"}
@lenne0815
lenne0815 / meshBed.cfg
Created September 13, 2020 05:48
Manual Bed Mesh Leveling via reprap Display for Klipper
[menu __main __prepare]
type: list
enable: {not printer.idle_timeout.state == "Printing"}
name: Prepare
[menu __main __prepare meshBed]
type: list
enable: {not printer.idle_timeout.state == "Printing"}
name: Mesh Bed Level
@lenne0815
lenne0815 / config.txt
Created January 12, 2020 12:47
Simplicity
######################################################################
# Start Print and End Print
######################################################################
[gcode_macro START_PRINT]
gcode:
G90
G92 E0
G1 X35.0 Y0.0 Z0.1 E1.0 F5000.0 ; intro line start
G1 X35.0 Y0.0 Z0.1 E4.0 F1000.0 ; start extruding
@lenne0815
lenne0815 / klipper.cfg
Last active March 1, 2024 20:37
Ender 5 SKR mini E3 1.2 Config
# This file contains common pin mappings for the BIGTREETECH SKR mini
# E3 v1.2. To use this config, the firmware should be compiled for the
# STM32F103 with a "28KiB bootloader". Also, select "Enable extra
# low-level configuration options" and configure "GPIO pins to set at
# micro-controller startup" to "!PC13".
# The "make flash" command does not work on the SKR mini E3. Instead,
# after running "make", copy the generated "out/klipper.bin" file to a
# file named "firmware.bin" on an SD card and then restart the SKR
# mini E3 with that SD card.