mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:59:11 +08:00
JSON: introduce basic Olsson nozzle stats (CURA-1281)
This commit is contained in:
parent
1f4763fca2
commit
7edb9ab3a0
@ -15,6 +15,8 @@
|
||||
"machine_depth": { "default": 225 },
|
||||
"machine_height": { "default": 313 },
|
||||
"machine_show_variants": { "default": true },
|
||||
"gantry_height": { "default": 50 }
|
||||
"gantry_height": { "default": 50 },
|
||||
"machine_nozzle_head_distance": { "default": 5 },
|
||||
"machine_nozzle_expansion_angle": { "default": 45 }
|
||||
}
|
||||
}
|
||||
|
@ -15,6 +15,8 @@
|
||||
"machine_depth": { "default": 225 },
|
||||
"machine_height": { "default": 313 },
|
||||
"machine_show_variants": { "default": true },
|
||||
"gantry_height": { "default": 50 }
|
||||
"gantry_height": { "default": 50 },
|
||||
"machine_nozzle_head_distance": { "default": 5 },
|
||||
"machine_nozzle_expansion_angle": { "default": 45 }
|
||||
}
|
||||
}
|
||||
|
@ -12,6 +12,8 @@
|
||||
|
||||
"overrides": {
|
||||
"machine_show_variants": { "default": true },
|
||||
"machine_nozzle_head_distance": { "default": 5 },
|
||||
"machine_nozzle_expansion_angle": { "default": 45 },
|
||||
"machine_height": { "default": 203 }
|
||||
}
|
||||
}
|
||||
|
@ -16,6 +16,8 @@
|
||||
"machine_height": { "default": 203 },
|
||||
"machine_show_variants": { "default": true },
|
||||
"gantry_height": { "default": 50 },
|
||||
"machine_nozzle_head_distance": { "default": 5 },
|
||||
"machine_nozzle_expansion_angle": { "default": 45 },
|
||||
"machine_head_with_fans_polygon":
|
||||
{
|
||||
"default": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user