Cura Plugin_Config

I’ve been looking over the INI files for the various filaments Lulzbot has graciously given us and noticed something I’m trying to understand.

the eSun PLA INI file has:

plugin_config=

Where as the ABS INI file has:

plugin_config = (lp1
	.

Is this extraneous code in the INI file?

The “(lp1.” part is an artifact of how settings are exported, it evaluates to something like “none”. So having this text or nothing after the equals sign are basically the same. So yeah, you can just ignore it.

Awesome, thanks for the reply!