z-tilt почини

This commit is contained in:
2025-04-01 17:55:08 +03:00
parent 25091da86b
commit 8216b2762c
2 changed files with 4 additions and 4 deletions

View File

@@ -95,9 +95,9 @@ gcode:
M104 S{min_temp}
TEMPERATURE_WAIT SENSOR=extruder MINIMUM={min_temp} MAXIMUM={max_temp}
{% endif %}
{% if printer["gcode_macro RatOS"].variable_z_tilt_enabled|lower == 'true' %}
{% if printer["gcode_macro RatOS"].z_tilt_enabled|lower == 'true' %}
{% set TARGET_TEMP = printer.heater_bed.target %}
{% if printer["gcode_macro RatOS"].variable_high_power_bed|lower == 'true' %}
{% if printer["gcode_macro RatOS"].high_power_bed|lower == 'true' %}
M140 S0
{% endif %}
M117 Adjusting Z tilt...