This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################################################################### | |
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |