wip
This commit is contained in:
parent
1e0d04f2ab
commit
c298263d94
6 changed files with 175 additions and 58 deletions
87
printer.cfg
87
printer.cfg
|
|
@ -56,6 +56,19 @@ path: /home/pi/printer_data/gcodes
|
|||
|
||||
[exclude_object]
|
||||
|
||||
# enable M118 and RESPOND
|
||||
[respond]
|
||||
# default_type: echo
|
||||
# default_type: echo
|
||||
# Sets the default prefix of the "M118" and "RESPOND" output to one
|
||||
# of the following:
|
||||
# echo: "echo: " (This is the default)
|
||||
# command: "// "
|
||||
# error: "!! "
|
||||
default_prefix: >>
|
||||
# Directly sets the default prefix. If present, this value will
|
||||
# override the "default_type".
|
||||
#
|
||||
#####################################################################
|
||||
# includes
|
||||
#####################################################################
|
||||
|
|
@ -283,33 +296,33 @@ sample_retract_dist: 3
|
|||
samples_tolerance: 0.01
|
||||
samples_tolerance_retries: 5
|
||||
|
||||
# activate_gcode:
|
||||
# # impatient
|
||||
# # {% set PROBE_TEMP = 200 %}
|
||||
# {% set PROBE_TEMP = 250 %}
|
||||
# {% set MAX_TEMP = PROBE_TEMP + 5 %}
|
||||
# {% set ACTUAL_TEMP = printer.extruder.temperature %}
|
||||
# {% set TARGET_TEMP = printer.extruder.target %}
|
||||
#
|
||||
# {% if TARGET_TEMP > PROBE_TEMP %}
|
||||
# { action_respond_info('Extruder temperature target of %.1fC is too high, lowering to %.1fC' % (TARGET_TEMP, PROBE_TEMP)) }
|
||||
# M109 S{ PROBE_TEMP }
|
||||
# {% else %}
|
||||
# # Temperature target is already low enough, but nozzle may still be too hot.
|
||||
# {% if ACTUAL_TEMP > MAX_TEMP %}
|
||||
# { action_respond_info('Extruder temperature %.1fC is still too high, waiting until below %.1fC' % (ACTUAL_TEMP, MAX_TEMP)) }
|
||||
# TEMPERATURE_WAIT SENSOR=extruder MAXIMUM={ MAX_TEMP }
|
||||
# {% endif %}
|
||||
# {% endif %}
|
||||
activate_gcode:
|
||||
# impatient
|
||||
{% set PROBE_TEMP = 120 %}
|
||||
# {% set PROBE_TEMP = 250 %}
|
||||
{% set MAX_TEMP = PROBE_TEMP + 5 %}
|
||||
{% set ACTUAL_TEMP = printer.extruder.temperature %}
|
||||
{% set TARGET_TEMP = printer.extruder.target %}
|
||||
|
||||
{% if TARGET_TEMP > PROBE_TEMP %}
|
||||
{ action_respond_info('Extruder temperature target of %.1fC is too high, lowering to %.1fC' % (TARGET_TEMP, PROBE_TEMP)) }
|
||||
M109 S{ PROBE_TEMP }
|
||||
{% else %}
|
||||
# Temperature target is already low enough, but nozzle may still be too hot.
|
||||
{% if ACTUAL_TEMP > MAX_TEMP %}
|
||||
{ action_respond_info('Extruder temperature %.1fC is still too high, waiting until below %.1fC' % (ACTUAL_TEMP, MAX_TEMP)) }
|
||||
TEMPERATURE_WAIT SENSOR=extruder MAXIMUM={ MAX_TEMP }
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
[bed_mesh]
|
||||
speed: 500
|
||||
horizontal_move_z: 10
|
||||
# 40, 40 --> 40 + probe.x_offset, 40 + probe.y_offset
|
||||
mesh_min: 40, 40
|
||||
# 260, 260 --> 260 + probe.x_offset, 260 + probe.y_offset
|
||||
mesh_max: 260, 260
|
||||
# x, y --> x + probe.x_offset, y + probe.y_offset
|
||||
mesh_min: 35, 35
|
||||
# x, y --> x + probe.x_offset, y + probe.y_offset
|
||||
mesh_max: 265, 265
|
||||
# fade_start: 1
|
||||
# fade_end: 10
|
||||
# fade_target: 0
|
||||
|
|
@ -324,7 +337,7 @@ algorithm: bicubic
|
|||
# relative_reference_index: 24
|
||||
probe_count: 9,9
|
||||
# relative_reference_index: 40
|
||||
zero_reference_position: 150.00, 150.00
|
||||
zero_reference_position: 145.00, 145.00
|
||||
|
||||
[quad_gantry_level]
|
||||
speed: 500
|
||||
|
|
@ -353,7 +366,7 @@ max_adjust: 10
|
|||
#*# [extruder]
|
||||
#*#
|
||||
#*# [probe]
|
||||
#*# z_offset = -0.850
|
||||
#*# z_offset = -0.880
|
||||
#*#
|
||||
#*# [input_shaper]
|
||||
#*# shaper_type_x = 3hump_ei
|
||||
|
|
@ -364,22 +377,22 @@ max_adjust: 10
|
|||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# -0.057500, -0.073750, -0.055000, -0.015000, -0.026250, -0.012500, -0.021250, -0.048750, -0.062500
|
||||
#*# -0.028750, -0.053750, -0.048750, -0.041250, -0.046250, -0.025000, -0.028750, -0.028750, -0.040000
|
||||
#*# -0.077500, -0.053750, -0.091250, -0.076250, -0.051250, -0.035000, -0.050000, -0.087500, -0.063750
|
||||
#*# -0.048750, -0.042500, -0.071250, -0.011250, -0.073750, -0.041250, -0.075000, -0.090000, -0.118750
|
||||
#*# -0.081250, -0.052500, -0.061250, -0.046250, 0.000000, -0.037500, -0.062500, -0.100000, -0.120000
|
||||
#*# -0.095000, -0.116250, -0.037500, -0.020000, -0.075000, -0.068750, -0.048750, -0.111250, -0.121250
|
||||
#*# -0.118750, -0.078750, -0.083750, -0.116250, -0.087500, -0.133750, -0.117500, -0.122500, -0.162500
|
||||
#*# -0.126250, -0.110000, -0.087500, -0.107500, -0.083750, -0.128750, -0.107500, -0.138750, -0.155000
|
||||
#*# -0.055000, -0.088750, -0.083750, -0.130000, -0.121250, -0.111250, -0.106250, -0.128750, -0.141250
|
||||
#*# -0.000973, 0.016527, 0.007777, 0.001527, 0.016527, -0.005973, 0.014027, 0.015277, 0.007777
|
||||
#*# -0.003473, 0.012777, 0.009027, -0.005973, 0.011527, 0.000277, 0.021527, 0.002777, 0.012777
|
||||
#*# 0.004027, 0.007777, 0.012777, 0.020277, 0.024027, 0.024027, 0.020277, 0.017777, 0.014027
|
||||
#*# -0.005973, -0.008473, -0.002223, -0.003473, 0.019027, -0.003473, -0.003473, -0.002223, -0.003473
|
||||
#*# -0.000973, -0.007223, -0.004723, 0.011527, -0.004723, -0.000973, 0.022777, 0.009027, -0.005973
|
||||
#*# 0.001527, 0.015277, 0.036527, 0.015277, 0.014027, 0.012777, 0.021527, 0.016527, 0.019027
|
||||
#*# -0.010973, 0.012777, -0.005973, -0.000973, 0.000277, -0.007223, 0.000277, -0.002223, -0.012223
|
||||
#*# -0.007223, 0.005277, 0.006527, 0.015277, 0.011527, 0.024027, 0.011527, -0.012223, 0.001527
|
||||
#*# -0.003473, -0.003473, 0.009027, -0.008473, 0.009027, 0.007777, 0.009027, -0.007223, -0.009723
|
||||
#*# x_count = 9
|
||||
#*# y_count = 9
|
||||
#*# mesh_x_pps = 2
|
||||
#*# mesh_y_pps = 2
|
||||
#*# algo = bicubic
|
||||
#*# tension = 0.2
|
||||
#*# min_x = 40.0
|
||||
#*# max_x = 260.0
|
||||
#*# min_y = 40.0
|
||||
#*# max_y = 260.0
|
||||
#*# min_x = 35.0
|
||||
#*# max_x = 265.0
|
||||
#*# min_y = 35.0
|
||||
#*# max_y = 265.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue