Skip to content

Commit

Permalink
Merge pull request #38 from tudorbarascu/dev
Browse files Browse the repository at this point in the history
add 1:200 and 1:100 print scale
  • Loading branch information
volterra79 authored Jun 15, 2022
2 parents 49806e3 + 762171d commit 1beff7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/gui/print/printconfig.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
const scale = [
{
value:100,
label:'1:100'
},
{
value:200,
label:'1:200'
},
{
value:500,
label:'1:500'
Expand Down

0 comments on commit 1beff7a

Please sign in to comment.