mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 08:11:09 -07:00
Fix Z fighting with platform and build volume
Contributes to issue CURA-6701.
This commit is contained in:
parent
3847060b73
commit
f3bb922c0d
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
"manufacturer": "Felix",
|
"manufacturer": "Felix",
|
||||||
"platform": "FelixPro2_platform.obj",
|
"platform": "FelixPro2_platform.obj",
|
||||||
"platform_texture": "FelixPro2_platform.png",
|
"platform_texture": "FelixPro2_platform.png",
|
||||||
"platform_offset": [-135, 0, 130],
|
"platform_offset": [-135, -0.5, 130],
|
||||||
"machine_extruder_trains":
|
"machine_extruder_trains":
|
||||||
{
|
{
|
||||||
"0": "felixpro2_dual_extruder_0",
|
"0": "felixpro2_dual_extruder_0",
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
[ 70, -50 ]
|
[ 70, -50 ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gantry_height": { "value": "0" },
|
"gantry_height": { "value": "0" },
|
||||||
"machine_extruder_count": { "default_value": 2 },
|
"machine_extruder_count": { "default_value": 2 },
|
||||||
"prime_tower_position_x": { "value": "250" },
|
"prime_tower_position_x": { "value": "250" },
|
||||||
"prime_tower_position_y": { "value": "200" },
|
"prime_tower_position_y": { "value": "200" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue