TeamGloomy / configtool

Official RepRapFirmware Configuration Tool
GNU General Public License v3.0
13 stars 9 forks source link

"Use existing configuration" upload option is missing #25

Closed kr15uk closed 1 year ago

kr15uk commented 3 years ago

On original RRF config you have an option to upload existing configuration file, super useful when you set up and/or fine tune your settings for the machine.

By the looks of it it's missing on LPC/STM despite still having a comment "...or by loading an existing JSON template:"

Any plans to get that working?!

Ta

Kris

izzymoren0 commented 2 years ago

im waiting for that option, too :(

Paintrain-Ger commented 2 years ago

Hey,

i'm also looking for that function... Hopefully it get's implemented. Any chance for an official statement?

Thanks!

David

woheedev commented 2 years ago

Not sure why it's hidden as it seems to be working fine but you can enable import by entering this in console:

document.querySelector("#app > form > div > input[type=file]").hidden=false