Last active
August 2, 2024 19:01
-
-
Save lite1979/5b93c1b19eee85f8aab9ded7bbd30ed2 to your computer and use it in GitHub Desktop.
JSON substitution that adds "0.25" (unit to be determined in size config) unit margin to all four sides off print results.
This file contains hidden or 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
[ | |
{ | |
"use":{ | |
"config": { | |
"margins": 0.25 | |
} | |
}, | |
"for": { | |
"config": { | |
"margins": 0 | |
} | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment