Skip to content

Instantly share code, notes, and snippets.

@johnrees
Created July 4, 2015 08:47
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 johnrees/da62873069a544ddf4c4 to your computer and use it in GitHub Desktop.
Save johnrees/da62873069a544ddf4c4 to your computer and use it in GitHub Desktop.
save in cura/resources/settings
{
"id": "wanhaoduplicatori3",
"name": "Wanhao Duplicator i3",
"platform_texture": "WanhaoDuplicatori3Backplate.png",
"inherits": "ultimaker2.json",
"machine_settings": {
"machine_width": {
"default": 200
},
"machine_depth": {
"default": 200
},
"machine_height": {
"default": 180
}
},
"categories": {
"resolution": {
"settings": {
"layer_height": {
"default": 0.1,
"min_value": 0.1,
"min_value_warning": 0.1,
"max_value_warning": 0.4
}
}
}
},
"material": {
"settings": {
"material_print_temperature": {
"default": 190
},
"material_bed_temperature": {
"default": 45
},
"material_diameter": {
"default": 1.75
}
}
},
"speed": {
"settings": {
"speed_print": {
"children": {
"speed_infill": {
"default": 60
}
}
},
"speed_travel": {
"default": 100
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment