mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
7f15505f01
48 changed files with 783 additions and 314 deletions
|
@ -28,21 +28,6 @@
|
|||
"machine_center_is_zero": {
|
||||
"default": false
|
||||
},
|
||||
"machine_head_shape_min_x": {
|
||||
"default": 40
|
||||
},
|
||||
"machine_head_shape_min_y": {
|
||||
"default": 10
|
||||
},
|
||||
"machine_head_shape_max_x": {
|
||||
"default": 60
|
||||
},
|
||||
"machine_head_shape_max_y": {
|
||||
"default": 30
|
||||
},
|
||||
"machine_nozzle_gantry_distance": {
|
||||
"default": 55
|
||||
},
|
||||
"machine_extruder_count": {
|
||||
"default": 1
|
||||
},
|
||||
|
@ -67,20 +52,20 @@
|
|||
"machine_head_polygon": {
|
||||
"default": [
|
||||
[
|
||||
-10,
|
||||
10
|
||||
-1,
|
||||
1
|
||||
],
|
||||
[
|
||||
10,
|
||||
10
|
||||
-1,
|
||||
-1
|
||||
],
|
||||
[
|
||||
10,
|
||||
-10
|
||||
1,
|
||||
-1
|
||||
],
|
||||
[
|
||||
-10,
|
||||
-10
|
||||
1,
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
|
|
|
@ -38,14 +38,30 @@
|
|||
"machine_height": { "default": 205 },
|
||||
"machine_heated_bed": { "default": true },
|
||||
|
||||
|
||||
"machine_head_with_fans_polygon":
|
||||
{
|
||||
"default": [
|
||||
[
|
||||
-40,
|
||||
30
|
||||
],
|
||||
[
|
||||
-40,
|
||||
-10
|
||||
],
|
||||
[
|
||||
60,
|
||||
-10
|
||||
],
|
||||
[
|
||||
60,
|
||||
30
|
||||
]
|
||||
]
|
||||
},
|
||||
"machine_center_is_zero": { "default": false },
|
||||
"machine_nozzle_size": { "default": 0.4 },
|
||||
"machine_head_shape_min_x": { "default": 40 },
|
||||
"machine_head_shape_min_y": { "default": 10 },
|
||||
"machine_head_shape_max_x": { "default": 60 },
|
||||
"machine_head_shape_max_y": { "default": 30 },
|
||||
"machine_nozzle_gantry_distance": { "default": 55 },
|
||||
"gantry_height": { "default": 55 },
|
||||
"machine_use_extruder_offset_to_offset_coords": { "default": true },
|
||||
"machine_gcode_flavor": { "default": "UltiGCode" },
|
||||
"machine_disallowed_areas": { "default": [
|
||||
|
|
|
@ -41,11 +41,28 @@
|
|||
"machine_depth": { "default": 205 },
|
||||
"machine_center_is_zero": { "default": false },
|
||||
"machine_nozzle_size": { "default": 0.4 },
|
||||
"machine_head_shape_min_x": { "default": 75 },
|
||||
"machine_head_shape_min_y": { "default": 18 },
|
||||
"machine_head_shape_max_x": { "default": 18 },
|
||||
"machine_head_shape_max_y": { "default": 35 },
|
||||
"machine_nozzle_gantry_distance": { "default": 55 },
|
||||
"machine_head_with_fans_polygon":
|
||||
{
|
||||
"default": [
|
||||
[
|
||||
-75,
|
||||
35
|
||||
],
|
||||
[
|
||||
-75,
|
||||
-18
|
||||
],
|
||||
[
|
||||
18,
|
||||
35
|
||||
],
|
||||
[
|
||||
18,
|
||||
-18
|
||||
]
|
||||
]
|
||||
},
|
||||
"gantry_height": { "default": 55 },
|
||||
"machine_use_extruder_offset_to_offset_coords": { "default": true },
|
||||
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue