|
2455 | 2455 | "limit_to_extruder": "infill_extruder_nr", |
2456 | 2456 | "settable_per_mesh": true |
2457 | 2457 | }, |
2458 | | - "skin_edge_support_thickness": |
| 2458 | + "skin_support": |
2459 | 2459 | { |
2460 | | - "label": "Skin Edge Support Thickness", |
2461 | | - "description": "The thickness of the extra infill that supports skin edges.", |
2462 | | - "unit": "mm", |
2463 | | - "default_value": 0, |
| 2460 | + "label": "Infill Skin Support", |
| 2461 | + "description": "Print a solid infill pattern just below skin to avoid printing the skin over air.", |
| 2462 | + "type": "bool", |
| 2463 | + "default_value": true, |
| 2464 | + "value": "infill_sparse_density < 50", |
| 2465 | + "enabled": "infill_sparse_density > 0 and top_layers > 0", |
| 2466 | + "settable_per_mesh": true, |
| 2467 | + "settable_per_extruder": true |
| 2468 | + }, |
| 2469 | + "skin_support_speed": |
| 2470 | + { |
| 2471 | + "label": "Skin Support Speed", |
| 2472 | + "description": "The speed at which skin support regions are printed.", |
| 2473 | + "unit": "mm/s", |
| 2474 | + "type": "float", |
2464 | 2475 | "minimum_value": "0", |
2465 | | - "maximum_value": "machine_height", |
2466 | | - "maximum_value_warning": "resolveOrValue('infill_sparse_thickness') * 10", |
| 2476 | + "maximum_value": "math.sqrt(machine_max_feedrate_x ** 2 + machine_max_feedrate_y ** 2)", |
| 2477 | + "maximum_value_warning": "300", |
| 2478 | + "default_value": 15, |
| 2479 | + "value": "bridge_skin_speed", |
| 2480 | + "enabled": "skin_support", |
| 2481 | + "settable_per_mesh": true, |
| 2482 | + "settable_per_extruder": true |
| 2483 | + }, |
| 2484 | + "skin_support_material_flow": |
| 2485 | + { |
| 2486 | + "label": "Skin Support Flow", |
| 2487 | + "description": "When printing skin support regions, the amount of material extruded is multiplied by this value.", |
| 2488 | + "unit": "%", |
| 2489 | + "default_value": 60, |
| 2490 | + "value": "bridge_skin_material_flow", |
2467 | 2491 | "type": "float", |
2468 | | - "value": "0", |
2469 | | - "limit_to_extruder": "infill_extruder_nr", |
2470 | | - "enabled": "infill_sparse_density > 0", |
| 2492 | + "minimum_value": "5", |
| 2493 | + "minimum_value_warning": "50", |
| 2494 | + "maximum_value_warning": "250", |
| 2495 | + "enabled": "skin_support", |
2471 | 2496 | "settable_per_mesh": true, |
2472 | | - "children": |
2473 | | - { |
2474 | | - "skin_edge_support_layers": |
2475 | | - { |
2476 | | - "label": "Skin Edge Support Layers", |
2477 | | - "description": "The number of infill layers that supports skin edges.", |
2478 | | - "default_value": 0, |
2479 | | - "minimum_value": "0", |
2480 | | - "maximum_value_warning": "10", |
2481 | | - "type": "int", |
2482 | | - "maximum_value": "999999", |
2483 | | - "value": "math.ceil(round(skin_edge_support_thickness / resolveOrValue('infill_sparse_thickness'), 4))", |
2484 | | - "limit_to_extruder": "infill_extruder_nr", |
2485 | | - "enabled": "infill_sparse_density > 0", |
2486 | | - "settable_per_mesh": true |
2487 | | - } |
2488 | | - } |
| 2497 | + "settable_per_extruder": true |
2489 | 2498 | }, |
2490 | | - "extra_infill_lines_to_support_skins": |
| 2499 | + "skin_support_density": |
2491 | 2500 | { |
2492 | | - "label": "Extra Infill Lines To Support Skins", |
2493 | | - "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.", |
2494 | | - "type": "enum", |
2495 | | - "options": |
2496 | | - { |
2497 | | - "walls_and_lines": "Walls and Lines", |
2498 | | - "walls": "Walls Only", |
2499 | | - "none": "None" |
2500 | | - }, |
2501 | | - "default_value": "walls_and_lines", |
2502 | | - "value": "'none' if infill_sparse_density > 50 else 'walls' if skin_edge_support_thickness > 0 else 'walls_and_lines'", |
2503 | | - "enabled": "infill_sparse_density > 0 and infill_pattern not in ('lightning', 'concentric', 'cross','cross_3d') and wall_line_count > 0 and top_layers > 0" |
| 2501 | + "label": "Skin Support Density", |
| 2502 | + "description": "The density of the skin support layer. Values less than 100 will increase the gaps between the lines.", |
| 2503 | + "unit": "%", |
| 2504 | + "default_value": 100, |
| 2505 | + "value": "bridge_skin_density", |
| 2506 | + "type": "float", |
| 2507 | + "minimum_value": "5", |
| 2508 | + "minimum_value_warning": "20", |
| 2509 | + "maximum_value_warning": "100", |
| 2510 | + "enabled": "skin_support", |
| 2511 | + "settable_per_mesh": true, |
| 2512 | + "settable_per_extruder": true |
| 2513 | + }, |
| 2514 | + "skin_support_fan_speed": |
| 2515 | + { |
| 2516 | + "label": "Skin Support Fan Speed", |
| 2517 | + "description": "Percentage fan speed to use when printing skin support.", |
| 2518 | + "unit": "%", |
| 2519 | + "minimum_value": "0", |
| 2520 | + "maximum_value": "100", |
| 2521 | + "default_value": 100, |
| 2522 | + "value": "bridge_fan_speed", |
| 2523 | + "type": "float", |
| 2524 | + "enabled": "skin_support", |
| 2525 | + "settable_per_mesh": true, |
| 2526 | + "settable_per_extruder": true |
| 2527 | + }, |
| 2528 | + "skin_support_interlace_lines": |
| 2529 | + { |
| 2530 | + "label": "Interlace Skin Support Lines", |
| 2531 | + "description": "When enabled, skin support lines will be printed interlaced, i.e. in 2 monotonic passes so that adjacent lines won't be printed just after each other. The lines of the first pass then have more time to cool down and are stronger when the second pass is added.", |
| 2532 | + "default_value": false, |
| 2533 | + "value": "bridge_interlace_lines", |
| 2534 | + "type": "bool", |
| 2535 | + "enabled": "skin_support", |
| 2536 | + "settable_per_mesh": true, |
| 2537 | + "settable_per_extruder": true |
2504 | 2538 | }, |
2505 | 2539 | "lightning_infill_support_angle": |
2506 | 2540 | { |
|
8922 | 8956 | "enabled": "bridge_settings_enabled", |
8923 | 8957 | "settable_per_mesh": true |
8924 | 8958 | }, |
8925 | | - "bridge_sparse_infill_max_density": |
8926 | | - { |
8927 | | - "label": "Bridge Sparse Infill Max Density", |
8928 | | - "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.", |
8929 | | - "unit": "%", |
8930 | | - "type": "float", |
8931 | | - "default_value": 0, |
8932 | | - "minimum_value": "0", |
8933 | | - "enabled": "bridge_settings_enabled", |
8934 | | - "settable_per_mesh": true |
8935 | | - }, |
8936 | 8959 | "bridge_wall_coast": |
8937 | 8960 | { |
8938 | 8961 | "label": "Bridge Wall Coasting", |
|
0 commit comments