Rhoban / Plater

3D-printer parts placer and plate generator
Other
276 stars 40 forks source link

Saving Settings/Advanced tab #4

Closed eried closed 5 years ago

eried commented 5 years ago

Hi, this tool is awesome! is there any way to save the settings in the Windows version?

Gregwar commented 5 years ago

Hello, Unfortunately this is not possible using the GUI One current solution is to use the command line tool, maybe along with some .bat to run it with one click

Another one would be to change the app to add such a feature Maybe writing some code to export/import settings to some files using suppose JsonCPP would be not that long work to do

Gregwar commented 5 years ago

OK, I added an option to save and load configuration from config.json (in same folder as executable) It is loaded on startup so you can just click file > save config.json and it will be loaded again after next startup

eried commented 5 years ago

Awesome! Thanks! I was trying to setup QT Creator, but without experience into that environment it looked like a lot of fiddling.

eried commented 5 years ago

Oh, there is missing files in 1.1

image (Also another one with thread.dll name)

Gregwar commented 5 years ago

Hello, I updated the binaries and it should be ok now

Gregwar commented 5 years ago

(Be sure your browser indeed re-download the updated file: http://gregwar.com/plater/plater-win32-1.1.zip?2)

Gregwar commented 5 years ago

Is it ok ?

eried commented 5 years ago

Yes! it is perfect. Thanks a lot, great utility