Added SET_FILAMENT_SENSOR to print_start.

This commit is contained in:
Bassam Husain
2023-03-12 11:15:01 -04:00
parent f70f23e290
commit 36ba332e81

View File

@@ -112,6 +112,7 @@ gcode:
{% set chambertemp = params.CHAMBER|default(0)|int %}
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=1
SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=1
G28 X Y
# <insert your routines here>