Skip to content

Commit

Permalink
Merge pull request #16 from papauorg/feature/scale-request-15
Browse files Browse the repository at this point in the history
[Scale] Create new scale for request #
  • Loading branch information
papauorg authored Feb 12, 2025
2 parents 14dab3d + 98d758f commit b977a65
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
37 changes: 37 additions & 0 deletions scales/definitions/cylinder_mm_d350_h350_1-33l_i1.json
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": 350,
"height": 350,
"minVolume": 1,
"maxVolume": 33,
"output": "./scales/svgs/{0}.svg",
"description": "Scale for 350mm diameter cylindric container. 1-33 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"
}
}
]
}
}
47 changes: 47 additions & 0 deletions scales/svgs/cylinder_mm_d350_h350_1-33l_i1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b977a65

Please sign in to comment.