You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some files, produce violent E travel, causing it to skip steps, making awful sound, and not print correctly. (underextrude)
in this case: 0.5mm thin wall test file is affected badly.
Print Gcode as-is ,
M900 K0.6 is set, so LIN_ADVANCE will be active, and produce horrific result on the first layer.
then change gcode to
M900 K0
observe normal print of all layers.