AndrewEllis93 / Pressure_Linear_Advance_Tool

Pressure Advance / Linear Advance Calibration Tool
https://ellis3dp.com/Print-Tuning-Guide/articles/pressure_linear_advance/introduction.html
GNU General Public License v3.0
38 stars 19 forks source link

Save/Load settings from a file #21

Open richardjm opened 1 year ago

richardjm commented 1 year ago

Is your feature request related to a problem? Please describe. No problem.

Describe the solution you'd like As I use this on multiple printers it would be good to have a way to save settings specific to each printer. Loading/saving from a file stored locally seems one of achieving this. File would also allow cross browser and machine portability of settings - even backing them up.

Additional context So much better than previous techniques :)

kylek29 commented 1 year ago

I hacked together this feature, instructions on the GitHub in the link to follow. Use a Javascript/CSS injector browser extension and copy/paste the JS code into the JavaScript portion so it'll inject the JS code everytime you visit the page.

https://github.com/kylek29/misc_code/blob/main/Ellis3dp/ImportExportSettings.js

Th3M1k3y commented 5 months ago

Came here to request same feature :)