z-tilt почини
This commit is contained in:
@@ -95,9 +95,9 @@ gcode:
|
|||||||
M104 S{min_temp}
|
M104 S{min_temp}
|
||||||
TEMPERATURE_WAIT SENSOR=extruder MINIMUM={min_temp} MAXIMUM={max_temp}
|
TEMPERATURE_WAIT SENSOR=extruder MINIMUM={min_temp} MAXIMUM={max_temp}
|
||||||
{% endif %}
|
{% 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 %}
|
{% 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
|
M140 S0
|
||||||
{% endif %}
|
{% endif %}
|
||||||
M117 Adjusting Z tilt...
|
M117 Adjusting Z tilt...
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ gcode:
|
|||||||
M118 Filament auto-load is disabled in the sensor config file!
|
M118 Filament auto-load is disabled in the sensor config file!
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
M118 Printing! Can't load filament right now!
|
M118 Printing! Cant load filament right now!
|
||||||
{% endif %}
|
{% endif %}
|
||||||
SET_GCODE_VARIABLE MACRO=filament_unload VARIABLE=filamentpresent VALUE=1
|
SET_GCODE_VARIABLE MACRO=filament_unload VARIABLE=filamentpresent VALUE=1
|
||||||
UPDATE_DELAYED_GCODE ID=clear_changebusy DURATION=2
|
UPDATE_DELAYED_GCODE ID=clear_changebusy DURATION=2
|
||||||
@@ -180,7 +180,7 @@ gcode:
|
|||||||
M118 Filament auto-unload is disabled in the sensor config file!
|
M118 Filament auto-unload is disabled in the sensor config file!
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
M118 Printing! Can't unload filament right now!
|
M118 Printing! Cant unload filament right now!
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[gcode_macro filament_unload]
|
[gcode_macro filament_unload]
|
||||||
|
|||||||
Reference in New Issue
Block a user