Skip to content

Commit

Permalink
Change text interval to 10l and fix description.
Browse files Browse the repository at this point in the history
  • Loading branch information
papauorg committed Nov 4, 2024
1 parent 9ea8f46 commit dcfe4b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 190 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"lengthUnit": "mm",
"volumeUnit": "l",
"diameter": 500,
"height": 500,
"height": 510,
"minVolume": 2,
"maxVolume": 100,
"output": "./scales/svgs/{0}.svg",
"description": "Scale for 500mm diameter cylindric container. 2-100 l in 1 l intervals with text every 5 l.",
"description": "Scale for 500mm diameter cylindric container. 2-100 l in 2 l intervals with text every 10 l.",
"sucessfullyAppliedTo": "",
"requiresTransferTape": false,
"graduationMarkSettings": [
{
"interval": 1,
"interval": 2,
"length": 10,
"height": 1.5,
"indentation": 0,
"textTemplate": ""
},
{
"interval": 5,
"interval": 10,
"length": 25,
"height": 1.5,
"font": {
Expand Down
Loading

0 comments on commit dcfe4b0

Please sign in to comment.