Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-08-05 11:43:49 +0300
committerGhostkeeper <rubend@tutanota.com>2019-08-05 11:43:49 +0300
commitce9bd3b2c0a2ee4a739581cfcf019d7e35182a32 (patch)
tree88c969339c8ee545151215e00a741c8eea863080 /resources/definitions/monoprice_ultimate.def.json
parent4f3984a6c013f28d64441fd4638d7e45cb6b9095 (diff)
Fix manufacturer of Monoprice Ultimate
Fixes #6104.
Diffstat (limited to 'resources/definitions/monoprice_ultimate.def.json')
-rw-r--r--resources/definitions/monoprice_ultimate.def.json94
1 files changed, 45 insertions, 49 deletions
diff --git a/resources/definitions/monoprice_ultimate.def.json b/resources/definitions/monoprice_ultimate.def.json
index 48290f0941..445347b54e 100644
--- a/resources/definitions/monoprice_ultimate.def.json
+++ b/resources/definitions/monoprice_ultimate.def.json
@@ -1,52 +1,48 @@
{
- "version": 2,
- "name": "Monoprice Ultimate",
- "inherits": "wanhao_d6",
- "metadata": {
- "visible": true,
- "author": "Danny Tuppeny",
- "manufacturer": "monoprice",
- "file_formats": "text/x-gcode",
- "icon": "wanhao-icon.png",
- "has_materials": true,
- "platform": "wanhao_200_200_platform.obj",
- "platform_texture": "Wanhaobackplate.png",
- "machine_extruder_trains": {
- "0": "wanhao_d6_extruder_0"
- },
- "platform_offset": [
- 0,
- -28,
- 0
- ]
- },
- "overrides": {
- "machine_name": {
- "default_value": "Monoprice Ultimate"
- },
- "machine_max_acceleration_x": {
- "default_value": 3000
- },
- "machine_max_acceleration_y": {
- "default_value": 3000
- },
- "machine_max_acceleration_z": {
- "default_value": 100
- },
- "machine_max_acceleration_e": {
- "default_value": 500
- },
- "machine_acceleration": {
- "default_value": 800
- },
- "machine_max_jerk_xy": {
- "default_value": 10.0
- },
- "machine_max_jerk_z": {
- "default_value": 0.4
- },
- "machine_max_jerk_e": {
- "default_value": 1.0
+ "version": 2,
+ "name": "Monoprice Ultimate",
+ "inherits": "wanhao_d6",
+ "metadata": {
+ "visible": true,
+ "author": "Danny Tuppeny",
+ "manufacturer": "Monoprice",
+ "file_formats": "text/x-gcode",
+ "icon": "wanhao-icon.png",
+ "has_materials": true,
+ "platform": "wanhao_200_200_platform.obj",
+ "platform_texture": "Wanhaobackplate.png",
+ "machine_extruder_trains": {
+ "0": "wanhao_d6_extruder_0"
+ },
+ "platform_offset": [0, -28, 0]
+ },
+ "overrides": {
+ "machine_name": {
+ "default_value": "Monoprice Ultimate"
+ },
+ "machine_max_acceleration_x": {
+ "default_value": 3000
+ },
+ "machine_max_acceleration_y": {
+ "default_value": 3000
+ },
+ "machine_max_acceleration_z": {
+ "default_value": 100
+ },
+ "machine_max_acceleration_e": {
+ "default_value": 500
+ },
+ "machine_acceleration": {
+ "default_value": 800
+ },
+ "machine_max_jerk_xy": {
+ "default_value": 10.0
+ },
+ "machine_max_jerk_z": {
+ "default_value": 0.4
+ },
+ "machine_max_jerk_e": {
+ "default_value": 1.0
+ }
}
- }
}