Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize Web Interface defaults #614

Open
axcodeplex opened this issue Jan 9, 2024 · 2 comments
Open

Customize Web Interface defaults #614

axcodeplex opened this issue Jan 9, 2024 · 2 comments

Comments

@axcodeplex
Copy link

I think it would be beneficial for those running boxes.py locally to be able to update the global defaults for the web interface parameters.

For example; the 'Burn' (kerf width), as that varies from machine to machine, and it would be nice to not have to (forget) to update it on each new box once dialed in :-)

Alternative to a UI or config file feature with this, if you could point me to where in the python source the current defaults are drawn from, that'd be great too!

@Rotzbua
Copy link
Contributor

Rotzbua commented Jan 10, 2024

The simplest solution would be to code a js script for tampermonkey which automatically replaces the value.

@ojensen5115
Copy link
Contributor

The default burn parameter is here: https://github.com/florianfesti/boxes/blob/master/boxes/__init__.py#L345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants