jschuh klipper macros geupdated van zijn github

This commit is contained in:
2024-05-18 20:09:57 +02:00
parent 8dc926e5d4
commit d0e7d8800d
48 changed files with 5949 additions and 3003 deletions

View File

@@ -5,14 +5,14 @@
# These are examples of some likely customizations:
# Any sheets in the below list will be available with a configurable offset.
#variable_bed_surfaces: ['smooth_1','texture_1']
variable_print_min: (12, 30) # example: (0, 0)
variable_print_min: (12, 51) # example: (0, 0)
variable_start_bed_heat_overshoot: 0.0
variable_park_x: 5.0
variable_park_y: 5.0
# Length (in mm) of filament to load (bowden tubes will be longer).
variable_load_length: 50.0
# Hide the Octoprint LCD menu since I don't use it.
#variable_menu_show_octoprint: False
variable_menu_show_octoprint: False
# Customize the filament menus (up to 10 entries).
variable_menu_temperature: [
{'name' : 'TPU', 'extruder' : 220.0, 'bed' : 45.0},
@@ -20,22 +20,22 @@ variable_menu_temperature: [
{'name' : 'PETG', 'extruder' : 230.0, 'bed' : 85.0},
{'name' : 'ABS', 'extruder' : 245.0, 'bed' : 110.0, 'chamber' : 60}]
# Length of filament (in millimeters) to purge at print start.
#variable_start_purge_length: 30 # This value works for most setups.
variable_start_purge_length: 30 # This value works for most setups.
gcode: # This line is required by Klipper.
# Any code you put here will run at klipper startup, after the initialization
# for these macros. For example, you could uncomment the following line to
# automatically adjust your bed surface offsets to account for any changes made
# to your Z endstop or probe offset.
# ADJUST_SURFACE_OFFSETS
M118 Einde gcode_macro _km_options
# This line includes all the standard macros.
[include ../klipper-macros/*.cfg]
[include ../klipper-macros-main/*.cfg]
# Uncomment to include features that require specific hardware support.
# LCD menu support for features like bed surface selection and pause next layer.
[include ../klipper-macros/optional/lcd_menus.cfg]
[include ../klipper-macros-main/optional/lcd_menus.cfg]
# Optimized bed leveling
[include ../klipper-macros/optional/bed_mesh.cfg]
[include ../klipper-macros-main/optional/bed_mesh.cfg]
# The sections below here are required for the macros to work. If your config
# already has some of these sections you should merge the duplicates into one
@@ -55,7 +55,7 @@ filename: ~/printer_data/variables.cfg # UPDATE THIS FOR YOUR PATH!!!
#[virtual_sdcard]
#path: ~/gcode_files # UPDATE THIS FOR YOUR PATH!!!
[display_status]
#[display_status]
# Uncomment the sections below if Fluidd complains (because it's confused).
[gcode_macro CANCEL_PRINT]