feat: add mockup bed mesh data to printer.cfg
This commit is contained in:
parent
fe74614762
commit
d9cbdb2c69
|
|
@ -165,6 +165,17 @@ pwm: false
|
||||||
shutdown_value: 0
|
shutdown_value: 0
|
||||||
value: 1
|
value: 1
|
||||||
|
|
||||||
|
############################################
|
||||||
|
### BED MESH ###
|
||||||
|
############################################
|
||||||
|
|
||||||
|
[bed_mesh]
|
||||||
|
speed: 120
|
||||||
|
horizontal_move_z: 5
|
||||||
|
mesh_min: 10, 10
|
||||||
|
mesh_max: 190, 190
|
||||||
|
probe_count: 5, 5
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
### MACROS ###
|
### MACROS ###
|
||||||
############################################
|
############################################
|
||||||
|
|
@ -220,3 +231,26 @@ gcode:
|
||||||
rename_existing: M190.1
|
rename_existing: M190.1
|
||||||
gcode:
|
gcode:
|
||||||
M117 M190 called with {rawparams}
|
M117 M190 called with {rawparams}
|
||||||
|
|
||||||
|
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||||
|
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||||
|
#*#
|
||||||
|
#*# [bed_mesh default]
|
||||||
|
#*# version = 1
|
||||||
|
#*# points =
|
||||||
|
#*# 0.075000, 0.069792, 0.062708, 0.044167, 0.032917
|
||||||
|
#*# 0.045417, 0.043958, 0.066042, 0.053333, 0.038750
|
||||||
|
#*# 0.034375, 0.023333, 0.032917, 0.054167, 0.043542
|
||||||
|
#*# 0.076042, 0.056458, 0.066250, 0.045000, 0.057292
|
||||||
|
#*# 0.051875, 0.036875, 0.030000, 0.020625, 0.043125
|
||||||
|
#*# tension = 0.2
|
||||||
|
#*# min_x = 10
|
||||||
|
#*# algo = bicubic
|
||||||
|
#*# y_count = 5
|
||||||
|
#*# mesh_y_pps = 5
|
||||||
|
#*# min_y = 10.0
|
||||||
|
#*# x_count = 5
|
||||||
|
#*# max_y = 190
|
||||||
|
#*# mesh_x_pps = 5
|
||||||
|
#*# max_x = 190
|
||||||
|
#*#
|
||||||
Loading…
Reference in New Issue