|
2442 | 2442 | "limit_to_extruder": "infill_extruder_nr", |
2443 | 2443 | "settable_per_mesh": true |
2444 | 2444 | }, |
2445 | | - "skin_edge_support_thickness": |
2446 | | - { |
2447 | | - "label": "Skin Edge Support Thickness", |
2448 | | - "description": "The thickness of the extra infill that supports skin edges.", |
2449 | | - "unit": "mm", |
2450 | | - "default_value": 0, |
2451 | | - "minimum_value": "0", |
2452 | | - "maximum_value": "machine_height", |
2453 | | - "maximum_value_warning": "resolveOrValue('infill_sparse_thickness') * 10", |
2454 | | - "type": "float", |
2455 | | - "value": "0", |
2456 | | - "limit_to_extruder": "infill_extruder_nr", |
2457 | | - "enabled": "infill_sparse_density > 0", |
2458 | | - "settable_per_mesh": true, |
2459 | | - "children": |
2460 | | - { |
2461 | | - "skin_edge_support_layers": |
2462 | | - { |
2463 | | - "label": "Skin Edge Support Layers", |
2464 | | - "description": "The number of infill layers that supports skin edges.", |
2465 | | - "default_value": 0, |
2466 | | - "minimum_value": "0", |
2467 | | - "maximum_value_warning": "10", |
2468 | | - "type": "int", |
2469 | | - "maximum_value": "999999", |
2470 | | - "value": "math.ceil(round(skin_edge_support_thickness / resolveOrValue('infill_sparse_thickness'), 4))", |
2471 | | - "limit_to_extruder": "infill_extruder_nr", |
2472 | | - "enabled": "infill_sparse_density > 0", |
2473 | | - "settable_per_mesh": true |
2474 | | - } |
2475 | | - } |
2476 | | - }, |
2477 | | - "extra_infill_lines_to_support_skins": |
2478 | | - { |
2479 | | - "label": "Extra Infill Lines To Support Skins", |
2480 | | - "description": "Add extra lines into the infill pattern to support skins above. This option prevents holes or plastic blobs that sometime show in complex shaped skins due to the infill below not correctly supporting the skin layer being printed above. 'Walls' supports just the outlines of the skin, whereas 'Walls and Lines' also supports the ends of the lines that make up the skin.", |
2481 | | - "type": "enum", |
2482 | | - "options": |
2483 | | - { |
2484 | | - "walls_and_lines": "Walls and Lines", |
2485 | | - "walls": "Walls Only", |
2486 | | - "none": "None" |
2487 | | - }, |
2488 | | - "default_value": "walls_and_lines", |
2489 | | - "value": "'none' if infill_sparse_density > 50 else 'walls' if skin_edge_support_thickness > 0 else 'walls_and_lines'", |
2490 | | - "enabled": "infill_sparse_density > 0 and infill_pattern not in ('lightning', 'concentric', 'cross','cross_3d') and wall_line_count > 0 and top_layers > 0" |
2491 | | - }, |
2492 | 2445 | "skin_support": |
2493 | 2446 | { |
2494 | 2447 | "label": "Infill Skin Support", |
|
8990 | 8943 | "enabled": "bridge_settings_enabled", |
8991 | 8944 | "settable_per_mesh": true |
8992 | 8945 | }, |
8993 | | - "bridge_sparse_infill_max_density": |
8994 | | - { |
8995 | | - "label": "Bridge Sparse Infill Max Density", |
8996 | | - "description": "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin.", |
8997 | | - "unit": "%", |
8998 | | - "type": "float", |
8999 | | - "default_value": 0, |
9000 | | - "minimum_value": "0", |
9001 | | - "enabled": "bridge_settings_enabled", |
9002 | | - "settable_per_mesh": true |
9003 | | - }, |
9004 | 8946 | "bridge_wall_coast": |
9005 | 8947 | { |
9006 | 8948 | "label": "Bridge Wall Coasting", |
|
0 commit comments