z-tilt почини
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user