-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from papauorg/feature/new-scales
Feature/new scales
- Loading branch information
Showing
4 changed files
with
122 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"$schema": "./schemas/scale-config", | ||
"scale-config": { | ||
"containerForm": "cylinder", | ||
"lengthUnit": "mm", | ||
"volumeUnit": "l", | ||
"diameter": 450, | ||
"height": 430, | ||
"minVolume": 1, | ||
"maxVolume": 65, | ||
"output": "./scales/svgs/{0}.svg", | ||
"description": "Scale for 450mm diameter cylindric container. 1-65 l in 1 l intervals with text every 5 l.", | ||
"sucessfullyAppliedTo": "", | ||
"requiresTransferTape": false, | ||
"graduationMarkSettings": [ | ||
{ | ||
"interval": 1, | ||
"length": 10, | ||
"height": 1.5, | ||
"indentation": 0, | ||
"textTemplate": "" | ||
}, | ||
{ | ||
"interval": 5, | ||
"length": 25, | ||
"height": 1.5, | ||
"font": { | ||
"family": "./fonts/BigShoulderStencilText/static/BigShouldersStencilText-ExtraBold.ttf", | ||
"size": 8, | ||
"offsetX": -2, | ||
"offsetY": -5, | ||
"textAlignment": "Right" | ||
} | ||
} | ||
] | ||
} | ||
} |
File renamed without changes
Oops, something went wrong.