mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-11 07:47:53 -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
|
||||
]
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue