vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.54k stars 528 forks source link

Disable ConfigParser interpolation #1829

Closed jlirochon closed 1 year ago

jlirochon commented 1 year ago

As discussed here, in bCNC the interpolation of config variables seems to be a side effect rather than a feature. Currently, the interpolation makes user buttons barely usable. Let's disable it for now.

Harvie commented 1 year ago

Thanks