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...

View File

@@ -127,7 +127,7 @@ gcode:
M118 Filament auto-load is disabled in the sensor config file!
{% endif %}
{% else %}
M118 Printing! Can't load filament right now!
M118 Printing! Cant load filament right now!
{% endif %}
SET_GCODE_VARIABLE MACRO=filament_unload VARIABLE=filamentpresent VALUE=1
UPDATE_DELAYED_GCODE ID=clear_changebusy DURATION=2
@@ -180,7 +180,7 @@ gcode:
M118 Filament auto-unload is disabled in the sensor config file!
{% endif %}
{% else %}
M118 Printing! Can't unload filament right now!
M118 Printing! Cant unload filament right now!
{% endif %}
[gcode_macro filament_unload]