Skip to content

Instantly share code, notes, and snippets.

@fieldOfView
Created October 24, 2019 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fieldOfView/7de3ad07fa06afb821bc0c5fe0b668dc to your computer and use it in GitHub Desktop.
Save fieldOfView/7de3ad07fa06afb821bc0c5fe0b668dc to your computer and use it in GitHub Desktop.
A stub theme for Cura that has larger text
{
"metadata": {
"name": "Ultimaker Larger",
"inherits": "cura-light"
},
"fonts": {
"default": {
"size": 1.1,
"weight": 40,
"family": "Noto Sans"
},
"default_bold": {
"size": 1.1,
"weight": 63,
"family": "Noto Sans"
},
"default_italic": {
"size": 1.1,
"weight": 40,
"italic": true,
"family": "Noto Sans"
},
"small": {
"size": 0.8,
"weight": 40,
"family": "Noto Sans"
},
"medium": {
"size": 1.25,
"weight": 40,
"family": "Noto Sans"
}
}
}
@fieldOfView
Copy link
Author

Installation instrutions

  • In Cura, go to Help -> Show configuration folder
  • In the configuration folder that opens, navigate to the themes folder
  • Create a new folder named cura-larger
  • Download the theme.json file above using the Raw button and place the file into the newly created folder
  • Restart Cura and go to the General preferences
  • Select "Ultimaker larger" from the themes dropdown
  • Restart Cura again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment