Linear Advance
I'm just got done reading the Prusa Knowledge base article for Linear Advance and I have a question. In the section where it describes how to change the K-values in Prusa Slicer, it shows a blue and green box indicating the values that needs to be changed for 0.6mm nozzles and 0.4mm nozzles. It also says that the "K-values for all filaments is already implemented into PrusaSlicer's presets".
When I went to add Prusament PLA to my list of filaments to use in Prusa Slicer, the following starting G-Code is present:
*PRINTER_MODEL_MINI.*/}0.2{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.6}0.04{else}0.05{endif} ; Filament gcode LA 1.5
Is this correct? Looks like 0.01{elsif nozzle_diameter[0]==0.6} was added with this version of Prusa Slicer and I'm not too sure what that does. I'll admit I'm new to type of thing. Is it safe to assume that I should just leave it alone and the only values I should be concerned with for adjusting Linear Advance is the 0.04 and 0.05? Maybe someone can paste their start g-code so I can compare.