Autocommit from 2025-03-19 13:48:20
Klipper version: v0.12.0-382-ga18c74be0 Moonraker version: v0.9.3-3-gccfe32f Mainsail version: v2.13.2
This commit is contained in:
BIN
..gitignore.swp
BIN
..gitignore.swp
Binary file not shown.
@@ -333,7 +333,7 @@ gcode:
|
||||
|
||||
[gcode_macro INIT_BED_TYPE]
|
||||
variable_bed_z_offset: 0
|
||||
variable_bed_types: { 'Textured PEI Plate': 0.00, 'None': 0 }
|
||||
variable_bed_types: { 'Textured PEI Plate': -0.04, 'None': 0 }
|
||||
gcode:
|
||||
{% set bed_type = params.BED_TYPE|default("None") %}
|
||||
{% set new_bed_z_offset = bed_types[bed_type] %}
|
||||
|
||||
21
printer.cfg
21
printer.cfg
@@ -209,19 +209,20 @@ algorithm: bicubic
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# -0.006875, -0.011875, -0.006875
|
||||
#*# 0.012812, 0.002812, -0.003438
|
||||
#*# 0.023125, 0.008750, 0.015937
|
||||
#*# x_count = 3
|
||||
#*# y_count = 3
|
||||
#*# 0.079062, 0.033125, 0.010937, 0.040937, 0.090937
|
||||
#*# 0.065312, 0.020312, -0.009375, 0.033437, 0.080000
|
||||
#*# 0.074375, 0.030312, -0.006563, 0.037500, 0.073125
|
||||
#*# 0.070625, 0.029375, 0.004687, 0.035625, 0.075312
|
||||
#*# x_count = 5
|
||||
#*# y_count = 4
|
||||
#*# mesh_x_pps = 2
|
||||
#*# mesh_y_pps = 2
|
||||
#*# algo = lagrange
|
||||
#*# tension = 0.2
|
||||
#*# min_x = 154.289
|
||||
#*# max_x = 195.529
|
||||
#*# min_y = 154.83499999999998
|
||||
#*# max_y = 195.33499999999998
|
||||
#*# min_x = 41.8801
|
||||
#*# max_x = 308.2001
|
||||
#*# min_y = 98.38499999999999
|
||||
#*# max_y = 252.19500000000002
|
||||
#*#
|
||||
#*# [probe]
|
||||
#*# z_offset = -0.820
|
||||
#*# z_offset = -0.840
|
||||
|
||||
Reference in New Issue
Block a user