mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Revert "Fix warning issue Method machines with BASF Metal filament."
This reverts commit bd6cf743a4
.
This commit is contained in:
parent
bd6cf743a4
commit
5be6e56441
3 changed files with 4 additions and 12 deletions
|
@ -142,11 +142,7 @@
|
|||
"value": "min(extruderValues('extruder_nr'))"
|
||||
},
|
||||
"adhesion_type": { "value": "'raft'" },
|
||||
"bottom_thickness":
|
||||
{
|
||||
"minimum_value_warning": 0.3,
|
||||
"value": "top_bottom_thickness"
|
||||
},
|
||||
"bottom_thickness": { "value": "top_bottom_thickness" },
|
||||
"bridge_enable_more_layers": { "value": true },
|
||||
"bridge_fan_speed_2": { "value": "(cool_fan_speed_max + cool_fan_speed_min) / 2" },
|
||||
"bridge_skin_density": { "value": 100 },
|
||||
|
@ -580,11 +576,7 @@
|
|||
"minimum_value_warning": 0.3,
|
||||
"value": "4*layer_height"
|
||||
},
|
||||
"top_thickness":
|
||||
{
|
||||
"minimum_value_warning": 0.3,
|
||||
"value": "top_bottom_thickness * 1.5"
|
||||
},
|
||||
"top_thickness": { "value": "top_bottom_thickness * 1.5" },
|
||||
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
|
||||
"travel_avoid_other_parts": { "value": false },
|
||||
"wall_0_inset": { "value": 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue