You are reporting Micro swiss upgrade gets clogged easily as a violation of the Thingiverse Terms of Service.
I have read the Thingiverse Terms of service and I understand that falsely reporting violations can result in a ban from Thingiverse.
Thank you for taking the time to bring this matter to You are reporting Micro swiss upgrade gets clogged easily as a violation of the Thingiverse Terms of Service. Thank you for taking the time to bring this matter to our attention. To help our team best respond to this issue please take a few moments to describe what brought this matter to your attention.
I contacted them as you said. The solution they provided is:
Cura implements too much retraction in the end Gcode, which causes the heated filament to clogg the nozzle.
This code has to be changed:
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed}
If the segment E-5 is removed, there will be no extra retraction and so the nozzle should not get clogged.
I am going to test this on my next print and see if this is indeed the solution
I contacted them as you said. The solution they provided is:
Cura implements too much retraction in the end Gcode, which causes the heated filament to clogg the nozzle.
This code has to be changed:
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed}
If the segment E-5 is removed, there will be no extra retraction and so the nozzle should not get clogged.
I am going to test this on my next print and see if this is indeed the solution