feat(lab): Paperless and render settings
This commit is contained in:
parent
21d1d15e53
commit
18f9e93cc0
9 changed files with 269 additions and 55 deletions
|
@ -1,11 +1,14 @@
|
|||
const defaultSettings = {
|
||||
sa: 0,
|
||||
saBool: false,
|
||||
saMm: 10,
|
||||
complete: true,
|
||||
paperless: false,
|
||||
units: 'metric',
|
||||
locale: 'en',
|
||||
margin: 2,
|
||||
debug: true,
|
||||
renderer: 'react',
|
||||
embed: true,
|
||||
}
|
||||
|
||||
export default defaultSettings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue