mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:26:01 +08:00
Merge pull request #18064 from Ultimaker/PP-423-Small-top-bottom-width-and-wipe-distance
PP-423 Increase small skin width and wipe distance
This commit is contained in:
commit
fd52fcd02c
@ -1668,7 +1668,7 @@
|
|||||||
"value": "skin_line_width * 2",
|
"value": "skin_line_width * 2",
|
||||||
"default_value": 1,
|
"default_value": 1,
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "skin_line_width * 3",
|
"maximum_value_warning": "skin_line_width * 10",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"enabled": "(top_layers > 0 or bottom_layers > 0) and top_bottom_pattern != 'concentric'",
|
"enabled": "(top_layers > 0 or bottom_layers > 0) and top_bottom_pattern != 'concentric'",
|
||||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
|
@ -386,6 +386,7 @@
|
|||||||
"skin_preshrink": { "value": 0 },
|
"skin_preshrink": { "value": 0 },
|
||||||
"skirt_brim_material_flow": { "value": "material_flow" },
|
"skirt_brim_material_flow": { "value": "material_flow" },
|
||||||
"skirt_brim_minimal_length": { "value": 500 },
|
"skirt_brim_minimal_length": { "value": 500 },
|
||||||
|
"small_skin_width": { "value": 4 },
|
||||||
"speed_equalize_flow_width_factor": { "value": 0 },
|
"speed_equalize_flow_width_factor": { "value": 0 },
|
||||||
"speed_prime_tower": { "value": "speed_topbottom" },
|
"speed_prime_tower": { "value": "speed_topbottom" },
|
||||||
"speed_print": { "value": 50 },
|
"speed_print": { "value": 50 },
|
||||||
@ -426,7 +427,7 @@
|
|||||||
"travel_avoid_other_parts": { "value": false },
|
"travel_avoid_other_parts": { "value": false },
|
||||||
"wall_0_inset": { "value": 0 },
|
"wall_0_inset": { "value": 0 },
|
||||||
"wall_0_material_flow": { "value": "material_flow" },
|
"wall_0_material_flow": { "value": "material_flow" },
|
||||||
"wall_0_wipe_dist": { "value": 0 },
|
"wall_0_wipe_dist": { "value": 0.8 },
|
||||||
"wall_material_flow": { "value": "material_flow" },
|
"wall_material_flow": { "value": "material_flow" },
|
||||||
"wall_x_material_flow": { "value": "material_flow" },
|
"wall_x_material_flow": { "value": "material_flow" },
|
||||||
"xy_offset": { "value": 0 },
|
"xy_offset": { "value": 0 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user