Tangle / clog detection on/off?
The matte filament I'm trying to print with seems to generate a lot of friction in the bowden tube, triggering the tangle detection in the smart sensor often. Is there a way to disable tangle / clog detection in the custom gcode for the filament in the slicer? Or maybe other ways to deal with this issue? I'm already using a bowden with larger ID to reduce friction.
1 Reply
Ok, after doing some digging I now know I need to change the following:
[gcode_macro T0]
variable_enable_clog_detection: True ---> False
How can I do this in the start gcode in the slicer? I tried adding the following (which did not work):
T0 variable_enable_clog_detection: False