When selecting a profile in the FFF Settings, any commas in scripts are changed to newlines.
For example, to change the Simplify3D line,
; infillPercentage, 0.3
to
; fill_density = 0.3
I use,
{REPLACE "; infillPercentage," ": fill_density = "}
However, if you select a different profile, and then back to this one, the comma is replace with a newline.
If the profile is saved, the commas are lost forever.
{REPLACE "; infillPercentage
" ": fill_density = "}
Any workaround?