├── .github
└── workflows
│ └── ctest.yml
├── CHANGELOG.md
├── CMakeLists.txt
├── CuraSettingsGuide.py
├── LICENSE.md
├── MenuItemHandler.py
├── QtMarkdownRenderer.py
├── README.md
├── ScreenshotTool.py
├── __init__.py
├── cmake
├── [Content_Types].xml
├── _rels
│ ├── .rels
│ └── package.json.rels
└── package.json.in
├── example.png
├── plugin.json.in
├── resources
├── articles
│ ├── about
│ │ ├── contributors.md
│ │ ├── glossary.md
│ │ └── preferences.md
│ ├── blackmagic
│ │ ├── magic_mesh_surface_mode.md
│ │ ├── magic_spiralize.md
│ │ ├── mold_angle.md
│ │ ├── mold_enabled.md
│ │ ├── mold_roof_height.md
│ │ ├── mold_width.md
│ │ ├── print_sequence.md
│ │ ├── relative_extrusion.md
│ │ └── smooth_spiralized_contours.md
│ ├── cooling
│ │ ├── cool_fan_enabled.md
│ │ ├── cool_fan_full_at_height.md
│ │ ├── cool_fan_full_layer.md
│ │ ├── cool_fan_speed.md
│ │ ├── cool_fan_speed_0.md
│ │ ├── cool_fan_speed_max.md
│ │ ├── cool_fan_speed_min.md
│ │ ├── cool_lift_head.md
│ │ ├── cool_min_layer_time.md
│ │ ├── cool_min_layer_time_fan_speed_max.md
│ │ └── cool_min_speed.md
│ ├── dual
│ │ ├── ooze_shield_angle.md
│ │ ├── ooze_shield_dist.md
│ │ ├── ooze_shield_enabled.md
│ │ ├── prime_tower_brim_enable.md
│ │ ├── prime_tower_circular.md
│ │ ├── prime_tower_enable.md
│ │ ├── prime_tower_min_volume.md
│ │ ├── prime_tower_position_x.md
│ │ ├── prime_tower_position_y.md
│ │ ├── prime_tower_size.md
│ │ ├── prime_tower_wipe_enabled.md
│ │ ├── switch_extruder_extra_prime_amount.md
│ │ ├── switch_extruder_prime_speed.md
│ │ ├── switch_extruder_retraction_amount.md
│ │ ├── switch_extruder_retraction_speed.md
│ │ └── switch_extruder_retraction_speeds.md
│ ├── experimental
│ │ ├── adaptive_layer_height_enabled.md
│ │ ├── adaptive_layer_height_threshold.md
│ │ ├── adaptive_layer_height_variation.md
│ │ ├── adaptive_layer_height_variation_step.md
│ │ ├── bridge_enable_more_layers.md
│ │ ├── bridge_fan_speed.md
│ │ ├── bridge_fan_speed_2.md
│ │ ├── bridge_fan_speed_3.md
│ │ ├── bridge_settings_enabled.md
│ │ ├── bridge_skin_density.md
│ │ ├── bridge_skin_density_2.md
│ │ ├── bridge_skin_density_3.md
│ │ ├── bridge_skin_material_flow.md
│ │ ├── bridge_skin_material_flow_2.md
│ │ ├── bridge_skin_material_flow_3.md
│ │ ├── bridge_skin_speed.md
│ │ ├── bridge_skin_speed_2.md
│ │ ├── bridge_skin_speed_3.md
│ │ ├── bridge_skin_support_threshold.md
│ │ ├── bridge_sparse_infill_max_density.md
│ │ ├── bridge_wall_coast.md
│ │ ├── bridge_wall_material_flow.md
│ │ ├── bridge_wall_min_length.md
│ │ ├── bridge_wall_speed.md
│ │ ├── clean_between_layers.md
│ │ ├── coasting_enable.md
│ │ ├── coasting_min_volume.md
│ │ ├── coasting_speed.md
│ │ ├── coasting_volume.md
│ │ ├── conical_overhang_angle.md
│ │ ├── conical_overhang_enabled.md
│ │ ├── conical_overhang_hole_size.md
│ │ ├── cross_infill_density_image.md
│ │ ├── cross_infill_pocket_size.md
│ │ ├── cross_support_density_image.md
│ │ ├── draft_shield_dist.md
│ │ ├── draft_shield_enabled.md
│ │ ├── draft_shield_height.md
│ │ ├── draft_shield_height_limitation.md
│ │ ├── flow_rate_extrusion_offset_factor.md
│ │ ├── flow_rate_max_extrusion_offset.md
│ │ ├── infill_enable_travel_optimization.md
│ │ ├── magic_fuzzy_skin_enabled.md
│ │ ├── magic_fuzzy_skin_outside_only.md
│ │ ├── magic_fuzzy_skin_point_density.md
│ │ ├── magic_fuzzy_skin_point_dist.md
│ │ ├── magic_fuzzy_skin_thickness.md
│ │ ├── material_alternate_walls.md
│ │ ├── material_flow_dependent_temperature.md
│ │ ├── material_flow_temp_graph.md
│ │ ├── max_extrusion_before_wipe.md
│ │ ├── minimum_polygon_circumference.md
│ │ ├── raft_base_wall_count.md
│ │ ├── raft_remove_inside_corners.md
│ │ ├── skin_alternate_rotation.md
│ │ ├── slicing_tolerance.md
│ │ ├── small_feature_max_length.md
│ │ ├── small_feature_speed_factor.md
│ │ ├── small_feature_speed_factor_0.md
│ │ ├── small_hole_max_size.md
│ │ ├── spaghetti_flow.md
│ │ ├── spaghetti_infill_enabled.md
│ │ ├── spaghetti_infill_extra_volume.md
│ │ ├── spaghetti_infill_stepped.md
│ │ ├── spaghetti_inset.md
│ │ ├── spaghetti_max_height.md
│ │ ├── spaghetti_max_infill_angle.md
│ │ ├── support_skip_some_zags.md
│ │ ├── support_skip_zag_per_mm.md
│ │ ├── support_tree_enable.md
│ │ ├── support_tree_wall_count.md
│ │ ├── support_tree_wall_thickness.md
│ │ ├── support_zag_skip_count.md
│ │ ├── wall_overhang_angle.md
│ │ ├── wall_overhang_speed_factor.md
│ │ ├── wipe_brush_pos_x.md
│ │ ├── wipe_hop_amount.md
│ │ ├── wipe_hop_enable.md
│ │ ├── wipe_hop_speed.md
│ │ ├── wipe_move_distance.md
│ │ ├── wipe_pause.md
│ │ ├── wipe_repeat_count.md
│ │ ├── wipe_retraction_amount.md
│ │ ├── wipe_retraction_enable.md
│ │ ├── wipe_retraction_extra_prime_amount.md
│ │ ├── wipe_retraction_prime_speed.md
│ │ ├── wipe_retraction_retract_speed.md
│ │ ├── wipe_retraction_speed.md
│ │ ├── wireframe_bottom_delay.md
│ │ ├── wireframe_drag_along.md
│ │ ├── wireframe_enabled.md
│ │ ├── wireframe_fall_down.md
│ │ ├── wireframe_flat_delay.md
│ │ ├── wireframe_flow.md
│ │ ├── wireframe_flow_connection.md
│ │ ├── wireframe_flow_flat.md
│ │ ├── wireframe_height.md
│ │ ├── wireframe_nozzle_clearance.md
│ │ ├── wireframe_printspeed.md
│ │ ├── wireframe_printspeed_bottom.md
│ │ ├── wireframe_printspeed_down.md
│ │ ├── wireframe_printspeed_flat.md
│ │ ├── wireframe_printspeed_up.md
│ │ ├── wireframe_roof_drag_along.md
│ │ ├── wireframe_roof_fall_down.md
│ │ ├── wireframe_roof_inset.md
│ │ ├── wireframe_roof_outer_delay.md
│ │ ├── wireframe_straight_before_down.md
│ │ ├── wireframe_strategy.md
│ │ ├── wireframe_top_delay.md
│ │ ├── wireframe_top_jump.md
│ │ └── wireframe_up_half_speed.md
│ ├── images
│ │ ├── adaptive_layer_height_enabled.png
│ │ ├── adaptive_layer_height_variation_step_0_05.png
│ │ ├── adhesion_type_brim.png
│ │ ├── adhesion_type_raft.png
│ │ ├── adhesion_type_skirt.png
│ │ ├── aliasing.jpg
│ │ ├── alternate_extra_perimeter.gif
│ │ ├── blobs.jpg
│ │ ├── bottom_thickness.png
│ │ ├── bridge_settings_enabled_default.png
│ │ ├── bridge_settings_enabled_enabled.png
│ │ ├── bridge_skin_density_100.png
│ │ ├── bridge_skin_density_50.png
│ │ ├── bridge_skin_material_flow_50.png
│ │ ├── bridge_sparse_infill_max_density.png
│ │ ├── brim_gap.png
│ │ ├── brim_outside_only_enabled.png
│ │ ├── brim_outside_only_original.png
│ │ ├── brim_replaces_support_disabled.png
│ │ ├── brim_replaces_support_enabled.png
│ │ ├── brim_width.svg
│ │ ├── build_volume_dimensions.svg
│ │ ├── clean_between_layers.svg
│ │ ├── coasting_enable.png
│ │ ├── coasting_volume_0_03.png
│ │ ├── conical_overhang_angle_20.png
│ │ ├── conical_overhang_enabled_disabled.png
│ │ ├── conical_overhang_enabled_enabled.png
│ │ ├── conical_overhang_hole_size.png
│ │ ├── connect_infill_polygons_disabled.png
│ │ ├── connect_infill_polygons_enabled.png
│ │ ├── connect_skin_polygons_enabled.png
│ │ ├── connect_skin_polygons_original.png
│ │ ├── contributors
│ │ │ ├── 5axes.png
│ │ │ ├── Alekseisasin.png
│ │ │ ├── Christerbeke.jpg
│ │ │ ├── DigitalFrost.jpg
│ │ │ ├── Ellecross.jpg
│ │ │ ├── Ghostkeeper.png
│ │ │ ├── Goodfeat.png
│ │ │ ├── Sekisback.jpg
│ │ │ ├── Sophist.jpg
│ │ │ ├── Vb138.png
│ │ │ ├── no_avatar.svg
│ │ │ └── yohan-pereira.png
│ │ ├── cool_fan_speed.svg
│ │ ├── cross_infill_density_image.png
│ │ ├── cross_infill_density_image_mask.png
│ │ ├── cross_infill_pocket_size_0_5.png
│ │ ├── cross_support_density_image.png
│ │ ├── cross_support_density_image_mask.png
│ │ ├── draft_shield_enabled.png
│ │ ├── draft_shield_height_limitation.png
│ │ ├── elephants_foot.jpg
│ │ ├── expand_skins_expand_distance_1mm.png
│ │ ├── filament_switch_anti_ooze.svg
│ │ ├── filament_switch_break.svg
│ │ ├── filament_switch_break_preparation.svg
│ │ ├── fill_outline_gaps_disabled.png
│ │ ├── fill_outline_gaps_enabled.png
│ │ ├── fill_perimeter_gaps_disabled.png
│ │ ├── fill_perimeter_gaps_enabled.png
│ │ ├── filter_out_tiny_gaps_disabled.png
│ │ ├── filter_out_tiny_gaps_enabled.png
│ │ ├── gradual_infill_disabled.png
│ │ ├── gradual_infill_step_height_large.png
│ │ ├── gradual_infill_step_height_small.png
│ │ ├── gradual_support_infill_step_height_1mm.png
│ │ ├── gradual_support_infill_step_height_3mm.png
│ │ ├── grinding.jpg
│ │ ├── head_dimensions.svg
│ │ ├── hole_xy_offset.png
│ │ ├── hole_xy_offset_0.png
│ │ ├── infill_angles_0_30.png
│ │ ├── infill_before_walls_disabled.gif
│ │ ├── infill_before_walls_enabled.gif
│ │ ├── infill_extruder_nr.png
│ │ ├── infill_line_width.png
│ │ ├── infill_multiplier.png
│ │ ├── infill_offset_x_2.png
│ │ ├── infill_offset_xy_0.png
│ │ ├── infill_offset_y_2.png
│ │ ├── infill_overlap.svg
│ │ ├── infill_pattern_concentric.png
│ │ ├── infill_pattern_cross.png
│ │ ├── infill_pattern_cross_3d.png
│ │ ├── infill_pattern_cubic.png
│ │ ├── infill_pattern_cubic_subdivision.png
│ │ ├── infill_pattern_grid.png
│ │ ├── infill_pattern_gyroid.png
│ │ ├── infill_pattern_lightning.png
│ │ ├── infill_pattern_lightning_side.png
│ │ ├── infill_pattern_lines.png
│ │ ├── infill_pattern_octet.png
│ │ ├── infill_pattern_quarter_cubic.png
│ │ ├── infill_pattern_triangles.png
│ │ ├── infill_pattern_trihexagon.png
│ │ ├── infill_pattern_zigzag.png
│ │ ├── infill_sparse_density_low.png
│ │ ├── infill_sparse_thickness.png
│ │ ├── infill_support_angle_high.png
│ │ ├── infill_support_angle_low.png
│ │ ├── infill_support_enabled_disabled.png
│ │ ├── infill_wall_line_count.png
│ │ ├── initial_layer_line_width_factor.png
│ │ ├── ironing_enabled_disabled.png
│ │ ├── ironing_enabled_enabled.png
│ │ ├── ironing_flow.png
│ │ ├── ironing_inset.png
│ │ ├── ironing_line_spacing.png
│ │ ├── ironing_only_highest_layer.png
│ │ ├── ironing_pattern.png
│ │ ├── layer_height_0.1.png
│ │ ├── layer_height_0.3.png
│ │ ├── layer_height_0.png
│ │ ├── layer_shift_single.jpg
│ │ ├── layer_splitting.jpg
│ │ ├── lightning_infill_overhang_angle_70.png
│ │ ├── lightning_infill_prune_angle_40.png
│ │ ├── lightning_infill_prune_angle_70.png
│ │ ├── lightning_infill_straightening_angle_10.png
│ │ ├── lightning_infill_straightening_angle_40.png
│ │ ├── lightning_infill_support_angle_30.png
│ │ ├── lightning_infill_support_angle_60.png
│ │ ├── line_width_fit_bad.png
│ │ ├── line_width_fit_good_large.png
│ │ ├── line_width_fit_good_small.png
│ │ ├── line_width_large.png
│ │ ├── line_width_small.png
│ │ ├── machine_disallowed_areas.png
│ │ ├── machine_extruders_shared_nozzle_initial_retraction.svg
│ │ ├── machine_feeder_wheel_diameter.svg
│ │ ├── machine_head_with_fans_polygon.png
│ │ ├── machine_shape_elliptic.png
│ │ ├── machine_shape_rectangular.png
│ │ ├── magic_fuzzy_skin_enabled.png
│ │ ├── magic_fuzzy_skin_outside_only.png
│ │ ├── magic_fuzzy_skin_photo.jpg
│ │ ├── magic_fuzzy_skin_thickness.jpg
│ │ ├── magic_mesh_surface_mode_both.png
│ │ ├── magic_mesh_surface_mode_normal.png
│ │ ├── magic_mesh_surface_mode_surface.png
│ │ ├── manifold_correct.svg
│ │ ├── manifold_incorrect.svg
│ │ ├── max_skin_angle_for_expansion_45.png
│ │ ├── max_skin_angle_for_expansion_90.png
│ │ ├── meshfix_extensive_stitching_disabled.png
│ │ ├── meshfix_extensive_stitching_enabled.png
│ │ ├── meshfix_extensive_stitching_xray.png
│ │ ├── meshfix_keep_open_polygons_disabled.png
│ │ ├── meshfix_keep_open_polygons_enabled.png
│ │ ├── meshfix_keep_open_polygons_shell.png
│ │ ├── meshfix_maximum_extrusion_area_deviation_high.png
│ │ ├── meshfix_maximum_extrusion_area_deviation_low.png
│ │ ├── meshfix_maximum_resolution_0.05.png
│ │ ├── meshfix_maximum_resolution_1.png
│ │ ├── meshfix_union_all_disabled.png
│ │ ├── meshfix_union_all_enabled.png
│ │ ├── meshfix_union_all_remove_holes_disabled.png
│ │ ├── meshfix_union_all_remove_holes_enabled.png
│ │ ├── meshfix_union_all_shell.png
│ │ ├── min_infill_area_150.png
│ │ ├── min_infill_area_disabled.png
│ │ ├── min_wall_line_width.svg
│ │ ├── min_wall_line_width_0_1.png
│ │ ├── min_wall_line_width_0_34.png
│ │ ├── min_wall_line_width_even_0_1.png
│ │ ├── min_wall_line_width_odd_0_1.png
│ │ ├── minimum_support_area_0.png
│ │ ├── minimum_support_area_10.png
│ │ ├── minimum_support_area_problem.png
│ │ ├── mold_angle.png
│ │ ├── mold_enabled_mould.png
│ │ ├── mold_enabled_shell.png
│ │ ├── mold_needs_support.png
│ │ ├── ooze_shield.png
│ │ ├── ooze_shield.svg
│ │ ├── optimize_wall_printing_order_disabled.gif
│ │ ├── optimize_wall_printing_order_enabled.gif
│ │ ├── outer_inset_first_disabled.gif
│ │ ├── outer_inset_first_enabled.gif
│ │ ├── overextrusion.jpg
│ │ ├── pillowing.jpg
│ │ ├── prime_tower.svg
│ │ ├── prime_tower_brim_enable.png
│ │ ├── prime_tower_circular_disabled.png
│ │ ├── prime_tower_circular_enabled.png
│ │ ├── prime_tower_line_width.png
│ │ ├── raft_dimensions.svg
│ │ ├── raft_dimensions_simplified.svg
│ │ ├── raft_remove_inside_corners.png
│ │ ├── raft_smoothing_0mm.png
│ │ ├── raft_smoothing_5mm.png
│ │ ├── retraction_combing_off.png
│ │ ├── retraction_combing_on.png
│ │ ├── retraction_count_max.svg
│ │ ├── retraction_enable_disabled.png
│ │ ├── retraction_enable_enabled.png
│ │ ├── retraction_hop_enabled.svg
│ │ ├── retraction_min_travel.png
│ │ ├── ringing.jpg
│ │ ├── roofing_extruder_nr.png
│ │ ├── roofing_layer_count.png
│ │ ├── sagging.jpg
│ │ ├── scarring.jpg
│ │ ├── seam.jpg
│ │ ├── skin_alternate_rotation.gif
│ │ ├── skin_angles.gif
│ │ ├── skin_edge_support_thickness.png
│ │ ├── skin_edge_support_thickness_0.png
│ │ ├── skin_line_width.png
│ │ ├── skin_monotonic_disabled.gif
│ │ ├── skin_monotonic_disabled.jpg
│ │ ├── skin_monotonic_enabled.gif
│ │ ├── skin_monotonic_enabled.jpg
│ │ ├── skin_no_small_gaps_heuristic_disabled.png
│ │ ├── skin_no_small_gaps_heuristic_enabled.png
│ │ ├── skin_outline_count_0.png
│ │ ├── skin_outline_count_2.png
│ │ ├── skin_overlap_20.png
│ │ ├── skin_overlap_none.png
│ │ ├── skin_preshrink_original.png
│ │ ├── skin_preshrink_problem.svg
│ │ ├── skin_preshrink_problem_screenshot.png
│ │ ├── skin_preshrink_shrunk.png
│ │ ├── skirt_line_count.svg
│ │ ├── slicing_tolerance_exclusive.svg
│ │ ├── slicing_tolerance_inclusive.svg
│ │ ├── slicing_tolerance_middle.svg
│ │ ├── speed_difference.png
│ │ ├── speed_slowdown_layers.svg
│ │ ├── speed_z_hop.svg
│ │ ├── stringing.jpg
│ │ ├── sub_div_rad_add_large.png
│ │ ├── sub_div_rad_add_small.png
│ │ ├── support_angle_high.png
│ │ ├── support_angle_low.png
│ │ ├── support_angle_prepare_mode.png
│ │ ├── support_bottom_enable.png
│ │ ├── support_bottom_extruder_nr.png
│ │ ├── support_bottom_line_width.png
│ │ ├── support_bottom_stair_step_height.png
│ │ ├── support_bottom_stair_step_min_slope_10.png
│ │ ├── support_bottom_stair_step_min_slope_30.png
│ │ ├── support_bottom_stair_step_width.png
│ │ ├── support_brim_2mm.png
│ │ ├── support_brim_4mm.png
│ │ ├── support_conical_angle_10.png
│ │ ├── support_conical_angle_neg10.png
│ │ ├── support_conical_enabled.png
│ │ ├── support_conical_min_width_20.png
│ │ ├── support_enable.png
│ │ ├── support_enable_prepare_mode.png
│ │ ├── support_extruder_nr.png
│ │ ├── support_extruder_nr_layer_0.png
│ │ ├── support_infill_angle_0.png
│ │ ├── support_infill_angle_30.png
│ │ ├── support_infill_angles.png
│ │ ├── support_infill_extruder_nr.png
│ │ ├── support_infill_rate_high.png
│ │ ├── support_infill_rate_low.png
│ │ ├── support_infill_sparse_thickness.png
│ │ ├── support_initial_layer_line_distance.png
│ │ ├── support_interface_angles_0.png
│ │ ├── support_interface_angles_45.png
│ │ ├── support_interface_enable.png
│ │ ├── support_interface_extruder_nr.png
│ │ ├── support_interface_offset.png
│ │ ├── support_join_distance_high.png
│ │ ├── support_join_distance_low.png
│ │ ├── support_line_width.png
│ │ ├── support_minimise_overhang.png
│ │ ├── support_offset.png
│ │ ├── support_pattern_concentric.png
│ │ ├── support_pattern_cross.png
│ │ ├── support_pattern_grid.png
│ │ ├── support_pattern_gyroid.png
│ │ ├── support_pattern_lines.png
│ │ ├── support_pattern_triangles.png
│ │ ├── support_pattern_zigzag.png
│ │ ├── support_roof_enable.png
│ │ ├── support_roof_extruder_nr.png
│ │ ├── support_roof_line_width.png
│ │ ├── support_skip_some_zags.png
│ │ ├── support_structure_tree.png
│ │ ├── support_top_bottom_distance.svg
│ │ ├── support_tree_angle_20.png
│ │ ├── support_tree_angle_40.png
│ │ ├── support_tree_branch_diameter_1_4mm_5.png
│ │ ├── support_tree_branch_diameter_5mm.png
│ │ ├── support_tree_branch_diameter_angle_10.png
│ │ ├── support_tree_branch_distance_1_4.png
│ │ ├── support_tree_branch_distance_5.png
│ │ ├── support_tree_collision_resolution_hi.png
│ │ ├── support_tree_collision_resolution_lo.png
│ │ ├── support_tree_wall_count.png
│ │ ├── support_type_everywhere.png
│ │ ├── support_type_touching_buildplate.png
│ │ ├── support_use_towers.svg
│ │ ├── support_wall_count_0.png
│ │ ├── support_wall_count_3.png
│ │ ├── support_xy_distance.png
│ │ ├── support_xy_overrides_z.svg
│ │ ├── support_z_distance.png
│ │ ├── support_z_overrides_xy.svg
│ │ ├── temperature_regulation.svg
│ │ ├── top_bottom_extruder_nr.png
│ │ ├── top_bottom_pattern_0.gif
│ │ ├── top_bottom_pattern_concentric.png
│ │ ├── top_bottom_pattern_lines.png
│ │ ├── top_bottom_pattern_zigzag.png
│ │ ├── top_bottom_thickness_0.8.png
│ │ ├── top_bottom_thickness_3.png
│ │ ├── top_thickness.png
│ │ ├── topography.jpg
│ │ ├── travel_avoid_other_parts_disabled.png
│ │ ├── travel_avoid_other_parts_enabled.png
│ │ ├── travel_compensate_overlapping_walls_enabled_disabled.png
│ │ ├── travel_compensate_overlapping_walls_enabled_enabled.png
│ │ ├── travel_compensate_overlapping_walls_enabled_schematic.svg
│ │ ├── travel_compensate_overlapping_walls_x_enabled_disabled.png
│ │ ├── travel_compensate_overlapping_walls_x_enabled_enabled.png
│ │ ├── underextrusion.jpg
│ │ ├── unfinished_print.jpg
│ │ ├── velocity_acceleration_jerk.svg
│ │ ├── wall_0_extruder_nr.png
│ │ ├── wall_0_wipe_dist.png
│ │ ├── wall_distribution_count_1.png
│ │ ├── wall_distribution_count_5.png
│ │ ├── wall_extruder_nr.png
│ │ ├── wall_line_width.png
│ │ ├── wall_line_width_0.png
│ │ ├── wall_line_width_x.png
│ │ ├── wall_min_flow_0.png
│ │ ├── wall_min_flow_50.png
│ │ ├── wall_thickness_0.8.png
│ │ ├── wall_thickness_1.6.png
│ │ ├── wall_transition_angle.png
│ │ ├── wall_transition_filter_off.png
│ │ ├── wall_transition_filter_on.png
│ │ ├── wall_transition_length_0_2.png
│ │ ├── wall_transition_length_1_5.png
│ │ ├── wall_x_extruder_nr.png
│ │ ├── warping.jpg
│ │ ├── wireframe_bottom_delay.svg
│ │ ├── wireframe_drag_along.svg
│ │ ├── wireframe_fall_down.svg
│ │ ├── wireframe_flat_delay.svg
│ │ ├── wireframe_flow.svg
│ │ ├── wireframe_height.svg
│ │ ├── wireframe_printspeed.svg
│ │ ├── wireframe_roof_drag_along.svg
│ │ ├── wireframe_roof_inset.svg
│ │ ├── wireframe_roof_outer_delay.svg
│ │ ├── wireframe_straight_before_down.svg
│ │ ├── wireframe_top_delay.svg
│ │ ├── wireframe_top_jump.svg
│ │ ├── x_ray.png
│ │ ├── xy_offset_layer_0_enabled.png
│ │ ├── xy_offset_layer_0_original.png
│ │ ├── xy_offset_neutral.png
│ │ ├── xy_offset_slimmer.png
│ │ ├── xy_offset_wider.png
│ │ ├── z_seam_relative_disabled.png
│ │ ├── z_seam_relative_enabled.png
│ │ ├── z_seam_type_random.png
│ │ ├── z_seam_type_sharpest.png
│ │ ├── z_seam_type_shortest.png
│ │ ├── z_seam_type_user.png
│ │ ├── z_seam_x_left.png
│ │ ├── z_seam_x_right.png
│ │ ├── z_seam_y_back.png
│ │ ├── z_seam_y_front.png
│ │ ├── zig_zaggify_infill_enabled.png
│ │ ├── zig_zaggify_support_disabled.png
│ │ └── zig_zaggify_support_enabled.png
│ ├── infill
│ │ ├── connect_infill_polygons.md
│ │ ├── gradual_infill_step_height.md
│ │ ├── gradual_infill_steps.md
│ │ ├── infill_angles.md
│ │ ├── infill_before_walls.md
│ │ ├── infill_extruder_nr.md
│ │ ├── infill_line_distance.md
│ │ ├── infill_multiplier.md
│ │ ├── infill_offset_x.md
│ │ ├── infill_offset_y.md
│ │ ├── infill_overlap.md
│ │ ├── infill_overlap_mm.md
│ │ ├── infill_pattern.md
│ │ ├── infill_randomize_start_location.md
│ │ ├── infill_sparse_density.md
│ │ ├── infill_sparse_thickness.md
│ │ ├── infill_support_angle.md
│ │ ├── infill_support_enabled.md
│ │ ├── infill_wall_line_count.md
│ │ ├── infill_wipe_dist.md
│ │ ├── lightning_infill_overhang_angle.md
│ │ ├── lightning_infill_prune_angle.md
│ │ ├── lightning_infill_straightening_angle.md
│ │ ├── lightning_infill_support_angle.md
│ │ ├── min_infill_area.md
│ │ ├── skin_edge_support_layers.md
│ │ ├── skin_edge_support_thickness.md
│ │ ├── sub_div_rad_add.md
│ │ └── zig_zaggify_infill.md
│ ├── machine_settings
│ │ ├── extruder_prime_pos_abs.md
│ │ ├── extruder_prime_pos_z.md
│ │ ├── extruders_enabled_count.md
│ │ ├── gantry_height.md
│ │ ├── machine_acceleration.md
│ │ ├── machine_always_write_active_tool.md
│ │ ├── machine_buildplate_type.md
│ │ ├── machine_center_is_zero.md
│ │ ├── machine_depth.md
│ │ ├── machine_disallowed_areas.md
│ │ ├── machine_end_gcode.md
│ │ ├── machine_endstop_positive_direction_x.md
│ │ ├── machine_endstop_positive_direction_y.md
│ │ ├── machine_endstop_positive_direction_z.md
│ │ ├── machine_extruder_count.md
│ │ ├── machine_extruders_share_heater.md
│ │ ├── machine_extruders_share_nozzle.md
│ │ ├── machine_extruders_shared_nozzle_initial_retraction.md
│ │ ├── machine_feeder_wheel_diameter.md
│ │ ├── machine_filament_park_distance.md
│ │ ├── machine_firmware_retract.md
│ │ ├── machine_gcode_flavor.md
│ │ ├── machine_head_polygon.md
│ │ ├── machine_head_with_fans_polygon.md
│ │ ├── machine_heat_zone_length.md
│ │ ├── machine_heated_bed.md
│ │ ├── machine_heated_build_volume.md
│ │ ├── machine_height.md
│ │ ├── machine_max_acceleration_e.md
│ │ ├── machine_max_acceleration_x.md
│ │ ├── machine_max_acceleration_y.md
│ │ ├── machine_max_acceleration_z.md
│ │ ├── machine_max_feedrate_e.md
│ │ ├── machine_max_feedrate_x.md
│ │ ├── machine_max_feedrate_y.md
│ │ ├── machine_max_feedrate_z.md
│ │ ├── machine_max_jerk_e.md
│ │ ├── machine_max_jerk_xy.md
│ │ ├── machine_max_jerk_z.md
│ │ ├── machine_min_cool_heat_time_window.md
│ │ ├── machine_minimum_feedrate.md
│ │ ├── machine_name.md
│ │ ├── machine_nozzle_cool_down_speed.md
│ │ ├── machine_nozzle_expansion_angle.md
│ │ ├── machine_nozzle_head_distance.md
│ │ ├── machine_nozzle_heat_up_speed.md
│ │ ├── machine_nozzle_id.md
│ │ ├── machine_nozzle_size.md
│ │ ├── machine_nozzle_temp_enabled.md
│ │ ├── machine_nozzle_tip_outer_diameter.md
│ │ ├── machine_scale_fan_speed_zero_to_one.md
│ │ ├── machine_shape.md
│ │ ├── machine_show_variants.md
│ │ ├── machine_start_gcode.md
│ │ ├── machine_steps_per_mm_e.md
│ │ ├── machine_steps_per_mm_x.md
│ │ ├── machine_steps_per_mm_y.md
│ │ ├── machine_steps_per_mm_z.md
│ │ ├── machine_use_extruder_offset_to_offset_coords.md
│ │ ├── machine_width.md
│ │ ├── material_bed_temp_prepend.md
│ │ ├── material_bed_temp_wait.md
│ │ ├── material_diameter.md
│ │ ├── material_guid.md
│ │ ├── material_print_temp_prepend.md
│ │ ├── material_print_temp_wait.md
│ │ └── nozzle_disallowed_areas.md
│ ├── material
│ │ ├── build_volume_temperature.md
│ │ ├── default_material_bed_temperature.md
│ │ ├── default_material_print_temperature.md
│ │ ├── infill_material_flow.md
│ │ ├── material_adhesion_tendency.md
│ │ ├── material_anti_ooze_retracted_position.md
│ │ ├── material_anti_ooze_retraction_speed.md
│ │ ├── material_bed_temperature.md
│ │ ├── material_bed_temperature_layer_0.md
│ │ ├── material_break_preparation_retracted_position.md
│ │ ├── material_break_preparation_speed.md
│ │ ├── material_break_preparation_temperature.md
│ │ ├── material_break_retracted_position.md
│ │ ├── material_break_speed.md
│ │ ├── material_break_temperature.md
│ │ ├── material_crystallinity.md
│ │ ├── material_end_of_filament_purge_length.md
│ │ ├── material_end_of_filament_purge_speed.md
│ │ ├── material_extrusion_cool_down_speed.md
│ │ ├── material_final_print_temperature.md
│ │ ├── material_flow.md
│ │ ├── material_flow_layer_0.md
│ │ ├── material_flush_purge_length.md
│ │ ├── material_flush_purge_speed.md
│ │ ├── material_initial_print_temperature.md
│ │ ├── material_maximum_park_duration.md
│ │ ├── material_no_load_move_factor.md
│ │ ├── material_print_temperature.md
│ │ ├── material_print_temperature_layer_0.md
│ │ ├── material_shrinkage_percentage.md
│ │ ├── material_shrinkage_percentage_xy.md
│ │ ├── material_shrinkage_percentage_z.md
│ │ ├── material_standby_temperature.md
│ │ ├── material_surface_energy.md
│ │ ├── prime_tower_flow.md
│ │ ├── retract_at_layer_change.md
│ │ ├── roofing_material_flow.md
│ │ ├── skin_material_flow.md
│ │ ├── skin_material_flow_layer_0.md
│ │ ├── skirt_brim_material_flow.md
│ │ ├── support_bottom_material_flow.md
│ │ ├── support_interface_material_flow.md
│ │ ├── support_material_flow.md
│ │ ├── support_roof_material_flow.md
│ │ ├── wall_0_material_flow.md
│ │ ├── wall_0_material_flow_layer_0.md
│ │ ├── wall_material_flow.md
│ │ ├── wall_x_material_flow.md
│ │ └── wall_x_material_flow_layer_0.md
│ ├── meshfix
│ │ ├── alternate_carve_order.md
│ │ ├── carve_multiple_volumes.md
│ │ ├── meshfix_extensive_stitching.md
│ │ ├── meshfix_keep_open_polygons.md
│ │ ├── meshfix_maximum_deviation.md
│ │ ├── meshfix_maximum_extrusion_area_deviation.md
│ │ ├── meshfix_maximum_resolution.md
│ │ ├── meshfix_maximum_travel_resolution.md
│ │ ├── meshfix_union_all.md
│ │ ├── meshfix_union_all_remove_holes.md
│ │ ├── multiple_mesh_overlap.md
│ │ └── remove_empty_first_layers.md
│ ├── platform_adhesion
│ │ ├── adhesion_extruder_nr.md
│ │ ├── adhesion_type.md
│ │ ├── brim_gap.md
│ │ ├── brim_line_count.md
│ │ ├── brim_outside_only.md
│ │ ├── brim_replaces_support.md
│ │ ├── brim_width.md
│ │ ├── extruder_prime_pos_x.md
│ │ ├── extruder_prime_pos_y.md
│ │ ├── layer_0_z_overlap.md
│ │ ├── prime_blob_enable.md
│ │ ├── raft_acceleration.md
│ │ ├── raft_airgap.md
│ │ ├── raft_base_acceleration.md
│ │ ├── raft_base_extruder_nr.md
│ │ ├── raft_base_fan_speed.md
│ │ ├── raft_base_jerk.md
│ │ ├── raft_base_line_spacing.md
│ │ ├── raft_base_line_width.md
│ │ ├── raft_base_speed.md
│ │ ├── raft_base_thickness.md
│ │ ├── raft_fan_speed.md
│ │ ├── raft_interface_acceleration.md
│ │ ├── raft_interface_extruder_nr.md
│ │ ├── raft_interface_fan_speed.md
│ │ ├── raft_interface_jerk.md
│ │ ├── raft_interface_layers.md
│ │ ├── raft_interface_line_spacing.md
│ │ ├── raft_interface_line_width.md
│ │ ├── raft_interface_speed.md
│ │ ├── raft_interface_thickness.md
│ │ ├── raft_jerk.md
│ │ ├── raft_margin.md
│ │ ├── raft_smoothing.md
│ │ ├── raft_speed.md
│ │ ├── raft_surface_acceleration.md
│ │ ├── raft_surface_extruder_nr.md
│ │ ├── raft_surface_fan_speed.md
│ │ ├── raft_surface_jerk.md
│ │ ├── raft_surface_layers.md
│ │ ├── raft_surface_line_spacing.md
│ │ ├── raft_surface_line_width.md
│ │ ├── raft_surface_speed.md
│ │ ├── raft_surface_thickness.md
│ │ ├── skirt_brim_extruder_nr.md
│ │ ├── skirt_brim_minimal_length.md
│ │ ├── skirt_gap.md
│ │ └── skirt_line_count.md
│ ├── resolution
│ │ ├── infill_line_width.md
│ │ ├── initial_layer_line_width_factor.md
│ │ ├── layer_height.md
│ │ ├── layer_height_0.md
│ │ ├── line_width.md
│ │ ├── prime_tower_line_width.md
│ │ ├── skin_line_width.md
│ │ ├── skirt_brim_line_width.md
│ │ ├── support_bottom_line_width.md
│ │ ├── support_interface_line_width.md
│ │ ├── support_line_width.md
│ │ ├── support_roof_line_width.md
│ │ ├── wall_line_width.md
│ │ ├── wall_line_width_0.md
│ │ └── wall_line_width_x.md
│ ├── shell
│ │ ├── alternate_extra_perimeter.md
│ │ ├── fill_outline_gaps.md
│ │ ├── fill_perimeter_gaps.md
│ │ ├── filter_out_tiny_gaps.md
│ │ ├── hole_xy_offset.md
│ │ ├── inset_direction.md
│ │ ├── min_bead_width.md
│ │ ├── min_even_wall_line_width.md
│ │ ├── min_feature_size.md
│ │ ├── min_odd_wall_line_width.md
│ │ ├── min_wall_line_width.md
│ │ ├── optimize_wall_printing_order.md
│ │ ├── outer_inset_first.md
│ │ ├── travel_compensate_overlapping_walls_0_enabled.md
│ │ ├── travel_compensate_overlapping_walls_enabled.md
│ │ ├── travel_compensate_overlapping_walls_x_enabled.md
│ │ ├── wall_0_extruder_nr.md
│ │ ├── wall_0_inset.md
│ │ ├── wall_0_wipe_dist.md
│ │ ├── wall_add_middle_threshold.md
│ │ ├── wall_distribution_count.md
│ │ ├── wall_extruder_nr.md
│ │ ├── wall_line_count.md
│ │ ├── wall_min_flow.md
│ │ ├── wall_min_flow_retract.md
│ │ ├── wall_split_middle_threshold.md
│ │ ├── wall_thickness.md
│ │ ├── wall_transition_angle.md
│ │ ├── wall_transition_filter_deviation.md
│ │ ├── wall_transition_filter_distance.md
│ │ ├── wall_transition_length.md
│ │ ├── wall_x_extruder_nr.md
│ │ ├── xy_offset.md
│ │ ├── xy_offset_layer_0.md
│ │ ├── z_seam_corner.md
│ │ ├── z_seam_position.md
│ │ ├── z_seam_relative.md
│ │ ├── z_seam_type.md
│ │ ├── z_seam_x.md
│ │ └── z_seam_y.md
│ ├── speed
│ │ ├── acceleration_enabled.md
│ │ ├── acceleration_infill.md
│ │ ├── acceleration_layer_0.md
│ │ ├── acceleration_prime_tower.md
│ │ ├── acceleration_print.md
│ │ ├── acceleration_print_layer_0.md
│ │ ├── acceleration_roofing.md
│ │ ├── acceleration_skirt_brim.md
│ │ ├── acceleration_support.md
│ │ ├── acceleration_support_bottom.md
│ │ ├── acceleration_support_infill.md
│ │ ├── acceleration_support_interface.md
│ │ ├── acceleration_support_roof.md
│ │ ├── acceleration_topbottom.md
│ │ ├── acceleration_travel.md
│ │ ├── acceleration_travel_enabled.md
│ │ ├── acceleration_travel_layer_0.md
│ │ ├── acceleration_wall.md
│ │ ├── acceleration_wall_0.md
│ │ ├── acceleration_wall_x.md
│ │ ├── jerk_enabled.md
│ │ ├── jerk_infill.md
│ │ ├── jerk_layer_0.md
│ │ ├── jerk_prime_tower.md
│ │ ├── jerk_print.md
│ │ ├── jerk_print_layer_0.md
│ │ ├── jerk_roofing.md
│ │ ├── jerk_skirt_brim.md
│ │ ├── jerk_support.md
│ │ ├── jerk_support_bottom.md
│ │ ├── jerk_support_infill.md
│ │ ├── jerk_support_interface.md
│ │ ├── jerk_support_roof.md
│ │ ├── jerk_topbottom.md
│ │ ├── jerk_travel.md
│ │ ├── jerk_travel_enabled.md
│ │ ├── jerk_travel_layer_0.md
│ │ ├── jerk_wall.md
│ │ ├── jerk_wall_0.md
│ │ ├── jerk_wall_x.md
│ │ ├── max_feedrate_z_override.md
│ │ ├── skirt_brim_speed.md
│ │ ├── speed_equalize_flow_enabled.md
│ │ ├── speed_equalize_flow_max.md
│ │ ├── speed_equalize_flow_width_factor.md
│ │ ├── speed_infill.md
│ │ ├── speed_layer_0.md
│ │ ├── speed_prime_tower.md
│ │ ├── speed_print.md
│ │ ├── speed_print_layer_0.md
│ │ ├── speed_roofing.md
│ │ ├── speed_slowdown_layers.md
│ │ ├── speed_support.md
│ │ ├── speed_support_bottom.md
│ │ ├── speed_support_infill.md
│ │ ├── speed_support_interface.md
│ │ ├── speed_support_roof.md
│ │ ├── speed_topbottom.md
│ │ ├── speed_travel.md
│ │ ├── speed_travel_layer_0.md
│ │ ├── speed_wall.md
│ │ ├── speed_wall_0.md
│ │ ├── speed_wall_x.md
│ │ └── speed_z_hop.md
│ ├── support
│ │ ├── gradual_support_infill_step_height.md
│ │ ├── gradual_support_infill_steps.md
│ │ ├── minimum_bottom_area.md
│ │ ├── minimum_interface_area.md
│ │ ├── minimum_roof_area.md
│ │ ├── minimum_support_area.md
│ │ ├── support_angle.md
│ │ ├── support_bottom_angles.md
│ │ ├── support_bottom_density.md
│ │ ├── support_bottom_distance.md
│ │ ├── support_bottom_enable.md
│ │ ├── support_bottom_extruder_nr.md
│ │ ├── support_bottom_height.md
│ │ ├── support_bottom_line_distance.md
│ │ ├── support_bottom_offset.md
│ │ ├── support_bottom_pattern.md
│ │ ├── support_bottom_stair_step_height.md
│ │ ├── support_bottom_stair_step_min_slope.md
│ │ ├── support_bottom_stair_step_width.md
│ │ ├── support_brim_enable.md
│ │ ├── support_brim_line_count.md
│ │ ├── support_brim_width.md
│ │ ├── support_conical_angle.md
│ │ ├── support_conical_enabled.md
│ │ ├── support_conical_min_width.md
│ │ ├── support_connect_zigzags.md
│ │ ├── support_enable.md
│ │ ├── support_extruder_nr.md
│ │ ├── support_extruder_nr_layer_0.md
│ │ ├── support_fan_enable.md
│ │ ├── support_infill_angle.md
│ │ ├── support_infill_angles.md
│ │ ├── support_infill_extruder_nr.md
│ │ ├── support_infill_rate.md
│ │ ├── support_infill_sparse_thickness.md
│ │ ├── support_initial_layer_line_distance.md
│ │ ├── support_interface_angles.md
│ │ ├── support_interface_density.md
│ │ ├── support_interface_enable.md
│ │ ├── support_interface_extruder_nr.md
│ │ ├── support_interface_height.md
│ │ ├── support_interface_offset.md
│ │ ├── support_interface_pattern.md
│ │ ├── support_interface_skip_height.md
│ │ ├── support_join_distance.md
│ │ ├── support_line_distance.md
│ │ ├── support_mesh_drop_down.md
│ │ ├── support_meshes_present.md
│ │ ├── support_minimal_diameter.md
│ │ ├── support_offset.md
│ │ ├── support_pattern.md
│ │ ├── support_roof_angles.md
│ │ ├── support_roof_density.md
│ │ ├── support_roof_enable.md
│ │ ├── support_roof_extruder_nr.md
│ │ ├── support_roof_height.md
│ │ ├── support_roof_line_distance.md
│ │ ├── support_roof_offset.md
│ │ ├── support_roof_pattern.md
│ │ ├── support_structure.md
│ │ ├── support_supported_skin_fan_speed.md
│ │ ├── support_top_distance.md
│ │ ├── support_tower_diameter.md
│ │ ├── support_tower_maximum_supported_diameter.md
│ │ ├── support_tower_roof_angle.md
│ │ ├── support_tree_angle.md
│ │ ├── support_tree_branch_diameter.md
│ │ ├── support_tree_branch_diameter_angle.md
│ │ ├── support_tree_branch_distance.md
│ │ ├── support_tree_collision_resolution.md
│ │ ├── support_tree_max_diameter.md
│ │ ├── support_type.md
│ │ ├── support_use_towers.md
│ │ ├── support_wall_count.md
│ │ ├── support_xy_distance.md
│ │ ├── support_xy_distance_overhang.md
│ │ ├── support_xy_overrides_z.md
│ │ ├── support_z_distance.md
│ │ └── zig_zaggify_support.md
│ ├── top_bottom
│ │ ├── acceleration_ironing.md
│ │ ├── bottom_layers.md
│ │ ├── bottom_skin_expand_distance.md
│ │ ├── bottom_skin_preshrink.md
│ │ ├── bottom_thickness.md
│ │ ├── connect_skin_polygons.md
│ │ ├── expand_skins_expand_distance.md
│ │ ├── initial_bottom_layers.md
│ │ ├── ironing_enabled.md
│ │ ├── ironing_flow.md
│ │ ├── ironing_inset.md
│ │ ├── ironing_line_spacing.md
│ │ ├── ironing_monotonic.md
│ │ ├── ironing_only_highest_layer.md
│ │ ├── ironing_pattern.md
│ │ ├── jerk_ironing.md
│ │ ├── max_skin_angle_for_expansion.md
│ │ ├── min_skin_width_for_expansion.md
│ │ ├── roofing_angles.md
│ │ ├── roofing_extruder_nr.md
│ │ ├── roofing_layer_count.md
│ │ ├── roofing_line_width.md
│ │ ├── roofing_monotonic.md
│ │ ├── roofing_pattern.md
│ │ ├── skin_angles.md
│ │ ├── skin_monotonic.md
│ │ ├── skin_no_small_gaps_heuristic.md
│ │ ├── skin_outline_count.md
│ │ ├── skin_overlap.md
│ │ ├── skin_overlap_mm.md
│ │ ├── skin_preshrink.md
│ │ ├── speed_ironing.md
│ │ ├── top_bottom_extruder_nr.md
│ │ ├── top_bottom_pattern.md
│ │ ├── top_bottom_pattern_0.md
│ │ ├── top_bottom_thickness.md
│ │ ├── top_layers.md
│ │ ├── top_skin_expand_distance.md
│ │ ├── top_skin_preshrink.md
│ │ └── top_thickness.md
│ ├── travel
│ │ ├── layer_start_x.md
│ │ ├── layer_start_y.md
│ │ ├── limit_support_retractions.md
│ │ ├── retraction_amount.md
│ │ ├── retraction_combing.md
│ │ ├── retraction_combing_max_distance.md
│ │ ├── retraction_count_max.md
│ │ ├── retraction_enable.md
│ │ ├── retraction_extra_prime_amount.md
│ │ ├── retraction_extrusion_window.md
│ │ ├── retraction_hop.md
│ │ ├── retraction_hop_after_extruder_switch.md
│ │ ├── retraction_hop_after_extruder_switch_height.md
│ │ ├── retraction_hop_enabled.md
│ │ ├── retraction_hop_only_when_collides.md
│ │ ├── retraction_min_travel.md
│ │ ├── retraction_prime_speed.md
│ │ ├── retraction_retract_speed.md
│ │ ├── retraction_speed.md
│ │ ├── start_layers_at_same_position.md
│ │ ├── travel_avoid_distance.md
│ │ ├── travel_avoid_other_parts.md
│ │ ├── travel_avoid_supports.md
│ │ └── travel_retract_before_outer_wall.md
│ └── troubleshooting
│ │ ├── aliasing.md
│ │ ├── bed_adhesion_problems.md
│ │ ├── blobs.md
│ │ ├── elephants_foot.md
│ │ ├── layer_shift.md
│ │ ├── layer_splitting.md
│ │ ├── missing_parts.md
│ │ ├── overextrusion.md
│ │ ├── pillowing.md
│ │ ├── ringing.md
│ │ ├── sagging.md
│ │ ├── scarring.md
│ │ ├── seam.md
│ │ ├── stringing.md
│ │ ├── topography.md
│ │ ├── underextrusion.md
│ │ ├── unfinished_print.md
│ │ └── warping.md
├── icons
│ ├── arrow.svg
│ ├── camera.svg
│ ├── icon.svg
│ ├── play.svg
│ └── translations.svg
├── models
│ ├── arrow.scad
│ ├── barn.scad
│ ├── basic_overhang.scad
│ ├── bridge.scad
│ ├── calendar_holder.scad
│ ├── castle.scad
│ ├── castle_low.scad
│ ├── clamp.scad
│ ├── cooking_utensil_hook.scad
│ ├── cube.scad
│ ├── cube_missing_corner.py
│ ├── curved_top.scad
│ ├── cylinder.scad
│ ├── d1.scad
│ ├── dial_brace.scad
│ ├── dimple_big.scad
│ ├── dowel.scad
│ ├── duct.scad
│ ├── external_attachment.py
│ ├── extra_surface.py
│ ├── f.scad
│ ├── f3.scad
│ ├── fillet.scad
│ ├── flipper_grip.scad
│ ├── foothold.scad
│ ├── gazebo2.scad
│ ├── gear.scad
│ ├── gear_hollow.scad
│ ├── gear_knurled.scad
│ ├── gutter_lift.scad
│ ├── half_sphere.scad
│ ├── headphone_hook.scad
│ ├── hex_foot.scad
│ ├── hexagonal_prism.scad
│ ├── hexasphericon.scad
│ ├── hive.scad
│ ├── holes_cutout.scad
│ ├── holes_in_panel.scad
│ ├── intersecting_cubes.py
│ ├── label.scad
│ ├── lantern.scad
│ ├── material_calibration.scad
│ ├── microwave_hook.scad
│ ├── misaligned_hollow_cone.scad
│ ├── misaligned_ring.scad
│ ├── moon_sickle.scad
│ ├── mounting_plate.scad
│ ├── over_t.scad
│ ├── overhang_bridging_cooling.scad
│ ├── paper_stand.scad
│ ├── phone_holder.scad
│ ├── pipe_corner.scad
│ ├── plate_with_indent.scad
│ ├── plopper.scad
│ ├── plug.scad
│ ├── plunger_stop.scad
│ ├── question_stick_clip.scad
│ ├── rack.scad
│ ├── rack_straight.scad
│ ├── ring_5mm.scad
│ ├── rocket_dual.scad
│ ├── rod_holder.scad
│ ├── rolling_blind_spacer.scad
│ ├── rotary_tumbler_lid.scad
│ ├── rotary_tumbler_motor_lid.scad
│ ├── safety_lock.scad
│ ├── seams_on_curves.scad
│ ├── sharpening_corners.scad
│ ├── signet.scad
│ ├── small_z_gap.scad
│ ├── spherical_cap.scad
│ ├── spike_curve.scad
│ ├── spiral_stair.scad
│ ├── sprocket.scad
│ ├── stair.scad
│ ├── stairwell.scad
│ ├── stamp.scad
│ ├── standing_ring.scad
│ ├── star_podium.scad
│ ├── stature.scad
│ ├── stature_symmetrical.scad
│ ├── text.scad
│ ├── thin_cylinder.scad
│ ├── thin_ridge.scad
│ ├── three_cylinders.scad
│ ├── trash_bin_lid.scad
│ ├── twisted_triangular_hole.scad
│ ├── umbrella_square_rounded.scad
│ ├── watch_strap_keeper.scad
│ ├── web.scad
│ ├── wedge.scad
│ ├── wide_bridge.scad
│ ├── wide_overhang.scad
│ ├── wire_mount.scad
│ └── yen.scad
├── qml
│ ├── ArticleCheckbox.qml
│ ├── ArticleImages.qml
│ ├── ArticleText.qml
│ ├── SettingsGuide.qml
│ ├── SettingsSidebar.qml
│ ├── SidebarSettings
│ │ ├── SettingCategory.qml
│ │ ├── SettingCheckBox.qml
│ │ ├── SettingComboBox.qml
│ │ ├── SettingItem.qml
│ │ └── SettingTextField.qml
│ └── TranslationButton.qml
├── qml_cura4
│ ├── ArticleCheckbox.qml
│ ├── ArticleImages.qml
│ ├── ArticleText.qml
│ ├── SettingsGuide.qml
│ ├── SettingsSidebar.qml
│ ├── SidebarSettings
│ │ ├── SettingCategory.qml
│ │ ├── SettingCheckBox.qml
│ │ ├── SettingComboBox.qml
│ │ ├── SettingExtruder.qml
│ │ ├── SettingItem.qml
│ │ └── SettingTextField.qml
│ └── TranslationButton.qml
├── settings_guide_definitions.def.json
└── translations
│ ├── cs_CZ
│ ├── about
│ │ ├── contributors.md
│ │ └── glossary.md
│ ├── blackmagic
│ │ ├── magic_mesh_surface_mode.md
│ │ ├── magic_spiralize.md
│ │ ├── mold_angle.md
│ │ ├── mold_enabled.md
│ │ ├── mold_roof_height.md
│ │ ├── mold_width.md
│ │ ├── print_sequence.md
│ │ ├── relative_extrusion.md
│ │ └── smooth_spiralized_contours.md
│ ├── cooling
│ │ ├── cool_fan_enabled.md
│ │ ├── cool_fan_full_at_height.md
│ │ ├── cool_fan_full_layer.md
│ │ ├── cool_fan_speed.md
│ │ ├── cool_fan_speed_0.md
│ │ ├── cool_fan_speed_max.md
│ │ ├── cool_fan_speed_min.md
│ │ ├── cool_lift_head.md
│ │ ├── cool_min_layer_time.md
│ │ ├── cool_min_layer_time_fan_speed_max.md
│ │ └── cool_min_speed.md
│ ├── dual
│ │ ├── ooze_shield_angle.md
│ │ ├── ooze_shield_dist.md
│ │ ├── ooze_shield_enabled.md
│ │ ├── prime_tower_brim_enable.md
│ │ ├── prime_tower_circular.md
│ │ ├── prime_tower_enable.md
│ │ ├── prime_tower_min_volume.md
│ │ ├── prime_tower_position_x.md
│ │ ├── prime_tower_position_y.md
│ │ ├── prime_tower_size.md
│ │ ├── prime_tower_wipe_enabled.md
│ │ ├── switch_extruder_extra_prime_amount.md
│ │ ├── switch_extruder_prime_speed.md
│ │ ├── switch_extruder_retraction_amount.md
│ │ ├── switch_extruder_retraction_speed.md
│ │ └── switch_extruder_retraction_speeds.md
│ ├── experimental
│ │ ├── adaptive_layer_height_enabled.md
│ │ ├── adaptive_layer_height_threshold.md
│ │ ├── adaptive_layer_height_variation.md
│ │ ├── adaptive_layer_height_variation_step.md
│ │ ├── bridge_enable_more_layers.md
│ │ ├── bridge_fan_speed.md
│ │ ├── bridge_fan_speed_2.md
│ │ ├── bridge_fan_speed_3.md
│ │ ├── bridge_settings_enabled.md
│ │ ├── bridge_skin_density.md
│ │ ├── bridge_skin_density_2.md
│ │ ├── bridge_skin_density_3.md
│ │ ├── bridge_skin_material_flow.md
│ │ ├── bridge_skin_material_flow_2.md
│ │ ├── bridge_skin_material_flow_3.md
│ │ ├── bridge_skin_speed.md
│ │ ├── bridge_skin_speed_2.md
│ │ ├── bridge_skin_speed_3.md
│ │ ├── bridge_skin_support_threshold.md
│ │ ├── bridge_sparse_infill_max_density.md
│ │ ├── bridge_wall_coast.md
│ │ ├── bridge_wall_material_flow.md
│ │ ├── bridge_wall_min_length.md
│ │ ├── bridge_wall_speed.md
│ │ ├── clean_between_layers.md
│ │ ├── coasting_enable.md
│ │ ├── coasting_min_volume.md
│ │ ├── coasting_speed.md
│ │ ├── coasting_volume.md
│ │ ├── conical_overhang_angle.md
│ │ ├── conical_overhang_enabled.md
│ │ ├── conical_overhang_hole_size.md
│ │ ├── cross_infill_density_image.md
│ │ ├── cross_infill_pocket_size.md
│ │ ├── cross_support_density_image.md
│ │ ├── draft_shield_dist.md
│ │ ├── draft_shield_enabled.md
│ │ ├── draft_shield_height.md
│ │ ├── draft_shield_height_limitation.md
│ │ ├── flow_rate_extrusion_offset_factor.md
│ │ ├── flow_rate_max_extrusion_offset.md
│ │ ├── infill_enable_travel_optimization.md
│ │ ├── magic_fuzzy_skin_enabled.md
│ │ ├── magic_fuzzy_skin_outside_only.md
│ │ ├── magic_fuzzy_skin_point_density.md
│ │ ├── magic_fuzzy_skin_point_dist.md
│ │ ├── magic_fuzzy_skin_thickness.md
│ │ ├── material_alternate_walls.md
│ │ ├── material_flow_dependent_temperature.md
│ │ ├── material_flow_temp_graph.md
│ │ ├── max_extrusion_before_wipe.md
│ │ ├── minimum_polygon_circumference.md
│ │ ├── raft_base_wall_count.md
│ │ ├── raft_remove_inside_corners.md
│ │ ├── skin_alternate_rotation.md
│ │ ├── slicing_tolerance.md
│ │ ├── small_feature_max_length.md
│ │ ├── small_feature_speed_factor.md
│ │ ├── small_feature_speed_factor_0.md
│ │ ├── small_hole_max_size.md
│ │ ├── spaghetti_flow.md
│ │ ├── spaghetti_infill_enabled.md
│ │ ├── spaghetti_infill_extra_volume.md
│ │ ├── spaghetti_infill_stepped.md
│ │ ├── spaghetti_inset.md
│ │ ├── spaghetti_max_height.md
│ │ ├── spaghetti_max_infill_angle.md
│ │ ├── support_skip_some_zags.md
│ │ ├── support_skip_zag_per_mm.md
│ │ ├── support_tree_enable.md
│ │ ├── support_tree_wall_count.md
│ │ ├── support_tree_wall_thickness.md
│ │ ├── support_zag_skip_count.md
│ │ ├── wall_overhang_angle.md
│ │ ├── wall_overhang_speed_factor.md
│ │ ├── wipe_brush_pos_x.md
│ │ ├── wipe_hop_amount.md
│ │ ├── wipe_hop_enable.md
│ │ ├── wipe_hop_speed.md
│ │ ├── wipe_move_distance.md
│ │ ├── wipe_pause.md
│ │ ├── wipe_repeat_count.md
│ │ ├── wipe_retraction_amount.md
│ │ ├── wipe_retraction_enable.md
│ │ ├── wipe_retraction_extra_prime_amount.md
│ │ ├── wipe_retraction_prime_speed.md
│ │ ├── wipe_retraction_retract_speed.md
│ │ ├── wipe_retraction_speed.md
│ │ ├── wireframe_bottom_delay.md
│ │ ├── wireframe_drag_along.md
│ │ ├── wireframe_enabled.md
│ │ ├── wireframe_fall_down.md
│ │ ├── wireframe_flat_delay.md
│ │ ├── wireframe_flow.md
│ │ ├── wireframe_flow_connection.md
│ │ ├── wireframe_flow_flat.md
│ │ ├── wireframe_height.md
│ │ ├── wireframe_nozzle_clearance.md
│ │ ├── wireframe_printspeed.md
│ │ ├── wireframe_printspeed_bottom.md
│ │ ├── wireframe_printspeed_down.md
│ │ ├── wireframe_printspeed_flat.md
│ │ ├── wireframe_printspeed_up.md
│ │ ├── wireframe_roof_drag_along.md
│ │ ├── wireframe_roof_fall_down.md
│ │ ├── wireframe_roof_inset.md
│ │ ├── wireframe_roof_outer_delay.md
│ │ ├── wireframe_straight_before_down.md
│ │ ├── wireframe_strategy.md
│ │ ├── wireframe_top_delay.md
│ │ ├── wireframe_top_jump.md
│ │ └── wireframe_up_half_speed.md
│ ├── images
│ │ ├── brim_width_cs.svg
│ │ ├── build_volume_dimensions_cs.svg
│ │ ├── clean_between_layers_cs.svg
│ │ ├── cool_fan_speed_cs.svg
│ │ ├── filament_switch_anti_ooze_cs.svg
│ │ ├── filament_switch_break_cs.svg
│ │ ├── filament_switch_break_preparation_cs.svg
│ │ ├── head_dimensions_cs.svg
│ │ ├── infill_overlap_cs.svg
│ │ ├── machine_feeder_wheel_diameter_cs.svg
│ │ ├── manifold_correct_cs.svg
│ │ ├── manifold_incorrect_cs.svg
│ │ ├── min_wall_line_width_cs.svg
│ │ ├── ooze_shield_cs.svg
│ │ ├── prime_tower_cs.svg
│ │ ├── raft_dimensions_cs.svg
│ │ ├── raft_dimensions_simplified_cs.svg
│ │ ├── retraction_count_max_cs.svg
│ │ ├── retraction_hop_enabled_cs.svg
│ │ ├── skin_preshrink_problem_cs.svg
│ │ ├── skirt_line_count_cs.svg
│ │ ├── slicing_tolerance_exclusive_cs.svg
│ │ ├── slicing_tolerance_inclusive_cs.svg
│ │ ├── slicing_tolerance_middle_cs.svg
│ │ ├── speed_slowdown_layers_cs.svg
│ │ ├── speed_z_hop_cs.svg
│ │ ├── support_top_bottom_distance_cs.svg
│ │ ├── support_use_towers_cs.svg
│ │ ├── support_xy_overrides_z_cs.svg
│ │ ├── support_z_overrides_xy_cs.svg
│ │ ├── temperature_regulation_cs.svg
│ │ ├── travel_compensate_overlapping_walls_enabled_schematic_cs.svg
│ │ ├── velocity_acceleration_jerk_cs.svg
│ │ ├── wireframe_bottom_delay_cs.svg
│ │ ├── wireframe_drag_along_cs.svg
│ │ ├── wireframe_fall_down_cs.svg
│ │ ├── wireframe_flat_delay_cs.svg
│ │ ├── wireframe_flow_cs.svg
│ │ ├── wireframe_height_cs.svg
│ │ ├── wireframe_printspeed_cs.svg
│ │ ├── wireframe_roof_drag_along_cs.svg
│ │ ├── wireframe_roof_inset_cs.svg
│ │ ├── wireframe_roof_outer_delay_cs.svg
│ │ ├── wireframe_straight_before_down_cs.svg
│ │ ├── wireframe_top_delay_cs.svg
│ │ └── wireframe_top_jump_cs.svg
│ ├── infill
│ │ ├── connect_infill_polygons.md
│ │ ├── gradual_infill_step_height.md
│ │ ├── gradual_infill_steps.md
│ │ ├── infill_angles.md
│ │ ├── infill_before_walls.md
│ │ ├── infill_extruder_nr.md
│ │ ├── infill_line_distance.md
│ │ ├── infill_multiplier.md
│ │ ├── infill_offset_x.md
│ │ ├── infill_offset_y.md
│ │ ├── infill_overlap.md
│ │ ├── infill_overlap_mm.md
│ │ ├── infill_pattern.md
│ │ ├── infill_randomize_start_location.md
│ │ ├── infill_sparse_density.md
│ │ ├── infill_sparse_thickness.md
│ │ ├── infill_support_angle.md
│ │ ├── infill_support_enabled.md
│ │ ├── infill_wall_line_count.md
│ │ ├── infill_wipe_dist.md
│ │ ├── lightning_infill_overhang_angle.md
│ │ ├── lightning_infill_prune_angle.md
│ │ ├── lightning_infill_straightening_angle.md
│ │ ├── lightning_infill_support_angle.md
│ │ ├── min_infill_area.md
│ │ ├── skin_edge_support_layers.md
│ │ ├── skin_edge_support_thickness.md
│ │ ├── sub_div_rad_add.md
│ │ └── zig_zaggify_infill.md
│ ├── machine_settings
│ │ ├── extruder_prime_pos_abs.md
│ │ ├── extruder_prime_pos_z.md
│ │ ├── extruders_enabled_count.md
│ │ ├── gantry_height.md
│ │ ├── machine_acceleration.md
│ │ ├── machine_always_write_active_tool.md
│ │ ├── machine_buildplate_type.md
│ │ ├── machine_center_is_zero.md
│ │ ├── machine_depth.md
│ │ ├── machine_disallowed_areas.md
│ │ ├── machine_end_gcode.md
│ │ ├── machine_endstop_positive_direction_x.md
│ │ ├── machine_endstop_positive_direction_y.md
│ │ ├── machine_endstop_positive_direction_z.md
│ │ ├── machine_extruder_count.md
│ │ ├── machine_extruders_share_heater.md
│ │ ├── machine_extruders_share_nozzle.md
│ │ ├── machine_extruders_shared_nozzle_initial_retraction.md
│ │ ├── machine_feeder_wheel_diameter.md
│ │ ├── machine_filament_park_distance.md
│ │ ├── machine_firmware_retract.md
│ │ ├── machine_gcode_flavor.md
│ │ ├── machine_head_polygon.md
│ │ ├── machine_head_with_fans_polygon.md
│ │ ├── machine_heat_zone_length.md
│ │ ├── machine_heated_bed.md
│ │ ├── machine_heated_build_volume.md
│ │ ├── machine_height.md
│ │ ├── machine_max_acceleration_e.md
│ │ ├── machine_max_acceleration_x.md
│ │ ├── machine_max_acceleration_y.md
│ │ ├── machine_max_acceleration_z.md
│ │ ├── machine_max_feedrate_e.md
│ │ ├── machine_max_feedrate_x.md
│ │ ├── machine_max_feedrate_y.md
│ │ ├── machine_max_feedrate_z.md
│ │ ├── machine_max_jerk_e.md
│ │ ├── machine_max_jerk_xy.md
│ │ ├── machine_max_jerk_z.md
│ │ ├── machine_min_cool_heat_time_window.md
│ │ ├── machine_minimum_feedrate.md
│ │ ├── machine_name.md
│ │ ├── machine_nozzle_cool_down_speed.md
│ │ ├── machine_nozzle_expansion_angle.md
│ │ ├── machine_nozzle_head_distance.md
│ │ ├── machine_nozzle_heat_up_speed.md
│ │ ├── machine_nozzle_id.md
│ │ ├── machine_nozzle_size.md
│ │ ├── machine_nozzle_temp_enabled.md
│ │ ├── machine_nozzle_tip_outer_diameter.md
│ │ ├── machine_scale_fan_speed_zero_to_one.md
│ │ ├── machine_shape.md
│ │ ├── machine_show_variants.md
│ │ ├── machine_start_gcode.md
│ │ ├── machine_steps_per_mm_e.md
│ │ ├── machine_steps_per_mm_x.md
│ │ ├── machine_steps_per_mm_y.md
│ │ ├── machine_steps_per_mm_z.md
│ │ ├── machine_use_extruder_offset_to_offset_coords.md
│ │ ├── machine_width.md
│ │ ├── material_bed_temp_prepend.md
│ │ ├── material_bed_temp_wait.md
│ │ ├── material_diameter.md
│ │ ├── material_guid.md
│ │ ├── material_print_temp_prepend.md
│ │ ├── material_print_temp_wait.md
│ │ └── nozzle_disallowed_areas.md
│ ├── material
│ │ ├── build_volume_temperature.md
│ │ ├── default_material_bed_temperature.md
│ │ ├── default_material_print_temperature.md
│ │ ├── infill_material_flow.md
│ │ ├── material_adhesion_tendency.md
│ │ ├── material_anti_ooze_retracted_position.md
│ │ ├── material_anti_ooze_retraction_speed.md
│ │ ├── material_bed_temperature.md
│ │ ├── material_bed_temperature_layer_0.md
│ │ ├── material_break_preparation_retracted_position.md
│ │ ├── material_break_preparation_speed.md
│ │ ├── material_break_preparation_temperature.md
│ │ ├── material_break_retracted_position.md
│ │ ├── material_break_speed.md
│ │ ├── material_break_temperature.md
│ │ ├── material_crystallinity.md
│ │ ├── material_end_of_filament_purge_length.md
│ │ ├── material_end_of_filament_purge_speed.md
│ │ ├── material_extrusion_cool_down_speed.md
│ │ ├── material_final_print_temperature.md
│ │ ├── material_flow.md
│ │ ├── material_flow_layer_0.md
│ │ ├── material_flush_purge_length.md
│ │ ├── material_flush_purge_speed.md
│ │ ├── material_initial_print_temperature.md
│ │ ├── material_maximum_park_duration.md
│ │ ├── material_no_load_move_factor.md
│ │ ├── material_print_temperature.md
│ │ ├── material_print_temperature_layer_0.md
│ │ ├── material_shrinkage_percentage.md
│ │ ├── material_shrinkage_percentage_xy.md
│ │ ├── material_shrinkage_percentage_z.md
│ │ ├── material_standby_temperature.md
│ │ ├── material_surface_energy.md
│ │ ├── prime_tower_flow.md
│ │ ├── retract_at_layer_change.md
│ │ ├── roofing_material_flow.md
│ │ ├── skin_material_flow.md
│ │ ├── skirt_brim_material_flow.md
│ │ ├── support_bottom_material_flow.md
│ │ ├── support_interface_material_flow.md
│ │ ├── support_material_flow.md
│ │ ├── support_roof_material_flow.md
│ │ ├── wall_0_material_flow.md
│ │ ├── wall_material_flow.md
│ │ └── wall_x_material_flow.md
│ ├── meshfix
│ │ ├── alternate_carve_order.md
│ │ ├── carve_multiple_volumes.md
│ │ ├── meshfix_extensive_stitching.md
│ │ ├── meshfix_keep_open_polygons.md
│ │ ├── meshfix_maximum_deviation.md
│ │ ├── meshfix_maximum_extrusion_area_deviation.md
│ │ ├── meshfix_maximum_resolution.md
│ │ ├── meshfix_maximum_travel_resolution.md
│ │ ├── meshfix_union_all.md
│ │ ├── meshfix_union_all_remove_holes.md
│ │ ├── multiple_mesh_overlap.md
│ │ └── remove_empty_first_layers.md
│ ├── platform_adhesion
│ │ ├── adhesion_extruder_nr.md
│ │ ├── adhesion_type.md
│ │ ├── brim_gap.md
│ │ ├── brim_line_count.md
│ │ ├── brim_outside_only.md
│ │ ├── brim_replaces_support.md
│ │ ├── brim_width.md
│ │ ├── extruder_prime_pos_x.md
│ │ ├── extruder_prime_pos_y.md
│ │ ├── layer_0_z_overlap.md
│ │ ├── prime_blob_enable.md
│ │ ├── raft_acceleration.md
│ │ ├── raft_airgap.md
│ │ ├── raft_base_acceleration.md
│ │ ├── raft_base_extruder_nr.md
│ │ ├── raft_base_fan_speed.md
│ │ ├── raft_base_jerk.md
│ │ ├── raft_base_line_spacing.md
│ │ ├── raft_base_line_width.md
│ │ ├── raft_base_speed.md
│ │ ├── raft_base_thickness.md
│ │ ├── raft_fan_speed.md
│ │ ├── raft_interface_acceleration.md
│ │ ├── raft_interface_extruder_nr.md
│ │ ├── raft_interface_fan_speed.md
│ │ ├── raft_interface_jerk.md
│ │ ├── raft_interface_layers.md
│ │ ├── raft_interface_line_spacing.md
│ │ ├── raft_interface_line_width.md
│ │ ├── raft_interface_speed.md
│ │ ├── raft_interface_thickness.md
│ │ ├── raft_jerk.md
│ │ ├── raft_margin.md
│ │ ├── raft_smoothing.md
│ │ ├── raft_speed.md
│ │ ├── raft_surface_acceleration.md
│ │ ├── raft_surface_extruder_nr.md
│ │ ├── raft_surface_fan_speed.md
│ │ ├── raft_surface_jerk.md
│ │ ├── raft_surface_layers.md
│ │ ├── raft_surface_line_spacing.md
│ │ ├── raft_surface_line_width.md
│ │ ├── raft_surface_speed.md
│ │ ├── raft_surface_thickness.md
│ │ ├── skirt_brim_extruder_nr.md
│ │ ├── skirt_brim_minimal_length.md
│ │ ├── skirt_gap.md
│ │ └── skirt_line_count.md
│ ├── resolution
│ │ ├── infill_line_width.md
│ │ ├── initial_layer_line_width_factor.md
│ │ ├── layer_height.md
│ │ ├── layer_height_0.md
│ │ ├── line_width.md
│ │ ├── prime_tower_line_width.md
│ │ ├── skin_line_width.md
│ │ ├── skirt_brim_line_width.md
│ │ ├── support_bottom_line_width.md
│ │ ├── support_interface_line_width.md
│ │ ├── support_line_width.md
│ │ ├── support_roof_line_width.md
│ │ ├── wall_line_width.md
│ │ ├── wall_line_width_0.md
│ │ └── wall_line_width_x.md
│ ├── shell
│ │ ├── alternate_extra_perimeter.md
│ │ ├── fill_outline_gaps.md
│ │ ├── fill_perimeter_gaps.md
│ │ ├── filter_out_tiny_gaps.md
│ │ ├── hole_xy_offset.md
│ │ ├── inset_direction.md
│ │ ├── min_bead_width.md
│ │ ├── min_even_wall_line_width.md
│ │ ├── min_feature_size.md
│ │ ├── min_odd_wall_line_width.md
│ │ ├── min_wall_line_width.md
│ │ ├── optimize_wall_printing_order.md
│ │ ├── outer_inset_first.md
│ │ ├── travel_compensate_overlapping_walls_0_enabled.md
│ │ ├── travel_compensate_overlapping_walls_enabled.md
│ │ ├── travel_compensate_overlapping_walls_x_enabled.md
│ │ ├── wall_0_extruder_nr.md
│ │ ├── wall_0_inset.md
│ │ ├── wall_0_wipe_dist.md
│ │ ├── wall_add_middle_threshold.md
│ │ ├── wall_distribution_count.md
│ │ ├── wall_extruder_nr.md
│ │ ├── wall_line_count.md
│ │ ├── wall_min_flow.md
│ │ ├── wall_min_flow_retract.md
│ │ ├── wall_split_middle_threshold.md
│ │ ├── wall_thickness.md
│ │ ├── wall_transition_angle.md
│ │ ├── wall_transition_filter_deviation.md
│ │ ├── wall_transition_filter_distance.md
│ │ ├── wall_transition_length.md
│ │ ├── wall_x_extruder_nr.md
│ │ ├── xy_offset.md
│ │ ├── xy_offset_layer_0.md
│ │ ├── z_seam_corner.md
│ │ ├── z_seam_position.md
│ │ ├── z_seam_relative.md
│ │ ├── z_seam_type.md
│ │ ├── z_seam_x.md
│ │ └── z_seam_y.md
│ ├── speed
│ │ ├── acceleration_enabled.md
│ │ ├── acceleration_infill.md
│ │ ├── acceleration_layer_0.md
│ │ ├── acceleration_prime_tower.md
│ │ ├── acceleration_print.md
│ │ ├── acceleration_print_layer_0.md
│ │ ├── acceleration_roofing.md
│ │ ├── acceleration_skirt_brim.md
│ │ ├── acceleration_support.md
│ │ ├── acceleration_support_bottom.md
│ │ ├── acceleration_support_infill.md
│ │ ├── acceleration_support_interface.md
│ │ ├── acceleration_support_roof.md
│ │ ├── acceleration_topbottom.md
│ │ ├── acceleration_travel.md
│ │ ├── acceleration_travel_layer_0.md
│ │ ├── acceleration_wall.md
│ │ ├── acceleration_wall_0.md
│ │ ├── acceleration_wall_x.md
│ │ ├── jerk_enabled.md
│ │ ├── jerk_infill.md
│ │ ├── jerk_layer_0.md
│ │ ├── jerk_prime_tower.md
│ │ ├── jerk_print.md
│ │ ├── jerk_print_layer_0.md
│ │ ├── jerk_roofing.md
│ │ ├── jerk_skirt_brim.md
│ │ ├── jerk_support.md
│ │ ├── jerk_support_bottom.md
│ │ ├── jerk_support_infill.md
│ │ ├── jerk_support_interface.md
│ │ ├── jerk_support_roof.md
│ │ ├── jerk_topbottom.md
│ │ ├── jerk_travel.md
│ │ ├── jerk_travel_layer_0.md
│ │ ├── jerk_wall.md
│ │ ├── jerk_wall_0.md
│ │ ├── jerk_wall_x.md
│ │ ├── max_feedrate_z_override.md
│ │ ├── skirt_brim_speed.md
│ │ ├── speed_equalize_flow_enabled.md
│ │ ├── speed_equalize_flow_max.md
│ │ ├── speed_equalize_flow_width_factor.md
│ │ ├── speed_infill.md
│ │ ├── speed_layer_0.md
│ │ ├── speed_prime_tower.md
│ │ ├── speed_print.md
│ │ ├── speed_print_layer_0.md
│ │ ├── speed_roofing.md
│ │ ├── speed_slowdown_layers.md
│ │ ├── speed_support.md
│ │ ├── speed_support_bottom.md
│ │ ├── speed_support_infill.md
│ │ ├── speed_support_interface.md
│ │ ├── speed_support_roof.md
│ │ ├── speed_topbottom.md
│ │ ├── speed_travel.md
│ │ ├── speed_travel_layer_0.md
│ │ ├── speed_wall.md
│ │ ├── speed_wall_0.md
│ │ ├── speed_wall_x.md
│ │ └── speed_z_hop.md
│ ├── support
│ │ ├── gradual_support_infill_step_height.md
│ │ ├── gradual_support_infill_steps.md
│ │ ├── minimum_bottom_area.md
│ │ ├── minimum_interface_area.md
│ │ ├── minimum_roof_area.md
│ │ ├── minimum_support_area.md
│ │ ├── support_angle.md
│ │ ├── support_bottom_angles.md
│ │ ├── support_bottom_density.md
│ │ ├── support_bottom_distance.md
│ │ ├── support_bottom_enable.md
│ │ ├── support_bottom_extruder_nr.md
│ │ ├── support_bottom_height.md
│ │ ├── support_bottom_line_distance.md
│ │ ├── support_bottom_offset.md
│ │ ├── support_bottom_pattern.md
│ │ ├── support_bottom_stair_step_height.md
│ │ ├── support_bottom_stair_step_min_slope.md
│ │ ├── support_bottom_stair_step_width.md
│ │ ├── support_brim_enable.md
│ │ ├── support_brim_line_count.md
│ │ ├── support_brim_width.md
│ │ ├── support_conical_angle.md
│ │ ├── support_conical_enabled.md
│ │ ├── support_conical_min_width.md
│ │ ├── support_connect_zigzags.md
│ │ ├── support_enable.md
│ │ ├── support_extruder_nr.md
│ │ ├── support_extruder_nr_layer_0.md
│ │ ├── support_fan_enable.md
│ │ ├── support_infill_angle.md
│ │ ├── support_infill_angles.md
│ │ ├── support_infill_extruder_nr.md
│ │ ├── support_infill_rate.md
│ │ ├── support_infill_sparse_thickness.md
│ │ ├── support_initial_layer_line_distance.md
│ │ ├── support_interface_angles.md
│ │ ├── support_interface_density.md
│ │ ├── support_interface_enable.md
│ │ ├── support_interface_extruder_nr.md
│ │ ├── support_interface_height.md
│ │ ├── support_interface_offset.md
│ │ ├── support_interface_pattern.md
│ │ ├── support_interface_skip_height.md
│ │ ├── support_join_distance.md
│ │ ├── support_line_distance.md
│ │ ├── support_mesh_drop_down.md
│ │ ├── support_meshes_present.md
│ │ ├── support_minimal_diameter.md
│ │ ├── support_offset.md
│ │ ├── support_pattern.md
│ │ ├── support_roof_angles.md
│ │ ├── support_roof_density.md
│ │ ├── support_roof_enable.md
│ │ ├── support_roof_extruder_nr.md
│ │ ├── support_roof_height.md
│ │ ├── support_roof_line_distance.md
│ │ ├── support_roof_offset.md
│ │ ├── support_roof_pattern.md
│ │ ├── support_structure.md
│ │ ├── support_supported_skin_fan_speed.md
│ │ ├── support_top_distance.md
│ │ ├── support_tower_diameter.md
│ │ ├── support_tower_maximum_supported_diameter.md
│ │ ├── support_tower_roof_angle.md
│ │ ├── support_tree_angle.md
│ │ ├── support_tree_branch_diameter.md
│ │ ├── support_tree_branch_diameter_angle.md
│ │ ├── support_tree_branch_distance.md
│ │ ├── support_tree_collision_resolution.md
│ │ ├── support_type.md
│ │ ├── support_use_towers.md
│ │ ├── support_wall_count.md
│ │ ├── support_xy_distance.md
│ │ ├── support_xy_distance_overhang.md
│ │ ├── support_xy_overrides_z.md
│ │ ├── support_z_distance.md
│ │ └── zig_zaggify_support.md
│ ├── top_bottom
│ │ ├── acceleration_ironing.md
│ │ ├── bottom_layers.md
│ │ ├── bottom_skin_expand_distance.md
│ │ ├── bottom_skin_preshrink.md
│ │ ├── bottom_thickness.md
│ │ ├── connect_skin_polygons.md
│ │ ├── expand_skins_expand_distance.md
│ │ ├── initial_bottom_layers.md
│ │ ├── ironing_enabled.md
│ │ ├── ironing_flow.md
│ │ ├── ironing_inset.md
│ │ ├── ironing_line_spacing.md
│ │ ├── ironing_monotonic.md
│ │ ├── ironing_only_highest_layer.md
│ │ ├── ironing_pattern.md
│ │ ├── jerk_ironing.md
│ │ ├── max_skin_angle_for_expansion.md
│ │ ├── min_skin_width_for_expansion.md
│ │ ├── roofing_angles.md
│ │ ├── roofing_extruder_nr.md
│ │ ├── roofing_layer_count.md
│ │ ├── roofing_line_width.md
│ │ ├── roofing_monotonic.md
│ │ ├── roofing_pattern.md
│ │ ├── skin_angles.md
│ │ ├── skin_monotonic.md
│ │ ├── skin_no_small_gaps_heuristic.md
│ │ ├── skin_outline_count.md
│ │ ├── skin_overlap.md
│ │ ├── skin_overlap_mm.md
│ │ ├── skin_preshrink.md
│ │ ├── speed_ironing.md
│ │ ├── top_bottom_extruder_nr.md
│ │ ├── top_bottom_pattern.md
│ │ ├── top_bottom_pattern_0.md
│ │ ├── top_bottom_thickness.md
│ │ ├── top_layers.md
│ │ ├── top_skin_expand_distance.md
│ │ ├── top_skin_preshrink.md
│ │ └── top_thickness.md
│ ├── travel
│ │ ├── layer_start_x.md
│ │ ├── layer_start_y.md
│ │ ├── limit_support_retractions.md
│ │ ├── retraction_amount.md
│ │ ├── retraction_combing.md
│ │ ├── retraction_combing_max_distance.md
│ │ ├── retraction_count_max.md
│ │ ├── retraction_enable.md
│ │ ├── retraction_extra_prime_amount.md
│ │ ├── retraction_extrusion_window.md
│ │ ├── retraction_hop.md
│ │ ├── retraction_hop_after_extruder_switch.md
│ │ ├── retraction_hop_after_extruder_switch_height.md
│ │ ├── retraction_hop_enabled.md
│ │ ├── retraction_hop_only_when_collides.md
│ │ ├── retraction_min_travel.md
│ │ ├── retraction_prime_speed.md
│ │ ├── retraction_retract_speed.md
│ │ ├── retraction_speed.md
│ │ ├── start_layers_at_same_position.md
│ │ ├── travel_avoid_distance.md
│ │ ├── travel_avoid_other_parts.md
│ │ ├── travel_avoid_supports.md
│ │ └── travel_retract_before_outer_wall.md
│ └── troubleshooting
│ │ ├── aliasing.md
│ │ ├── bed_adhesion_problems.md
│ │ ├── blobs.md
│ │ ├── elephants_foot.md
│ │ ├── layer_shift.md
│ │ ├── layer_splitting.md
│ │ ├── missing_parts.md
│ │ ├── overextrusion.md
│ │ ├── pillowing.md
│ │ ├── ringing.md
│ │ ├── sagging.md
│ │ ├── scarring.md
│ │ ├── seam.md
│ │ ├── stringing.md
│ │ ├── topography.md
│ │ ├── underextrusion.md
│ │ ├── unfinished_print.md
│ │ └── warping.md
│ ├── de_DE
│ ├── about
│ │ ├── contributors.md
│ │ ├── glossary.md
│ │ └── preferences.md
│ ├── blackmagic
│ │ ├── magic_mesh_surface_mode.md
│ │ ├── magic_spiralize.md
│ │ ├── mold_angle.md
│ │ ├── mold_enabled.md
│ │ ├── mold_roof_height.md
│ │ ├── mold_width.md
│ │ ├── print_sequence.md
│ │ ├── relative_extrusion.md
│ │ └── smooth_spiralized_contours.md
│ ├── cooling
│ │ ├── cool_fan_enabled.md
│ │ ├── cool_fan_full_at_height.md
│ │ ├── cool_fan_full_layer.md
│ │ ├── cool_fan_speed.md
│ │ ├── cool_fan_speed_0.md
│ │ ├── cool_fan_speed_max.md
│ │ ├── cool_fan_speed_min.md
│ │ ├── cool_lift_head.md
│ │ ├── cool_min_layer_time.md
│ │ ├── cool_min_layer_time_fan_speed_max.md
│ │ └── cool_min_speed.md
│ ├── dual
│ │ ├── ooze_shield_angle.md
│ │ ├── ooze_shield_dist.md
│ │ ├── ooze_shield_enabled.md
│ │ ├── prime_tower_brim_enable.md
│ │ ├── prime_tower_circular.md
│ │ ├── prime_tower_enable.md
│ │ ├── prime_tower_min_volume.md
│ │ ├── prime_tower_position_x.md
│ │ ├── prime_tower_position_y.md
│ │ ├── prime_tower_size.md
│ │ ├── prime_tower_wipe_enabled.md
│ │ ├── switch_extruder_extra_prime_amount.md
│ │ ├── switch_extruder_prime_speed.md
│ │ ├── switch_extruder_retraction_amount.md
│ │ ├── switch_extruder_retraction_speed.md
│ │ └── switch_extruder_retraction_speeds.md
│ ├── experimental
│ │ ├── adaptive_layer_height_enabled.md
│ │ ├── adaptive_layer_height_threshold.md
│ │ ├── adaptive_layer_height_variation.md
│ │ ├── adaptive_layer_height_variation_step.md
│ │ ├── bridge_enable_more_layers.md
│ │ ├── bridge_fan_speed.md
│ │ ├── bridge_fan_speed_2.md
│ │ ├── bridge_fan_speed_3.md
│ │ ├── bridge_settings_enabled.md
│ │ ├── bridge_skin_density.md
│ │ ├── bridge_skin_density_2.md
│ │ ├── bridge_skin_density_3.md
│ │ ├── bridge_skin_material_flow.md
│ │ ├── bridge_skin_material_flow_2.md
│ │ ├── bridge_skin_material_flow_3.md
│ │ ├── bridge_skin_speed.md
│ │ ├── bridge_skin_speed_2.md
│ │ ├── bridge_skin_speed_3.md
│ │ ├── bridge_skin_support_threshold.md
│ │ ├── bridge_sparse_infill_max_density.md
│ │ ├── bridge_wall_coast.md
│ │ ├── bridge_wall_material_flow.md
│ │ ├── bridge_wall_min_length.md
│ │ ├── bridge_wall_speed.md
│ │ ├── clean_between_layers.md
│ │ ├── coasting_enable.md
│ │ ├── coasting_min_volume.md
│ │ ├── coasting_speed.md
│ │ ├── coasting_volume.md
│ │ ├── conical_overhang_angle.md
│ │ ├── conical_overhang_enabled.md
│ │ ├── conical_overhang_hole_size.md
│ │ ├── cross_infill_density_image.md
│ │ ├── cross_infill_pocket_size.md
│ │ ├── cross_support_density_image.md
│ │ ├── draft_shield_dist.md
│ │ ├── draft_shield_enabled.md
│ │ ├── draft_shield_height.md
│ │ ├── draft_shield_height_limitation.md
│ │ ├── flow_rate_extrusion_offset_factor.md
│ │ ├── flow_rate_max_extrusion_offset.md
│ │ ├── infill_enable_travel_optimization.md
│ │ ├── magic_fuzzy_skin_enabled.md
│ │ ├── magic_fuzzy_skin_outside_only.md
│ │ ├── magic_fuzzy_skin_point_density.md
│ │ ├── magic_fuzzy_skin_point_dist.md
│ │ ├── magic_fuzzy_skin_thickness.md
│ │ ├── material_alternate_walls.md
│ │ ├── material_flow_dependent_temperature.md
│ │ ├── material_flow_temp_graph.md
│ │ ├── max_extrusion_before_wipe.md
│ │ ├── minimum_polygon_circumference.md
│ │ ├── raft_base_wall_count.md
│ │ ├── raft_remove_inside_corners.md
│ │ ├── skin_alternate_rotation.md
│ │ ├── slicing_tolerance.md
│ │ ├── small_feature_max_length.md
│ │ ├── small_feature_speed_factor.md
│ │ ├── small_feature_speed_factor_0.md
│ │ ├── small_hole_max_size.md
│ │ ├── spaghetti_flow.md
│ │ ├── spaghetti_infill_enabled.md
│ │ ├── spaghetti_infill_extra_volume.md
│ │ ├── spaghetti_infill_stepped.md
│ │ ├── spaghetti_inset.md
│ │ ├── spaghetti_max_height.md
│ │ ├── spaghetti_max_infill_angle.md
│ │ ├── support_skip_some_zags.md
│ │ ├── support_skip_zag_per_mm.md
│ │ ├── support_tree_enable.md
│ │ ├── support_tree_wall_count.md
│ │ ├── support_tree_wall_thickness.md
│ │ ├── support_zag_skip_count.md
│ │ ├── wall_overhang_angle.md
│ │ ├── wall_overhang_speed_factor.md
│ │ ├── wipe_brush_pos_x.md
│ │ ├── wipe_hop_amount.md
│ │ ├── wipe_hop_enable.md
│ │ ├── wipe_hop_speed.md
│ │ ├── wipe_move_distance.md
│ │ ├── wipe_pause.md
│ │ ├── wipe_repeat_count.md
│ │ ├── wipe_retraction_amount.md
│ │ ├── wipe_retraction_enable.md
│ │ ├── wipe_retraction_extra_prime_amount.md
│ │ ├── wipe_retraction_prime_speed.md
│ │ ├── wipe_retraction_retract_speed.md
│ │ ├── wipe_retraction_speed.md
│ │ ├── wireframe_bottom_delay.md
│ │ ├── wireframe_drag_along.md
│ │ ├── wireframe_enabled.md
│ │ ├── wireframe_fall_down.md
│ │ ├── wireframe_flat_delay.md
│ │ ├── wireframe_flow.md
│ │ ├── wireframe_flow_connection.md
│ │ ├── wireframe_flow_flat.md
│ │ ├── wireframe_height.md
│ │ ├── wireframe_nozzle_clearance.md
│ │ ├── wireframe_printspeed.md
│ │ ├── wireframe_printspeed_bottom.md
│ │ ├── wireframe_printspeed_down.md
│ │ ├── wireframe_printspeed_flat.md
│ │ ├── wireframe_printspeed_up.md
│ │ ├── wireframe_roof_drag_along.md
│ │ ├── wireframe_roof_fall_down.md
│ │ ├── wireframe_roof_inset.md
│ │ ├── wireframe_roof_outer_delay.md
│ │ ├── wireframe_straight_before_down.md
│ │ ├── wireframe_strategy.md
│ │ ├── wireframe_top_delay.md
│ │ ├── wireframe_top_jump.md
│ │ └── wireframe_up_half_speed.md
│ ├── infill
│ │ ├── connect_infill_polygons.md
│ │ ├── gradual_infill_step_height.md
│ │ ├── gradual_infill_steps.md
│ │ ├── infill_angles.md
│ │ ├── infill_before_walls.md
│ │ ├── infill_extruder_nr.md
│ │ ├── infill_line_distance.md
│ │ ├── infill_multiplier.md
│ │ ├── infill_offset_x.md
│ │ ├── infill_offset_y.md
│ │ ├── infill_overlap.md
│ │ ├── infill_overlap_mm.md
│ │ ├── infill_pattern.md
│ │ ├── infill_randomize_start_location.md
│ │ ├── infill_sparse_density.md
│ │ ├── infill_sparse_thickness.md
│ │ ├── infill_support_angle.md
│ │ ├── infill_support_enabled.md
│ │ ├── infill_wall_line_count.md
│ │ ├── infill_wipe_dist.md
│ │ ├── lightning_infill_overhang_angle.md
│ │ ├── lightning_infill_prune_angle.md
│ │ ├── lightning_infill_straightening_angle.md
│ │ ├── lightning_infill_support_angle.md
│ │ ├── min_infill_area.md
│ │ ├── skin_edge_support_layers.md
│ │ ├── skin_edge_support_thickness.md
│ │ ├── sub_div_rad_add.md
│ │ └── zig_zaggify_infill.md
│ ├── machine_settings
│ │ ├── extruder_prime_pos_abs.md
│ │ ├── extruder_prime_pos_z.md
│ │ ├── extruders_enabled_count.md
│ │ ├── gantry_height.md
│ │ ├── machine_acceleration.md
│ │ ├── machine_always_write_active_tool.md
│ │ ├── machine_buildplate_type.md
│ │ ├── machine_center_is_zero.md
│ │ ├── machine_depth.md
│ │ ├── machine_disallowed_areas.md
│ │ ├── machine_end_gcode.md
│ │ ├── machine_endstop_positive_direction_x.md
│ │ ├── machine_endstop_positive_direction_y.md
│ │ ├── machine_endstop_positive_direction_z.md
│ │ ├── machine_extruder_count.md
│ │ ├── machine_extruders_share_heater.md
│ │ ├── machine_extruders_share_nozzle.md
│ │ ├── machine_extruders_shared_nozzle_initial_retraction.md
│ │ ├── machine_feeder_wheel_diameter.md
│ │ ├── machine_filament_park_distance.md
│ │ ├── machine_firmware_retract.md
│ │ ├── machine_gcode_flavor.md
│ │ ├── machine_head_polygon.md
│ │ ├── machine_head_with_fans_polygon.md
│ │ ├── machine_heat_zone_length.md
│ │ ├── machine_heated_bed.md
│ │ ├── machine_heated_build_volume.md
│ │ ├── machine_height.md
│ │ ├── machine_max_acceleration_e.md
│ │ ├── machine_max_acceleration_x.md
│ │ ├── machine_max_acceleration_y.md
│ │ ├── machine_max_acceleration_z.md
│ │ ├── machine_max_feedrate_e.md
│ │ ├── machine_max_feedrate_x.md
│ │ ├── machine_max_feedrate_y.md
│ │ ├── machine_max_feedrate_z.md
│ │ ├── machine_max_jerk_e.md
│ │ ├── machine_max_jerk_xy.md
│ │ ├── machine_max_jerk_z.md
│ │ ├── machine_min_cool_heat_time_window.md
│ │ ├── machine_minimum_feedrate.md
│ │ ├── machine_name.md
│ │ ├── machine_nozzle_cool_down_speed.md
│ │ ├── machine_nozzle_expansion_angle.md
│ │ ├── machine_nozzle_head_distance.md
│ │ ├── machine_nozzle_heat_up_speed.md
│ │ ├── machine_nozzle_id.md
│ │ ├── machine_nozzle_size.md
│ │ ├── machine_nozzle_temp_enabled.md
│ │ ├── machine_nozzle_tip_outer_diameter.md
│ │ ├── machine_scale_fan_speed_zero_to_one.md
│ │ ├── machine_shape.md
│ │ ├── machine_show_variants.md
│ │ ├── machine_start_gcode.md
│ │ ├── machine_steps_per_mm_e.md
│ │ ├── machine_steps_per_mm_x.md
│ │ ├── machine_steps_per_mm_y.md
│ │ ├── machine_steps_per_mm_z.md
│ │ ├── machine_use_extruder_offset_to_offset_coords.md
│ │ ├── machine_width.md
│ │ ├── material_bed_temp_prepend.md
│ │ ├── material_bed_temp_wait.md
│ │ ├── material_diameter.md
│ │ ├── material_guid.md
│ │ ├── material_print_temp_prepend.md
│ │ ├── material_print_temp_wait.md
│ │ └── nozzle_disallowed_areas.md
│ ├── material
│ │ ├── build_volume_temperature.md
│ │ ├── default_material_bed_temperature.md
│ │ ├── default_material_print_temperature.md
│ │ ├── infill_material_flow.md
│ │ ├── material_adhesion_tendency.md
│ │ ├── material_anti_ooze_retracted_position.md
│ │ ├── material_anti_ooze_retraction_speed.md
│ │ ├── material_bed_temperature.md
│ │ ├── material_bed_temperature_layer_0.md
│ │ ├── material_break_preparation_retracted_position.md
│ │ ├── material_break_preparation_speed.md
│ │ ├── material_break_preparation_temperature.md
│ │ ├── material_break_retracted_position.md
│ │ ├── material_break_speed.md
│ │ ├── material_break_temperature.md
│ │ ├── material_crystallinity.md
│ │ ├── material_end_of_filament_purge_length.md
│ │ ├── material_end_of_filament_purge_speed.md
│ │ ├── material_extrusion_cool_down_speed.md
│ │ ├── material_final_print_temperature.md
│ │ ├── material_flow.md
│ │ ├── material_flow_layer_0.md
│ │ ├── material_flush_purge_length.md
│ │ ├── material_flush_purge_speed.md
│ │ ├── material_initial_print_temperature.md
│ │ ├── material_maximum_park_duration.md
│ │ ├── material_no_load_move_factor.md
│ │ ├── material_print_temperature.md
│ │ ├── material_print_temperature_layer_0.md
│ │ ├── material_shrinkage_percentage.md
│ │ ├── material_shrinkage_percentage_xy.md
│ │ ├── material_shrinkage_percentage_z.md
│ │ ├── material_standby_temperature.md
│ │ ├── material_surface_energy.md
│ │ ├── prime_tower_flow.md
│ │ ├── retract_at_layer_change.md
│ │ ├── roofing_material_flow.md
│ │ ├── skin_material_flow.md
│ │ ├── skirt_brim_material_flow.md
│ │ ├── support_bottom_material_flow.md
│ │ ├── support_interface_material_flow.md
│ │ ├── support_material_flow.md
│ │ ├── support_roof_material_flow.md
│ │ ├── wall_0_material_flow.md
│ │ ├── wall_material_flow.md
│ │ └── wall_x_material_flow.md
│ ├── meshfix
│ │ ├── alternate_carve_order.md
│ │ ├── carve_multiple_volumes.md
│ │ ├── meshfix_extensive_stitching.md
│ │ ├── meshfix_keep_open_polygons.md
│ │ ├── meshfix_maximum_deviation.md
│ │ ├── meshfix_maximum_extrusion_area_deviation.md
│ │ ├── meshfix_maximum_resolution.md
│ │ ├── meshfix_maximum_travel_resolution.md
│ │ ├── meshfix_union_all.md
│ │ ├── meshfix_union_all_remove_holes.md
│ │ ├── multiple_mesh_overlap.md
│ │ └── remove_empty_first_layers.md
│ ├── platform_adhesion
│ │ ├── adhesion_extruder_nr.md
│ │ ├── adhesion_type.md
│ │ ├── brim_gap.md
│ │ ├── brim_line_count.md
│ │ ├── brim_outside_only.md
│ │ ├── brim_replaces_support.md
│ │ ├── brim_width.md
│ │ ├── extruder_prime_pos_x.md
│ │ ├── extruder_prime_pos_y.md
│ │ ├── layer_0_z_overlap.md
│ │ ├── prime_blob_enable.md
│ │ ├── raft_acceleration.md
│ │ ├── raft_airgap.md
│ │ ├── raft_base_acceleration.md
│ │ ├── raft_base_extruder_nr.md
│ │ ├── raft_base_fan_speed.md
│ │ ├── raft_base_jerk.md
│ │ ├── raft_base_line_spacing.md
│ │ ├── raft_base_line_width.md
│ │ ├── raft_base_speed.md
│ │ ├── raft_base_thickness.md
│ │ ├── raft_fan_speed.md
│ │ ├── raft_interface_acceleration.md
│ │ ├── raft_interface_extruder_nr.md
│ │ ├── raft_interface_fan_speed.md
│ │ ├── raft_interface_jerk.md
│ │ ├── raft_interface_layers.md
│ │ ├── raft_interface_line_spacing.md
│ │ ├── raft_interface_line_width.md
│ │ ├── raft_interface_speed.md
│ │ ├── raft_interface_thickness.md
│ │ ├── raft_jerk.md
│ │ ├── raft_margin.md
│ │ ├── raft_smoothing.md
│ │ ├── raft_speed.md
│ │ ├── raft_surface_acceleration.md
│ │ ├── raft_surface_extruder_nr.md
│ │ ├── raft_surface_fan_speed.md
│ │ ├── raft_surface_jerk.md
│ │ ├── raft_surface_layers.md
│ │ ├── raft_surface_line_spacing.md
│ │ ├── raft_surface_line_width.md
│ │ ├── raft_surface_speed.md
│ │ ├── raft_surface_thickness.md
│ │ ├── skirt_brim_extruder_nr.md
│ │ ├── skirt_brim_minimal_length.md
│ │ ├── skirt_gap.md
│ │ └── skirt_line_count.md
│ ├── resolution
│ │ ├── infill_line_width.md
│ │ ├── initial_layer_line_width_factor.md
│ │ ├── layer_height.md
│ │ ├── layer_height_0.md
│ │ ├── line_width.md
│ │ ├── prime_tower_line_width.md
│ │ ├── skin_line_width.md
│ │ ├── skirt_brim_line_width.md
│ │ ├── support_bottom_line_width.md
│ │ ├── support_interface_line_width.md
│ │ ├── support_line_width.md
│ │ ├── support_roof_line_width.md
│ │ ├── wall_line_width.md
│ │ ├── wall_line_width_0.md
│ │ └── wall_line_width_x.md
│ ├── shell
│ │ ├── alternate_extra_perimeter.md
│ │ ├── fill_outline_gaps.md
│ │ ├── fill_perimeter_gaps.md
│ │ ├── filter_out_tiny_gaps.md
│ │ ├── hole_xy_offset.md
│ │ ├── inset_direction.md
│ │ ├── min_bead_width.md
│ │ ├── min_even_wall_line_width.md
│ │ ├── min_feature_size.md
│ │ ├── min_odd_wall_line_width.md
│ │ ├── min_wall_line_width.md
│ │ ├── optimize_wall_printing_order.md
│ │ ├── outer_inset_first.md
│ │ ├── travel_compensate_overlapping_walls_0_enabled.md
│ │ ├── travel_compensate_overlapping_walls_enabled.md
│ │ ├── travel_compensate_overlapping_walls_x_enabled.md
│ │ ├── wall_0_extruder_nr.md
│ │ ├── wall_0_inset.md
│ │ ├── wall_0_wipe_dist.md
│ │ ├── wall_add_middle_threshold.md
│ │ ├── wall_distribution_count.md
│ │ ├── wall_extruder_nr.md
│ │ ├── wall_line_count.md
│ │ ├── wall_min_flow.md
│ │ ├── wall_min_flow_retract.md
│ │ ├── wall_split_middle_threshold.md
│ │ ├── wall_thickness.md
│ │ ├── wall_transition_angle.md
│ │ ├── wall_transition_filter_deviation.md
│ │ ├── wall_transition_filter_distance.md
│ │ ├── wall_transition_length.md
│ │ ├── wall_x_extruder_nr.md
│ │ ├── xy_offset.md
│ │ ├── xy_offset_layer_0.md
│ │ ├── z_seam_corner.md
│ │ ├── z_seam_position.md
│ │ ├── z_seam_relative.md
│ │ ├── z_seam_type.md
│ │ ├── z_seam_x.md
│ │ └── z_seam_y.md
│ ├── speed
│ │ ├── acceleration_enabled.md
│ │ ├── acceleration_infill.md
│ │ ├── acceleration_layer_0.md
│ │ ├── acceleration_prime_tower.md
│ │ ├── acceleration_print.md
│ │ ├── acceleration_print_layer_0.md
│ │ ├── acceleration_roofing.md
│ │ ├── acceleration_skirt_brim.md
│ │ ├── acceleration_support.md
│ │ ├── acceleration_support_bottom.md
│ │ ├── acceleration_support_infill.md
│ │ ├── acceleration_support_interface.md
│ │ ├── acceleration_support_roof.md
│ │ ├── acceleration_topbottom.md
│ │ ├── acceleration_travel.md
│ │ ├── acceleration_travel_layer_0.md
│ │ ├── acceleration_wall.md
│ │ ├── acceleration_wall_0.md
│ │ ├── acceleration_wall_x.md
│ │ ├── jerk_enabled.md
│ │ ├── jerk_infill.md
│ │ ├── jerk_layer_0.md
│ │ ├── jerk_prime_tower.md
│ │ ├── jerk_print.md
│ │ ├── jerk_print_layer_0.md
│ │ ├── jerk_roofing.md
│ │ ├── jerk_skirt_brim.md
│ │ ├── jerk_support.md
│ │ ├── jerk_support_bottom.md
│ │ ├── jerk_support_infill.md
│ │ ├── jerk_support_interface.md
│ │ ├── jerk_support_roof.md
│ │ ├── jerk_topbottom.md
│ │ ├── jerk_travel.md
│ │ ├── jerk_travel_layer_0.md
│ │ ├── jerk_wall.md
│ │ ├── jerk_wall_0.md
│ │ ├── jerk_wall_x.md
│ │ ├── max_feedrate_z_override.md
│ │ ├── skirt_brim_speed.md
│ │ ├── speed_equalize_flow_enabled.md
│ │ ├── speed_equalize_flow_max.md
│ │ ├── speed_equalize_flow_width_factor.md
│ │ ├── speed_infill.md
│ │ ├── speed_layer_0.md
│ │ ├── speed_prime_tower.md
│ │ ├── speed_print.md
│ │ ├── speed_print_layer_0.md
│ │ ├── speed_roofing.md
│ │ ├── speed_slowdown_layers.md
│ │ ├── speed_support.md
│ │ ├── speed_support_bottom.md
│ │ ├── speed_support_infill.md
│ │ ├── speed_support_interface.md
│ │ ├── speed_support_roof.md
│ │ ├── speed_topbottom.md
│ │ ├── speed_travel.md
│ │ ├── speed_travel_layer_0.md
│ │ ├── speed_wall.md
│ │ ├── speed_wall_0.md
│ │ ├── speed_wall_x.md
│ │ └── speed_z_hop.md
│ ├── support
│ │ ├── gradual_support_infill_step_height.md
│ │ ├── gradual_support_infill_steps.md
│ │ ├── minimum_bottom_area.md
│ │ ├── minimum_interface_area.md
│ │ ├── minimum_roof_area.md
│ │ ├── minimum_support_area.md
│ │ ├── support_angle.md
│ │ ├── support_bottom_angles.md
│ │ ├── support_bottom_density.md
│ │ ├── support_bottom_distance.md
│ │ ├── support_bottom_enable.md
│ │ ├── support_bottom_extruder_nr.md
│ │ ├── support_bottom_height.md
│ │ ├── support_bottom_line_distance.md
│ │ ├── support_bottom_offset.md
│ │ ├── support_bottom_pattern.md
│ │ ├── support_bottom_stair_step_height.md
│ │ ├── support_bottom_stair_step_min_slope.md
│ │ ├── support_bottom_stair_step_width.md
│ │ ├── support_brim_enable.md
│ │ ├── support_brim_line_count.md
│ │ ├── support_brim_width.md
│ │ ├── support_conical_angle.md
│ │ ├── support_conical_enabled.md
│ │ ├── support_conical_min_width.md
│ │ ├── support_connect_zigzags.md
│ │ ├── support_enable.md
│ │ ├── support_extruder_nr.md
│ │ ├── support_extruder_nr_layer_0.md
│ │ ├── support_fan_enable.md
│ │ ├── support_infill_angle.md
│ │ ├── support_infill_angles.md
│ │ ├── support_infill_extruder_nr.md
│ │ ├── support_infill_rate.md
│ │ ├── support_infill_sparse_thickness.md
│ │ ├── support_initial_layer_line_distance.md
│ │ ├── support_interface_angles.md
│ │ ├── support_interface_density.md
│ │ ├── support_interface_enable.md
│ │ ├── support_interface_extruder_nr.md
│ │ ├── support_interface_height.md
│ │ ├── support_interface_offset.md
│ │ ├── support_interface_pattern.md
│ │ ├── support_interface_skip_height.md
│ │ ├── support_join_distance.md
│ │ ├── support_line_distance.md
│ │ ├── support_mesh_drop_down.md
│ │ ├── support_meshes_present.md
│ │ ├── support_minimal_diameter.md
│ │ ├── support_offset.md
│ │ ├── support_pattern.md
│ │ ├── support_roof_angles.md
│ │ ├── support_roof_density.md
│ │ ├── support_roof_enable.md
│ │ ├── support_roof_extruder_nr.md
│ │ ├── support_roof_height.md
│ │ ├── support_roof_line_distance.md
│ │ ├── support_roof_offset.md
│ │ ├── support_roof_pattern.md
│ │ ├── support_structure.md
│ │ ├── support_supported_skin_fan_speed.md
│ │ ├── support_top_distance.md
│ │ ├── support_tower_diameter.md
│ │ ├── support_tower_maximum_supported_diameter.md
│ │ ├── support_tower_roof_angle.md
│ │ ├── support_tree_angle.md
│ │ ├── support_tree_branch_diameter.md
│ │ ├── support_tree_branch_diameter_angle.md
│ │ ├── support_tree_branch_distance.md
│ │ ├── support_tree_collision_resolution.md
│ │ ├── support_type.md
│ │ ├── support_use_towers.md
│ │ ├── support_wall_count.md
│ │ ├── support_xy_distance.md
│ │ ├── support_xy_distance_overhang.md
│ │ ├── support_xy_overrides_z.md
│ │ ├── support_z_distance.md
│ │ └── zig_zaggify_support.md
│ ├── top_bottom
│ │ ├── acceleration_ironing.md
│ │ ├── bottom_layers.md
│ │ ├── bottom_skin_expand_distance.md
│ │ ├── bottom_skin_preshrink.md
│ │ ├── bottom_thickness.md
│ │ ├── connect_skin_polygons.md
│ │ ├── expand_skins_expand_distance.md
│ │ ├── initial_bottom_layers.md
│ │ ├── ironing_enabled.md
│ │ ├── ironing_flow.md
│ │ ├── ironing_inset.md
│ │ ├── ironing_line_spacing.md
│ │ ├── ironing_monotonic.md
│ │ ├── ironing_only_highest_layer.md
│ │ ├── ironing_pattern.md
│ │ ├── jerk_ironing.md
│ │ ├── max_skin_angle_for_expansion.md
│ │ ├── min_skin_width_for_expansion.md
│ │ ├── roofing_angles.md
│ │ ├── roofing_extruder_nr.md
│ │ ├── roofing_layer_count.md
│ │ ├── roofing_line_width.md
│ │ ├── roofing_monotonic.md
│ │ ├── roofing_pattern.md
│ │ ├── skin_angles.md
│ │ ├── skin_monotonic.md
│ │ ├── skin_no_small_gaps_heuristic.md
│ │ ├── skin_outline_count.md
│ │ ├── skin_overlap.md
│ │ ├── skin_overlap_mm.md
│ │ ├── skin_preshrink.md
│ │ ├── speed_ironing.md
│ │ ├── top_bottom_extruder_nr.md
│ │ ├── top_bottom_pattern.md
│ │ ├── top_bottom_pattern_0.md
│ │ ├── top_bottom_thickness.md
│ │ ├── top_layers.md
│ │ ├── top_skin_expand_distance.md
│ │ ├── top_skin_preshrink.md
│ │ └── top_thickness.md
│ ├── travel
│ │ ├── layer_start_x.md
│ │ ├── layer_start_y.md
│ │ ├── limit_support_retractions.md
│ │ ├── retraction_amount.md
│ │ ├── retraction_combing.md
│ │ ├── retraction_combing_max_distance.md
│ │ ├── retraction_count_max.md
│ │ ├── retraction_enable.md
│ │ ├── retraction_extra_prime_amount.md
│ │ ├── retraction_extrusion_window.md
│ │ ├── retraction_hop.md
│ │ ├── retraction_hop_after_extruder_switch.md
│ │ ├── retraction_hop_after_extruder_switch_height.md
│ │ ├── retraction_hop_enabled.md
│ │ ├── retraction_hop_only_when_collides.md
│ │ ├── retraction_min_travel.md
│ │ ├── retraction_prime_speed.md
│ │ ├── retraction_retract_speed.md
│ │ ├── retraction_speed.md
│ │ ├── start_layers_at_same_position.md
│ │ ├── travel_avoid_distance.md
│ │ ├── travel_avoid_other_parts.md
│ │ ├── travel_avoid_supports.md
│ │ └── travel_retract_before_outer_wall.md
│ └── troubleshooting
│ │ ├── aliasing.md
│ │ ├── bed_adhesion_problems.md
│ │ ├── blobs.md
│ │ ├── elephants_foot.md
│ │ ├── layer_shift.md
│ │ ├── layer_splitting.md
│ │ ├── missing_parts.md
│ │ ├── overextrusion.md
│ │ ├── pillowing.md
│ │ ├── ringing.md
│ │ ├── sagging.md
│ │ ├── scarring.md
│ │ ├── seam.md
│ │ ├── stringing.md
│ │ ├── topography.md
│ │ ├── underextrusion.md
│ │ ├── unfinished_print.md
│ │ └── warping.md
│ ├── fr_FR
│ ├── about
│ │ ├── contributors.md
│ │ ├── glossary.md
│ │ └── preferences.md
│ ├── blackmagic
│ │ ├── magic_mesh_surface_mode.md
│ │ ├── magic_spiralize.md
│ │ ├── mold_angle.md
│ │ ├── mold_enabled.md
│ │ ├── mold_roof_height.md
│ │ ├── mold_width.md
│ │ ├── print_sequence.md
│ │ ├── relative_extrusion.md
│ │ └── smooth_spiralized_contours.md
│ ├── cooling
│ │ ├── cool_fan_enabled.md
│ │ ├── cool_fan_full_at_height.md
│ │ ├── cool_fan_full_layer.md
│ │ ├── cool_fan_speed.md
│ │ ├── cool_fan_speed_0.md
│ │ ├── cool_fan_speed_max.md
│ │ ├── cool_fan_speed_min.md
│ │ ├── cool_lift_head.md
│ │ ├── cool_min_layer_time.md
│ │ ├── cool_min_layer_time_fan_speed_max.md
│ │ └── cool_min_speed.md
│ ├── dual
│ │ ├── ooze_shield_angle.md
│ │ ├── ooze_shield_dist.md
│ │ ├── ooze_shield_enabled.md
│ │ ├── prime_tower_brim_enable.md
│ │ ├── prime_tower_circular.md
│ │ ├── prime_tower_enable.md
│ │ ├── prime_tower_min_volume.md
│ │ ├── prime_tower_position_x.md
│ │ ├── prime_tower_position_y.md
│ │ ├── prime_tower_size.md
│ │ ├── prime_tower_wipe_enabled.md
│ │ ├── switch_extruder_extra_prime_amount.md
│ │ ├── switch_extruder_prime_speed.md
│ │ ├── switch_extruder_retraction_amount.md
│ │ ├── switch_extruder_retraction_speed.md
│ │ └── switch_extruder_retraction_speeds.md
│ ├── experimental
│ │ ├── adaptive_layer_height_enabled.md
│ │ ├── adaptive_layer_height_threshold.md
│ │ ├── adaptive_layer_height_variation.md
│ │ ├── adaptive_layer_height_variation_step.md
│ │ ├── bridge_enable_more_layers.md
│ │ ├── bridge_fan_speed.md
│ │ ├── bridge_fan_speed_2.md
│ │ ├── bridge_fan_speed_3.md
│ │ ├── bridge_settings_enabled.md
│ │ ├── bridge_skin_density.md
│ │ ├── bridge_skin_density_2.md
│ │ ├── bridge_skin_density_3.md
│ │ ├── bridge_skin_material_flow.md
│ │ ├── bridge_skin_material_flow_2.md
│ │ ├── bridge_skin_material_flow_3.md
│ │ ├── bridge_skin_speed.md
│ │ ├── bridge_skin_speed_2.md
│ │ ├── bridge_skin_speed_3.md
│ │ ├── bridge_skin_support_threshold.md
│ │ ├── bridge_sparse_infill_max_density.md
│ │ ├── bridge_wall_coast.md
│ │ ├── bridge_wall_material_flow.md
│ │ ├── bridge_wall_min_length.md
│ │ ├── bridge_wall_speed.md
│ │ ├── clean_between_layers.md
│ │ ├── coasting_enable.md
│ │ ├── coasting_min_volume.md
│ │ ├── coasting_speed.md
│ │ ├── coasting_volume.md
│ │ ├── conical_overhang_angle.md
│ │ ├── conical_overhang_enabled.md
│ │ ├── conical_overhang_hole_size.md
│ │ ├── cross_infill_density_image.md
│ │ ├── cross_infill_pocket_size.md
│ │ ├── cross_support_density_image.md
│ │ ├── draft_shield_dist.md
│ │ ├── draft_shield_enabled.md
│ │ ├── draft_shield_height.md
│ │ ├── draft_shield_height_limitation.md
│ │ ├── flow_rate_extrusion_offset_factor.md
│ │ ├── flow_rate_max_extrusion_offset.md
│ │ ├── infill_enable_travel_optimization.md
│ │ ├── magic_fuzzy_skin_enabled.md
│ │ ├── magic_fuzzy_skin_outside_only.md
│ │ ├── magic_fuzzy_skin_point_density.md
│ │ ├── magic_fuzzy_skin_point_dist.md
│ │ ├── magic_fuzzy_skin_thickness.md
│ │ ├── material_alternate_walls.md
│ │ ├── material_flow_dependent_temperature.md
│ │ ├── material_flow_temp_graph.md
│ │ ├── max_extrusion_before_wipe.md
│ │ ├── minimum_polygon_circumference.md
│ │ ├── raft_base_wall_count.md
│ │ ├── raft_remove_inside_corners.md
│ │ ├── skin_alternate_rotation.md
│ │ ├── slicing_tolerance.md
│ │ ├── small_feature_max_length.md
│ │ ├── small_feature_speed_factor.md
│ │ ├── small_feature_speed_factor_0.md
│ │ ├── small_hole_max_size.md
│ │ ├── spaghetti_flow.md
│ │ ├── spaghetti_infill_enabled.md
│ │ ├── spaghetti_infill_extra_volume.md
│ │ ├── spaghetti_infill_stepped.md
│ │ ├── spaghetti_inset.md
│ │ ├── spaghetti_max_height.md
│ │ ├── spaghetti_max_infill_angle.md
│ │ ├── support_skip_some_zags.md
│ │ ├── support_skip_zag_per_mm.md
│ │ ├── support_tree_enable.md
│ │ ├── support_tree_wall_count.md
│ │ ├── support_tree_wall_thickness.md
│ │ ├── support_zag_skip_count.md
│ │ ├── wall_overhang_angle.md
│ │ ├── wall_overhang_speed_factor.md
│ │ ├── wipe_brush_pos_x.md
│ │ ├── wipe_hop_amount.md
│ │ ├── wipe_hop_enable.md
│ │ ├── wipe_hop_speed.md
│ │ ├── wipe_move_distance.md
│ │ ├── wipe_pause.md
│ │ ├── wipe_repeat_count.md
│ │ ├── wipe_retraction_amount.md
│ │ ├── wipe_retraction_enable.md
│ │ ├── wipe_retraction_extra_prime_amount.md
│ │ ├── wipe_retraction_prime_speed.md
│ │ ├── wipe_retraction_retract_speed.md
│ │ ├── wipe_retraction_speed.md
│ │ ├── wireframe_bottom_delay.md
│ │ ├── wireframe_drag_along.md
│ │ ├── wireframe_enabled.md
│ │ ├── wireframe_fall_down.md
│ │ ├── wireframe_flat_delay.md
│ │ ├── wireframe_flow.md
│ │ ├── wireframe_flow_connection.md
│ │ ├── wireframe_flow_flat.md
│ │ ├── wireframe_height.md
│ │ ├── wireframe_nozzle_clearance.md
│ │ ├── wireframe_printspeed.md
│ │ ├── wireframe_printspeed_bottom.md
│ │ ├── wireframe_printspeed_down.md
│ │ ├── wireframe_printspeed_flat.md
│ │ ├── wireframe_printspeed_up.md
│ │ ├── wireframe_roof_drag_along.md
│ │ ├── wireframe_roof_fall_down.md
│ │ ├── wireframe_roof_inset.md
│ │ ├── wireframe_roof_outer_delay.md
│ │ ├── wireframe_straight_before_down.md
│ │ ├── wireframe_strategy.md
│ │ ├── wireframe_top_delay.md
│ │ ├── wireframe_top_jump.md
│ │ └── wireframe_up_half_speed.md
│ ├── images
│ │ ├── brim_width_fr.svg
│ │ ├── build_volume_dimensions_fr.svg
│ │ ├── clean_between_layers_fr.svg
│ │ ├── cool_fan_speed_fr.svg
│ │ ├── head_dimensions_fr.svg
│ │ ├── infill_overlap_fr.svg
│ │ ├── machine_feeder_wheel_diameter_fr.svg
│ │ ├── manifold_correct_fr.svg
│ │ ├── manifold_incorrect_fr.svg
│ │ ├── min_wall_line_width_fr.svg
│ │ ├── non_manifold_inside_fr.svg
│ │ ├── ooze_shield_fr.svg
│ │ ├── prime_tower_fr.svg
│ │ ├── raft_dimensions_fr.svg
│ │ ├── raft_dimensions_simplified_fr.svg
│ │ ├── retraction_count_max_fr.svg
│ │ ├── retraction_hop_enabled_fr.svg
│ │ ├── skin_preshrink_problem_fr.svg
│ │ ├── skirt_line_count_fr.svg
│ │ ├── slicing_tolerance_exclusive_fr.svg
│ │ ├── slicing_tolerance_inclusive_fr.svg
│ │ ├── slicing_tolerance_middle_fr.svg
│ │ ├── speed_slowdown_layers_fr.svg
│ │ ├── speed_z_hop_fr.svg
│ │ ├── support_top_bottom_distance_fr.svg
│ │ ├── support_use_towers_fr.svg
│ │ ├── support_xy_overrides_z_fr.svg
│ │ ├── support_z_overrides_xy_fr.svg
│ │ ├── temperature_regulation_fr.svg
│ │ ├── travel_compensate_overlapping_walls_enabled_schematic_fr.svg
│ │ ├── velocity_acceleration_jerk_fr.svg
│ │ ├── wireframe_bottom_delay_fr.svg
│ │ ├── wireframe_drag_along_fr.svg
│ │ ├── wireframe_fall_down_fr.svg
│ │ ├── wireframe_flat_delay_fr.svg
│ │ ├── wireframe_flow_fr.svg
│ │ ├── wireframe_height_fr.svg
│ │ ├── wireframe_printspeed_fr.svg
│ │ ├── wireframe_roof_drag_along_fr.svg
│ │ ├── wireframe_roof_inset_fr.svg
│ │ ├── wireframe_roof_outer_delay_fr.svg
│ │ ├── wireframe_straight_before_down_fr.svg
│ │ ├── wireframe_top_delay_fr.svg
│ │ └── wireframe_top_jump_fr.svg
│ ├── infill
│ │ ├── connect_infill_polygons.md
│ │ ├── gradual_infill_step_height.md
│ │ ├── gradual_infill_steps.md
│ │ ├── infill_angles.md
│ │ ├── infill_before_walls.md
│ │ ├── infill_extruder_nr.md
│ │ ├── infill_line_distance.md
│ │ ├── infill_multiplier.md
│ │ ├── infill_offset_x.md
│ │ ├── infill_offset_y.md
│ │ ├── infill_overlap.md
│ │ ├── infill_overlap_mm.md
│ │ ├── infill_pattern.md
│ │ ├── infill_randomize_start_location.md
│ │ ├── infill_sparse_density.md
│ │ ├── infill_sparse_thickness.md
│ │ ├── infill_support_angle.md
│ │ ├── infill_support_enabled.md
│ │ ├── infill_wall_line_count.md
│ │ ├── infill_wipe_dist.md
│ │ ├── lightning_infill_overhang_angle.md
│ │ ├── lightning_infill_prune_angle.md
│ │ ├── lightning_infill_straightening_angle.md
│ │ ├── lightning_infill_support_angle.md
│ │ ├── min_infill_area.md
│ │ ├── skin_edge_support_layers.md
│ │ ├── skin_edge_support_thickness.md
│ │ ├── sub_div_rad_add.md
│ │ └── zig_zaggify_infill.md
│ ├── machine_settings
│ │ ├── extruder_prime_pos_abs.md
│ │ ├── extruder_prime_pos_z.md
│ │ ├── extruders_enabled_count.md
│ │ ├── gantry_height.md
│ │ ├── machine_acceleration.md
│ │ ├── machine_always_write_active_tool.md
│ │ ├── machine_buildplate_type.md
│ │ ├── machine_center_is_zero.md
│ │ ├── machine_depth.md
│ │ ├── machine_disallowed_areas.md
│ │ ├── machine_end_gcode.md
│ │ ├── machine_endstop_positive_direction_x.md
│ │ ├── machine_endstop_positive_direction_y.md
│ │ ├── machine_endstop_positive_direction_z.md
│ │ ├── machine_extruder_count.md
│ │ ├── machine_extruders_share_heater.md
│ │ ├── machine_extruders_share_nozzle.md
│ │ ├── machine_extruders_shared_nozzle_initial_retraction.md
│ │ ├── machine_feeder_wheel_diameter.md
│ │ ├── machine_filament_park_distance.md
│ │ ├── machine_firmware_retract.md
│ │ ├── machine_gcode_flavor.md
│ │ ├── machine_head_polygon.md
│ │ ├── machine_head_with_fans_polygon.md
│ │ ├── machine_heat_zone_length.md
│ │ ├── machine_heated_bed.md
│ │ ├── machine_heated_build_volume.md
│ │ ├── machine_height.md
│ │ ├── machine_max_acceleration_e.md
│ │ ├── machine_max_acceleration_x.md
│ │ ├── machine_max_acceleration_y.md
│ │ ├── machine_max_acceleration_z.md
│ │ ├── machine_max_feedrate_e.md
│ │ ├── machine_max_feedrate_x.md
│ │ ├── machine_max_feedrate_y.md
│ │ ├── machine_max_feedrate_z.md
│ │ ├── machine_max_jerk_e.md
│ │ ├── machine_max_jerk_xy.md
│ │ ├── machine_max_jerk_z.md
│ │ ├── machine_min_cool_heat_time_window.md
│ │ ├── machine_minimum_feedrate.md
│ │ ├── machine_name.md
│ │ ├── machine_nozzle_cool_down_speed.md
│ │ ├── machine_nozzle_expansion_angle.md
│ │ ├── machine_nozzle_head_distance.md
│ │ ├── machine_nozzle_heat_up_speed.md
│ │ ├── machine_nozzle_id.md
│ │ ├── machine_nozzle_size.md
│ │ ├── machine_nozzle_temp_enabled.md
│ │ ├── machine_nozzle_tip_outer_diameter.md
│ │ ├── machine_scale_fan_speed_zero_to_one.md
│ │ ├── machine_shape.md
│ │ ├── machine_show_variants.md
│ │ ├── machine_start_gcode.md
│ │ ├── machine_steps_per_mm_e.md
│ │ ├── machine_steps_per_mm_x.md
│ │ ├── machine_steps_per_mm_y.md
│ │ ├── machine_steps_per_mm_z.md
│ │ ├── machine_use_extruder_offset_to_offset_coords.md
│ │ ├── machine_width.md
│ │ ├── material_bed_temp_prepend.md
│ │ ├── material_bed_temp_wait.md
│ │ ├── material_diameter.md
│ │ ├── material_guid.md
│ │ ├── material_print_temp_prepend.md
│ │ ├── material_print_temp_wait.md
│ │ └── nozzle_disallowed_areas.md
│ ├── material
│ │ ├── build_volume_temperature.md
│ │ ├── default_material_bed_temperature.md
│ │ ├── default_material_print_temperature.md
│ │ ├── infill_material_flow.md
│ │ ├── limit_support_retractions.md
│ │ ├── material_adhesion_tendency.md
│ │ ├── material_anti_ooze_retracted_position.md
│ │ ├── material_anti_ooze_retraction_speed.md
│ │ ├── material_bed_temperature.md
│ │ ├── material_bed_temperature_layer_0.md
│ │ ├── material_break_preparation_retracted_position.md
│ │ ├── material_break_preparation_speed.md
│ │ ├── material_break_preparation_temperature.md
│ │ ├── material_break_retracted_position.md
│ │ ├── material_break_speed.md
│ │ ├── material_break_temperature.md
│ │ ├── material_crystallinity.md
│ │ ├── material_end_of_filament_purge_length.md
│ │ ├── material_end_of_filament_purge_speed.md
│ │ ├── material_extrusion_cool_down_speed.md
│ │ ├── material_final_print_temperature.md
│ │ ├── material_flow.md
│ │ ├── material_flow_layer_0.md
│ │ ├── material_flush_purge_length.md
│ │ ├── material_flush_purge_speed.md
│ │ ├── material_initial_print_temperature.md
│ │ ├── material_maximum_park_duration.md
│ │ ├── material_no_load_move_factor.md
│ │ ├── material_print_temperature.md
│ │ ├── material_print_temperature_layer_0.md
│ │ ├── material_shrinkage_percentage.md
│ │ ├── material_shrinkage_percentage_xy.md
│ │ ├── material_shrinkage_percentage_z.md
│ │ ├── material_standby_temperature.md
│ │ ├── material_surface_energy.md
│ │ ├── prime_tower_flow.md
│ │ ├── retract_at_layer_change.md
│ │ ├── roofing_material_flow.md
│ │ ├── skin_material_flow.md
│ │ ├── skin_material_flow_layer_0.md
│ │ ├── skirt_brim_material_flow.md
│ │ ├── support_bottom_material_flow.md
│ │ ├── support_interface_material_flow.md
│ │ ├── support_material_flow.md
│ │ ├── support_roof_material_flow.md
│ │ ├── wall_0_material_flow.md
│ │ ├── wall_0_material_flow_layer_0.md
│ │ ├── wall_material_flow.md
│ │ ├── wall_x_material_flow.md
│ │ └── wall_x_material_flow_layer_0.md
│ ├── meshfix
│ │ ├── alternate_carve_order.md
│ │ ├── carve_multiple_volumes.md
│ │ ├── meshfix_extensive_stitching.md
│ │ ├── meshfix_keep_open_polygons.md
│ │ ├── meshfix_maximum_deviation.md
│ │ ├── meshfix_maximum_extrusion_area_deviation.md
│ │ ├── meshfix_maximum_resolution.md
│ │ ├── meshfix_maximum_travel_resolution.md
│ │ ├── meshfix_union_all.md
│ │ ├── meshfix_union_all_remove_holes.md
│ │ ├── multiple_mesh_overlap.md
│ │ └── remove_empty_first_layers.md
│ ├── platform_adhesion
│ │ ├── adhesion_extruder_nr.md
│ │ ├── adhesion_type.md
│ │ ├── brim_gap.md
│ │ ├── brim_line_count.md
│ │ ├── brim_outside_only.md
│ │ ├── brim_replaces_support.md
│ │ ├── brim_width.md
│ │ ├── extruder_prime_pos_x.md
│ │ ├── extruder_prime_pos_y.md
│ │ ├── layer_0_z_overlap.md
│ │ ├── prime_blob_enable.md
│ │ ├── raft_acceleration.md
│ │ ├── raft_airgap.md
│ │ ├── raft_base_acceleration.md
│ │ ├── raft_base_extruder_nr.md
│ │ ├── raft_base_fan_speed.md
│ │ ├── raft_base_jerk.md
│ │ ├── raft_base_line_spacing.md
│ │ ├── raft_base_line_width.md
│ │ ├── raft_base_speed.md
│ │ ├── raft_base_thickness.md
│ │ ├── raft_fan_speed.md
│ │ ├── raft_interface_acceleration.md
│ │ ├── raft_interface_extruder_nr.md
│ │ ├── raft_interface_fan_speed.md
│ │ ├── raft_interface_jerk.md
│ │ ├── raft_interface_layers.md
│ │ ├── raft_interface_line_spacing.md
│ │ ├── raft_interface_line_width.md
│ │ ├── raft_interface_speed.md
│ │ ├── raft_interface_thickness.md
│ │ ├── raft_jerk.md
│ │ ├── raft_margin.md
│ │ ├── raft_smoothing.md
│ │ ├── raft_speed.md
│ │ ├── raft_surface_acceleration.md
│ │ ├── raft_surface_extruder_nr.md
│ │ ├── raft_surface_fan_speed.md
│ │ ├── raft_surface_jerk.md
│ │ ├── raft_surface_layers.md
│ │ ├── raft_surface_line_spacing.md
│ │ ├── raft_surface_line_width.md
│ │ ├── raft_surface_speed.md
│ │ ├── raft_surface_thickness.md
│ │ ├── skirt_brim_extruder_nr.md
│ │ ├── skirt_brim_minimal_length.md
│ │ ├── skirt_gap.md
│ │ └── skirt_line_count.md
│ ├── resolution
│ │ ├── infill_line_width.md
│ │ ├── initial_layer_line_width_factor.md
│ │ ├── layer_height.md
│ │ ├── layer_height_0.md
│ │ ├── line_width.md
│ │ ├── prime_tower_line_width.md
│ │ ├── skin_line_width.md
│ │ ├── skirt_brim_line_width.md
│ │ ├── support_bottom_line_width.md
│ │ ├── support_interface_line_width.md
│ │ ├── support_line_width.md
│ │ ├── support_roof_line_width.md
│ │ ├── wall_line_width.md
│ │ ├── wall_line_width_0.md
│ │ └── wall_line_width_x.md
│ ├── shell
│ │ ├── alternate_extra_perimeter.md
│ │ ├── fill_outline_gaps.md
│ │ ├── fill_perimeter_gaps.md
│ │ ├── filter_out_tiny_gaps.md
│ │ ├── hole_xy_offset.md
│ │ ├── inset_direction.md
│ │ ├── min_bead_width.md
│ │ ├── min_even_wall_line_width.md
│ │ ├── min_feature_size.md
│ │ ├── min_odd_wall_line_width.md
│ │ ├── min_wall_line_width.md
│ │ ├── optimize_wall_printing_order.md
│ │ ├── outer_inset_first.md
│ │ ├── travel_compensate_overlapping_walls_0_enabled.md
│ │ ├── travel_compensate_overlapping_walls_enabled.md
│ │ ├── travel_compensate_overlapping_walls_x_enabled.md
│ │ ├── wall_0_extruder_nr.md
│ │ ├── wall_0_inset.md
│ │ ├── wall_0_wipe_dist.md
│ │ ├── wall_add_middle_threshold.md
│ │ ├── wall_distribution_count.md
│ │ ├── wall_extruder_nr.md
│ │ ├── wall_line_count.md
│ │ ├── wall_min_flow.md
│ │ ├── wall_min_flow_retract.md
│ │ ├── wall_split_middle_threshold.md
│ │ ├── wall_thickness.md
│ │ ├── wall_transition_angle.md
│ │ ├── wall_transition_filter_deviation.md
│ │ ├── wall_transition_filter_distance.md
│ │ ├── wall_transition_length.md
│ │ ├── wall_x_extruder_nr.md
│ │ ├── xy_offset.md
│ │ ├── xy_offset_layer_0.md
│ │ ├── z_seam_corner.md
│ │ ├── z_seam_position.md
│ │ ├── z_seam_relative.md
│ │ ├── z_seam_type.md
│ │ ├── z_seam_x.md
│ │ └── z_seam_y.md
│ ├── speed
│ │ ├── acceleration_enabled.md
│ │ ├── acceleration_infill.md
│ │ ├── acceleration_layer_0.md
│ │ ├── acceleration_prime_tower.md
│ │ ├── acceleration_print.md
│ │ ├── acceleration_print_layer_0.md
│ │ ├── acceleration_roofing.md
│ │ ├── acceleration_skirt_brim.md
│ │ ├── acceleration_support.md
│ │ ├── acceleration_support_bottom.md
│ │ ├── acceleration_support_infill.md
│ │ ├── acceleration_support_interface.md
│ │ ├── acceleration_support_roof.md
│ │ ├── acceleration_topbottom.md
│ │ ├── acceleration_travel.md
│ │ ├── acceleration_travel_enabled.md
│ │ ├── acceleration_travel_layer_0.md
│ │ ├── acceleration_wall.md
│ │ ├── acceleration_wall_0.md
│ │ ├── acceleration_wall_x.md
│ │ ├── jerk_enabled.md
│ │ ├── jerk_infill.md
│ │ ├── jerk_layer_0.md
│ │ ├── jerk_prime_tower.md
│ │ ├── jerk_print.md
│ │ ├── jerk_print_layer_0.md
│ │ ├── jerk_roofing.md
│ │ ├── jerk_skirt_brim.md
│ │ ├── jerk_support.md
│ │ ├── jerk_support_bottom.md
│ │ ├── jerk_support_infill.md
│ │ ├── jerk_support_interface.md
│ │ ├── jerk_support_roof.md
│ │ ├── jerk_topbottom.md
│ │ ├── jerk_travel.md
│ │ ├── jerk_travel_enabled.md
│ │ ├── jerk_travel_layer_0.md
│ │ ├── jerk_wall.md
│ │ ├── jerk_wall_0.md
│ │ ├── jerk_wall_x.md
│ │ ├── max_feedrate_z_override.md
│ │ ├── skirt_brim_speed.md
│ │ ├── speed_equalize_flow_enabled.md
│ │ ├── speed_equalize_flow_max.md
│ │ ├── speed_equalize_flow_width_factor.md
│ │ ├── speed_infill.md
│ │ ├── speed_layer_0.md
│ │ ├── speed_prime_tower.md
│ │ ├── speed_print.md
│ │ ├── speed_print_layer_0.md
│ │ ├── speed_roofing.md
│ │ ├── speed_slowdown_layers.md
│ │ ├── speed_support.md
│ │ ├── speed_support_bottom.md
│ │ ├── speed_support_infill.md
│ │ ├── speed_support_interface.md
│ │ ├── speed_support_roof.md
│ │ ├── speed_topbottom.md
│ │ ├── speed_travel.md
│ │ ├── speed_travel_layer_0.md
│ │ ├── speed_wall.md
│ │ ├── speed_wall_0.md
│ │ ├── speed_wall_x.md
│ │ └── speed_z_hop.md
│ ├── support
│ │ ├── gradual_support_infill_step_height.md
│ │ ├── gradual_support_infill_steps.md
│ │ ├── minimum_bottom_area.md
│ │ ├── minimum_interface_area.md
│ │ ├── minimum_roof_area.md
│ │ ├── minimum_support_area.md
│ │ ├── support_angle.md
│ │ ├── support_bottom_angles.md
│ │ ├── support_bottom_density.md
│ │ ├── support_bottom_distance.md
│ │ ├── support_bottom_enable.md
│ │ ├── support_bottom_extruder_nr.md
│ │ ├── support_bottom_height.md
│ │ ├── support_bottom_line_distance.md
│ │ ├── support_bottom_offset.md
│ │ ├── support_bottom_pattern.md
│ │ ├── support_bottom_stair_step_height.md
│ │ ├── support_bottom_stair_step_min_slope.md
│ │ ├── support_bottom_stair_step_width.md
│ │ ├── support_brim_enable.md
│ │ ├── support_brim_line_count.md
│ │ ├── support_brim_width.md
│ │ ├── support_conical_angle.md
│ │ ├── support_conical_enabled.md
│ │ ├── support_conical_min_width.md
│ │ ├── support_connect_zigzags.md
│ │ ├── support_enable.md
│ │ ├── support_extruder_nr.md
│ │ ├── support_extruder_nr_layer_0.md
│ │ ├── support_fan_enable.md
│ │ ├── support_infill_angle.md
│ │ ├── support_infill_angles.md
│ │ ├── support_infill_extruder_nr.md
│ │ ├── support_infill_rate.md
│ │ ├── support_infill_sparse_thickness.md
│ │ ├── support_initial_layer_line_distance.md
│ │ ├── support_interface_angles.md
│ │ ├── support_interface_density.md
│ │ ├── support_interface_enable.md
│ │ ├── support_interface_extruder_nr.md
│ │ ├── support_interface_height.md
│ │ ├── support_interface_offset.md
│ │ ├── support_interface_pattern.md
│ │ ├── support_interface_skip_height.md
│ │ ├── support_join_distance.md
│ │ ├── support_line_distance.md
│ │ ├── support_mesh_drop_down.md
│ │ ├── support_meshes_present.md
│ │ ├── support_minimal_diameter.md
│ │ ├── support_offset.md
│ │ ├── support_pattern.md
│ │ ├── support_roof_angles.md
│ │ ├── support_roof_density.md
│ │ ├── support_roof_enable.md
│ │ ├── support_roof_extruder_nr.md
│ │ ├── support_roof_height.md
│ │ ├── support_roof_line_distance.md
│ │ ├── support_roof_offset.md
│ │ ├── support_roof_pattern.md
│ │ ├── support_structure.md
│ │ ├── support_supported_skin_fan_speed.md
│ │ ├── support_top_distance.md
│ │ ├── support_tower_diameter.md
│ │ ├── support_tower_maximum_supported_diameter.md
│ │ ├── support_tower_roof_angle.md
│ │ ├── support_tree_angle.md
│ │ ├── support_tree_branch_diameter.md
│ │ ├── support_tree_branch_diameter_angle.md
│ │ ├── support_tree_branch_distance.md
│ │ ├── support_tree_collision_resolution.md
│ │ ├── support_tree_max_diameter.md
│ │ ├── support_type.md
│ │ ├── support_use_towers.md
│ │ ├── support_wall_count.md
│ │ ├── support_xy_distance.md
│ │ ├── support_xy_distance_overhang.md
│ │ ├── support_xy_overrides_z.md
│ │ ├── support_z_distance.md
│ │ └── zig_zaggify_support.md
│ ├── top_bottom
│ │ ├── acceleration_ironing.md
│ │ ├── bottom_layers.md
│ │ ├── bottom_skin_expand_distance.md
│ │ ├── bottom_skin_preshrink.md
│ │ ├── bottom_thickness.md
│ │ ├── connect_skin_polygons.md
│ │ ├── expand_skins_expand_distance.md
│ │ ├── initial_bottom_layers.md
│ │ ├── ironing_enabled.md
│ │ ├── ironing_flow.md
│ │ ├── ironing_inset.md
│ │ ├── ironing_line_spacing.md
│ │ ├── ironing_monotonic.md
│ │ ├── ironing_only_highest_layer.md
│ │ ├── ironing_pattern.md
│ │ ├── jerk_ironing.md
│ │ ├── max_skin_angle_for_expansion.md
│ │ ├── min_skin_width_for_expansion.md
│ │ ├── roofing_angles.md
│ │ ├── roofing_extruder_nr.md
│ │ ├── roofing_layer_count.md
│ │ ├── roofing_line_width.md
│ │ ├── roofing_monotonic.md
│ │ ├── roofing_pattern.md
│ │ ├── skin_angles.md
│ │ ├── skin_monotonic.md
│ │ ├── skin_no_small_gaps_heuristic.md
│ │ ├── skin_outline_count.md
│ │ ├── skin_overlap.md
│ │ ├── skin_overlap_mm.md
│ │ ├── skin_preshrink.md
│ │ ├── speed_ironing.md
│ │ ├── top_bottom_extruder_nr.md
│ │ ├── top_bottom_pattern.md
│ │ ├── top_bottom_pattern_0.md
│ │ ├── top_bottom_thickness.md
│ │ ├── top_layers.md
│ │ ├── top_skin_expand_distance.md
│ │ ├── top_skin_preshrink.md
│ │ └── top_thickness.md
│ ├── travel
│ │ ├── layer_start_x.md
│ │ ├── layer_start_y.md
│ │ ├── retraction_amount.md
│ │ ├── retraction_combing.md
│ │ ├── retraction_combing_max_distance.md
│ │ ├── retraction_count_max.md
│ │ ├── retraction_enable.md
│ │ ├── retraction_extra_prime_amount.md
│ │ ├── retraction_extrusion_window.md
│ │ ├── retraction_hop.md
│ │ ├── retraction_hop_after_extruder_switch.md
│ │ ├── retraction_hop_after_extruder_switch_height.md
│ │ ├── retraction_hop_enabled.md
│ │ ├── retraction_hop_only_when_collides.md
│ │ ├── retraction_min_travel.md
│ │ ├── retraction_prime_speed.md
│ │ ├── retraction_retract_speed.md
│ │ ├── retraction_speed.md
│ │ ├── start_layers_at_same_position.md
│ │ ├── travel_avoid_distance.md
│ │ ├── travel_avoid_other_parts.md
│ │ ├── travel_avoid_supports.md
│ │ └── travel_retract_before_outer_wall.md
│ └── troubleshooting
│ │ ├── aliasing.md
│ │ ├── bed_adhesion_problems.md
│ │ ├── blobs.md
│ │ ├── elephants_foot.md
│ │ ├── layer_shift.md
│ │ ├── layer_splitting.md
│ │ ├── missing_parts.md
│ │ ├── overextrusion.md
│ │ ├── pillowing.md
│ │ ├── ringing.md
│ │ ├── sagging.md
│ │ ├── scarring.md
│ │ ├── seam.md
│ │ ├── stringing.md
│ │ ├── topography.md
│ │ ├── underextrusion.md
│ │ ├── unfinished_print.md
│ │ └── warping.md
│ ├── nl_NL
│ └── resolution
│ │ └── layer_height.md
│ └── ru_RU
│ ├── resolution
│ ├── infill_line_width.md
│ ├── initial_layer_line_width_factor.md
│ ├── layer_height.md
│ ├── layer_height_0.md
│ ├── line_width.md
│ ├── prime_tower_line_width.md
│ ├── skin_line_width.md
│ ├── skirt_brim_line_width.md
│ ├── support_bottom_line_width.md
│ ├── support_interface_line_width.md
│ ├── support_line_width.md
│ ├── support_roof_line_width.md
│ ├── wall_line_width.md
│ ├── wall_line_width_0.md
│ └── wall_line_width_x.md
│ ├── shell
│ ├── alternate_extra_perimeter.md
│ ├── fill_outline_gaps.md
│ ├── fill_perimeter_gaps.md
│ ├── filter_out_tiny_gaps.md
│ ├── optimize_wall_printing_order.md
│ ├── outer_inset_first.md
│ ├── travel_compensate_overlapping_walls_0_enabled.md
│ ├── travel_compensate_overlapping_walls_enabled.md
│ ├── travel_compensate_overlapping_walls_x_enabled.md
│ ├── wall_0_extruder_nr.md
│ ├── wall_0_inset.md
│ ├── wall_0_wipe_dist.md
│ ├── wall_extruder_nr.md
│ ├── wall_line_count.md
│ ├── wall_min_flow.md
│ ├── wall_min_flow_retract.md
│ ├── wall_thickness.md
│ ├── wall_x_extruder_nr.md
│ ├── xy_offset.md
│ ├── xy_offset_layer_0.md
│ ├── z_seam_corner.md
│ ├── z_seam_position.md
│ ├── z_seam_relative.md
│ ├── z_seam_type.md
│ ├── z_seam_x.md
│ └── z_seam_y.md
│ └── top_bottom
│ ├── acceleration_ironing.md
│ ├── bottom_layers.md
│ ├── bottom_thickness.md
│ ├── connect_skin_polygons.md
│ ├── initial_bottom_layers.md
│ ├── ironing_enabled.md
│ ├── ironing_flow.md
│ ├── ironing_inset.md
│ ├── ironing_line_spacing.md
│ ├── ironing_only_highest_layer.md
│ ├── ironing_pattern.md
│ ├── jerk_ironing.md
│ ├── roofing_extruder_nr.md
│ ├── roofing_layer_count.md
│ ├── skin_angles.md
│ ├── skin_no_small_gaps_heuristic.md
│ ├── skin_outline_count.md
│ ├── skin_overlap.md
│ ├── skin_overlap_mm.md
│ ├── speed_ironing.md
│ ├── top_bottom_extruder_nr.md
│ ├── top_bottom_pattern.md
│ ├── top_bottom_pattern_0.md
│ ├── top_bottom_thickness.md
│ ├── top_layers.md
│ └── top_thickness.md
└── test
├── links.py
└── markdown_syntax.py
/cmake/_rels/.rels:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/cmake/_rels/package.json.rels:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/example.png
--------------------------------------------------------------------------------
/plugin.json.in:
--------------------------------------------------------------------------------
1 | {
2 | "name": "${SETTINGSGUIDE_PLUGIN_NAME}",
3 | "author": "Ghostkeeper",
4 | "version": "${SETTINGSGUIDE_VERSION_MAJOR}.${SETTINGSGUIDE_VERSION_MINOR}.${SETTINGSGUIDE_VERSION_PATCH}",
5 | "description": "Provides extra information and explanations about settings in Cura, with images and animations.",
6 | "api": 6,
7 | "supported_sdk_versions": ["6.0.0", "7.0.0", "8.0.0"]
8 | }
9 |
--------------------------------------------------------------------------------
/resources/articles/about/preferences.md:
--------------------------------------------------------------------------------
1 | [//]: # (Do not translate this file! While translating the main text doesn't cause any harm, translating the labels of the preferences here will cause them to stop working.)
2 | Preferences
3 | ====
4 | In this page you can change the behaviour of the settings guide.
5 |
6 | [ ] Show articles in setting tooltips (requires restart)
7 | [ ] Window always in front
8 |
9 | Language
10 | ----
11 | The language can be changed by clicking on the letter symbol in the top-right corner of any article.
--------------------------------------------------------------------------------
/resources/articles/experimental/wipe_hop_amount.md:
--------------------------------------------------------------------------------
1 | Wipe Z Hop Height
2 | ====
3 | This setting configures how much clearance must be created while travelling for the wipe procedure. This can be configured separately from the ordinary [Z hop height](../travel/retraction_hop.md).
4 |
5 | During the wiping procedure, the nozzle moves back and forth rapidly. This makes the printer shake violently, which makes the build plate and the gantry system vibrate up and down as well. If the normal Z hop height is configured very tightly, some more space should be taken for the Z hop during the wipe procedure.
--------------------------------------------------------------------------------
/resources/articles/experimental/wipe_retraction_prime_speed.md:
--------------------------------------------------------------------------------
1 | Wipe Retraction Prime Speed
2 | ====
3 | This setting configures how fast the material is primed after the wiping procedure. This can be configured separately from the ordinary [retraction prime speed](../travel/retraction_prime_speed.md).
4 |
5 | Priming more slowly can cause a small blob to appear in the location where the nozzle lands after the wiping procedure. However priming more slowly might be necessary to get the material flowing properly after a longer retraction for the wiping procedure.
--------------------------------------------------------------------------------
/resources/articles/experimental/wipe_retraction_retract_speed.md:
--------------------------------------------------------------------------------
1 | Wipe Retraction Retract Speed
2 | ====
3 | This setting configures how fast the material is retracted for the wiping procedure. This can be configured separately from the ordinary [retraction retract speed](../travel/retraction_retract_speed.md).
4 |
5 | Since any material that is oozed from the nozzle during this wipe procedure will be wiped off anyway, the retraction speed may be reduced somewhat for this procedure compared to the rest of the print. This reduces wear on the filament.
--------------------------------------------------------------------------------
/resources/articles/experimental/wipe_retraction_speed.md:
--------------------------------------------------------------------------------
1 | Wipe Retraction Speed
2 | ====
3 | This setting configures how fast the material is retracted and unretracted for the wiping procedure. This can be configured separately from the ordinary [retraction speed](../travel/retraction_speed.md).
4 |
5 | Since any material that is oozed from the nozzle during this wipe procedure will be wiped off anyway, the retraction speed may be reduced somewhat for this procedure compared to the rest of the print. This reduces wear on the filament.
--------------------------------------------------------------------------------
/resources/articles/experimental/wireframe_printspeed_down.md:
--------------------------------------------------------------------------------
1 | WP Downward Printing Speed
2 | ====
3 | This setting specifies how fast the nozzle will move down while making a diagonal motion in the saw-tooth pattern. The speed of moving downwards can be configured separately from the rest of the wire printing speed.
4 |
5 | 
6 |
7 | Moving down slower will take more time, but gives the material more time to solidify. This makes the print more reliable.
--------------------------------------------------------------------------------
/resources/articles/images/adaptive_layer_height_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/adaptive_layer_height_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/adaptive_layer_height_variation_step_0_05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/adaptive_layer_height_variation_step_0_05.png
--------------------------------------------------------------------------------
/resources/articles/images/adhesion_type_brim.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/adhesion_type_brim.png
--------------------------------------------------------------------------------
/resources/articles/images/adhesion_type_raft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/adhesion_type_raft.png
--------------------------------------------------------------------------------
/resources/articles/images/adhesion_type_skirt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/adhesion_type_skirt.png
--------------------------------------------------------------------------------
/resources/articles/images/aliasing.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/aliasing.jpg
--------------------------------------------------------------------------------
/resources/articles/images/alternate_extra_perimeter.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/alternate_extra_perimeter.gif
--------------------------------------------------------------------------------
/resources/articles/images/blobs.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/blobs.jpg
--------------------------------------------------------------------------------
/resources/articles/images/bottom_thickness.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/bottom_thickness.png
--------------------------------------------------------------------------------
/resources/articles/images/bridge_settings_enabled_default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/bridge_settings_enabled_default.png
--------------------------------------------------------------------------------
/resources/articles/images/bridge_settings_enabled_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/bridge_settings_enabled_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/bridge_skin_density_100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/bridge_skin_density_100.png
--------------------------------------------------------------------------------
/resources/articles/images/bridge_skin_density_50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/bridge_skin_density_50.png
--------------------------------------------------------------------------------
/resources/articles/images/bridge_skin_material_flow_50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/bridge_skin_material_flow_50.png
--------------------------------------------------------------------------------
/resources/articles/images/bridge_sparse_infill_max_density.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/bridge_sparse_infill_max_density.png
--------------------------------------------------------------------------------
/resources/articles/images/brim_gap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/brim_gap.png
--------------------------------------------------------------------------------
/resources/articles/images/brim_outside_only_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/brim_outside_only_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/brim_outside_only_original.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/brim_outside_only_original.png
--------------------------------------------------------------------------------
/resources/articles/images/brim_replaces_support_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/brim_replaces_support_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/brim_replaces_support_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/brim_replaces_support_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/coasting_enable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/coasting_enable.png
--------------------------------------------------------------------------------
/resources/articles/images/coasting_volume_0_03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/coasting_volume_0_03.png
--------------------------------------------------------------------------------
/resources/articles/images/conical_overhang_angle_20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/conical_overhang_angle_20.png
--------------------------------------------------------------------------------
/resources/articles/images/conical_overhang_enabled_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/conical_overhang_enabled_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/conical_overhang_enabled_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/conical_overhang_enabled_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/conical_overhang_hole_size.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/conical_overhang_hole_size.png
--------------------------------------------------------------------------------
/resources/articles/images/connect_infill_polygons_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/connect_infill_polygons_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/connect_infill_polygons_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/connect_infill_polygons_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/connect_skin_polygons_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/connect_skin_polygons_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/connect_skin_polygons_original.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/connect_skin_polygons_original.png
--------------------------------------------------------------------------------
/resources/articles/images/contributors/5axes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/contributors/5axes.png
--------------------------------------------------------------------------------
/resources/articles/images/contributors/Alekseisasin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/contributors/Alekseisasin.png
--------------------------------------------------------------------------------
/resources/articles/images/contributors/Christerbeke.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/contributors/Christerbeke.jpg
--------------------------------------------------------------------------------
/resources/articles/images/contributors/DigitalFrost.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/contributors/DigitalFrost.jpg
--------------------------------------------------------------------------------
/resources/articles/images/contributors/Ellecross.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/contributors/Ellecross.jpg
--------------------------------------------------------------------------------
/resources/articles/images/contributors/Ghostkeeper.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/contributors/Ghostkeeper.png
--------------------------------------------------------------------------------
/resources/articles/images/contributors/Goodfeat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/contributors/Goodfeat.png
--------------------------------------------------------------------------------
/resources/articles/images/contributors/Sekisback.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/contributors/Sekisback.jpg
--------------------------------------------------------------------------------
/resources/articles/images/contributors/Sophist.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/contributors/Sophist.jpg
--------------------------------------------------------------------------------
/resources/articles/images/contributors/Vb138.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/contributors/Vb138.png
--------------------------------------------------------------------------------
/resources/articles/images/contributors/no_avatar.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/resources/articles/images/contributors/yohan-pereira.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/contributors/yohan-pereira.png
--------------------------------------------------------------------------------
/resources/articles/images/cross_infill_density_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/cross_infill_density_image.png
--------------------------------------------------------------------------------
/resources/articles/images/cross_infill_density_image_mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/cross_infill_density_image_mask.png
--------------------------------------------------------------------------------
/resources/articles/images/cross_infill_pocket_size_0_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/cross_infill_pocket_size_0_5.png
--------------------------------------------------------------------------------
/resources/articles/images/cross_support_density_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/cross_support_density_image.png
--------------------------------------------------------------------------------
/resources/articles/images/cross_support_density_image_mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/cross_support_density_image_mask.png
--------------------------------------------------------------------------------
/resources/articles/images/draft_shield_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/draft_shield_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/draft_shield_height_limitation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/draft_shield_height_limitation.png
--------------------------------------------------------------------------------
/resources/articles/images/elephants_foot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/elephants_foot.jpg
--------------------------------------------------------------------------------
/resources/articles/images/expand_skins_expand_distance_1mm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/expand_skins_expand_distance_1mm.png
--------------------------------------------------------------------------------
/resources/articles/images/fill_outline_gaps_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/fill_outline_gaps_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/fill_outline_gaps_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/fill_outline_gaps_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/fill_perimeter_gaps_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/fill_perimeter_gaps_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/fill_perimeter_gaps_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/fill_perimeter_gaps_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/filter_out_tiny_gaps_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/filter_out_tiny_gaps_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/filter_out_tiny_gaps_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/filter_out_tiny_gaps_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/gradual_infill_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/gradual_infill_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/gradual_infill_step_height_large.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/gradual_infill_step_height_large.png
--------------------------------------------------------------------------------
/resources/articles/images/gradual_infill_step_height_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/gradual_infill_step_height_small.png
--------------------------------------------------------------------------------
/resources/articles/images/gradual_support_infill_step_height_1mm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/gradual_support_infill_step_height_1mm.png
--------------------------------------------------------------------------------
/resources/articles/images/gradual_support_infill_step_height_3mm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/gradual_support_infill_step_height_3mm.png
--------------------------------------------------------------------------------
/resources/articles/images/grinding.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/grinding.jpg
--------------------------------------------------------------------------------
/resources/articles/images/hole_xy_offset.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/hole_xy_offset.png
--------------------------------------------------------------------------------
/resources/articles/images/hole_xy_offset_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/hole_xy_offset_0.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_angles_0_30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_angles_0_30.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_before_walls_disabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_before_walls_disabled.gif
--------------------------------------------------------------------------------
/resources/articles/images/infill_before_walls_enabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_before_walls_enabled.gif
--------------------------------------------------------------------------------
/resources/articles/images/infill_extruder_nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_extruder_nr.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_line_width.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_line_width.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_multiplier.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_multiplier.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_offset_x_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_offset_x_2.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_offset_xy_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_offset_xy_0.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_offset_y_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_offset_y_2.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_concentric.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_concentric.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_cross.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_cross.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_cross_3d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_cross_3d.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_cubic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_cubic.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_cubic_subdivision.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_cubic_subdivision.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_grid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_grid.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_gyroid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_gyroid.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_lightning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_lightning.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_lightning_side.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_lightning_side.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_lines.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_lines.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_octet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_octet.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_quarter_cubic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_quarter_cubic.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_triangles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_triangles.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_trihexagon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_trihexagon.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_pattern_zigzag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_pattern_zigzag.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_sparse_density_low.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_sparse_density_low.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_sparse_thickness.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_sparse_thickness.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_support_angle_high.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_support_angle_high.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_support_angle_low.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_support_angle_low.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_support_enabled_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_support_enabled_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/infill_wall_line_count.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/infill_wall_line_count.png
--------------------------------------------------------------------------------
/resources/articles/images/initial_layer_line_width_factor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/initial_layer_line_width_factor.png
--------------------------------------------------------------------------------
/resources/articles/images/ironing_enabled_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/ironing_enabled_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/ironing_enabled_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/ironing_enabled_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/ironing_flow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/ironing_flow.png
--------------------------------------------------------------------------------
/resources/articles/images/ironing_inset.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/ironing_inset.png
--------------------------------------------------------------------------------
/resources/articles/images/ironing_line_spacing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/ironing_line_spacing.png
--------------------------------------------------------------------------------
/resources/articles/images/ironing_only_highest_layer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/ironing_only_highest_layer.png
--------------------------------------------------------------------------------
/resources/articles/images/ironing_pattern.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/ironing_pattern.png
--------------------------------------------------------------------------------
/resources/articles/images/layer_height_0.1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/layer_height_0.1.png
--------------------------------------------------------------------------------
/resources/articles/images/layer_height_0.3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/layer_height_0.3.png
--------------------------------------------------------------------------------
/resources/articles/images/layer_height_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/layer_height_0.png
--------------------------------------------------------------------------------
/resources/articles/images/layer_shift_single.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/layer_shift_single.jpg
--------------------------------------------------------------------------------
/resources/articles/images/layer_splitting.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/layer_splitting.jpg
--------------------------------------------------------------------------------
/resources/articles/images/lightning_infill_overhang_angle_70.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/lightning_infill_overhang_angle_70.png
--------------------------------------------------------------------------------
/resources/articles/images/lightning_infill_prune_angle_40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/lightning_infill_prune_angle_40.png
--------------------------------------------------------------------------------
/resources/articles/images/lightning_infill_prune_angle_70.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/lightning_infill_prune_angle_70.png
--------------------------------------------------------------------------------
/resources/articles/images/lightning_infill_straightening_angle_10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/lightning_infill_straightening_angle_10.png
--------------------------------------------------------------------------------
/resources/articles/images/lightning_infill_straightening_angle_40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/lightning_infill_straightening_angle_40.png
--------------------------------------------------------------------------------
/resources/articles/images/lightning_infill_support_angle_30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/lightning_infill_support_angle_30.png
--------------------------------------------------------------------------------
/resources/articles/images/lightning_infill_support_angle_60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/lightning_infill_support_angle_60.png
--------------------------------------------------------------------------------
/resources/articles/images/line_width_fit_bad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/line_width_fit_bad.png
--------------------------------------------------------------------------------
/resources/articles/images/line_width_fit_good_large.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/line_width_fit_good_large.png
--------------------------------------------------------------------------------
/resources/articles/images/line_width_fit_good_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/line_width_fit_good_small.png
--------------------------------------------------------------------------------
/resources/articles/images/line_width_large.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/line_width_large.png
--------------------------------------------------------------------------------
/resources/articles/images/line_width_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/line_width_small.png
--------------------------------------------------------------------------------
/resources/articles/images/machine_disallowed_areas.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/machine_disallowed_areas.png
--------------------------------------------------------------------------------
/resources/articles/images/machine_head_with_fans_polygon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/machine_head_with_fans_polygon.png
--------------------------------------------------------------------------------
/resources/articles/images/machine_shape_elliptic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/machine_shape_elliptic.png
--------------------------------------------------------------------------------
/resources/articles/images/machine_shape_rectangular.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/machine_shape_rectangular.png
--------------------------------------------------------------------------------
/resources/articles/images/magic_fuzzy_skin_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/magic_fuzzy_skin_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/magic_fuzzy_skin_outside_only.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/magic_fuzzy_skin_outside_only.png
--------------------------------------------------------------------------------
/resources/articles/images/magic_fuzzy_skin_photo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/magic_fuzzy_skin_photo.jpg
--------------------------------------------------------------------------------
/resources/articles/images/magic_fuzzy_skin_thickness.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/magic_fuzzy_skin_thickness.jpg
--------------------------------------------------------------------------------
/resources/articles/images/magic_mesh_surface_mode_both.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/magic_mesh_surface_mode_both.png
--------------------------------------------------------------------------------
/resources/articles/images/magic_mesh_surface_mode_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/magic_mesh_surface_mode_normal.png
--------------------------------------------------------------------------------
/resources/articles/images/magic_mesh_surface_mode_surface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/magic_mesh_surface_mode_surface.png
--------------------------------------------------------------------------------
/resources/articles/images/max_skin_angle_for_expansion_45.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/max_skin_angle_for_expansion_45.png
--------------------------------------------------------------------------------
/resources/articles/images/max_skin_angle_for_expansion_90.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/max_skin_angle_for_expansion_90.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_extensive_stitching_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_extensive_stitching_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_extensive_stitching_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_extensive_stitching_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_extensive_stitching_xray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_extensive_stitching_xray.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_keep_open_polygons_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_keep_open_polygons_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_keep_open_polygons_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_keep_open_polygons_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_keep_open_polygons_shell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_keep_open_polygons_shell.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_maximum_extrusion_area_deviation_high.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_maximum_extrusion_area_deviation_high.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_maximum_extrusion_area_deviation_low.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_maximum_extrusion_area_deviation_low.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_maximum_resolution_0.05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_maximum_resolution_0.05.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_maximum_resolution_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_maximum_resolution_1.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_union_all_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_union_all_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_union_all_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_union_all_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_union_all_remove_holes_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_union_all_remove_holes_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_union_all_remove_holes_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_union_all_remove_holes_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/meshfix_union_all_shell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/meshfix_union_all_shell.png
--------------------------------------------------------------------------------
/resources/articles/images/min_infill_area_150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/min_infill_area_150.png
--------------------------------------------------------------------------------
/resources/articles/images/min_infill_area_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/min_infill_area_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/min_wall_line_width_0_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/min_wall_line_width_0_1.png
--------------------------------------------------------------------------------
/resources/articles/images/min_wall_line_width_0_34.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/min_wall_line_width_0_34.png
--------------------------------------------------------------------------------
/resources/articles/images/min_wall_line_width_even_0_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/min_wall_line_width_even_0_1.png
--------------------------------------------------------------------------------
/resources/articles/images/min_wall_line_width_odd_0_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/min_wall_line_width_odd_0_1.png
--------------------------------------------------------------------------------
/resources/articles/images/minimum_support_area_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/minimum_support_area_0.png
--------------------------------------------------------------------------------
/resources/articles/images/minimum_support_area_10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/minimum_support_area_10.png
--------------------------------------------------------------------------------
/resources/articles/images/minimum_support_area_problem.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/minimum_support_area_problem.png
--------------------------------------------------------------------------------
/resources/articles/images/mold_angle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/mold_angle.png
--------------------------------------------------------------------------------
/resources/articles/images/mold_enabled_mould.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/mold_enabled_mould.png
--------------------------------------------------------------------------------
/resources/articles/images/mold_enabled_shell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/mold_enabled_shell.png
--------------------------------------------------------------------------------
/resources/articles/images/mold_needs_support.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/mold_needs_support.png
--------------------------------------------------------------------------------
/resources/articles/images/ooze_shield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/ooze_shield.png
--------------------------------------------------------------------------------
/resources/articles/images/optimize_wall_printing_order_disabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/optimize_wall_printing_order_disabled.gif
--------------------------------------------------------------------------------
/resources/articles/images/optimize_wall_printing_order_enabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/optimize_wall_printing_order_enabled.gif
--------------------------------------------------------------------------------
/resources/articles/images/outer_inset_first_disabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/outer_inset_first_disabled.gif
--------------------------------------------------------------------------------
/resources/articles/images/outer_inset_first_enabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/outer_inset_first_enabled.gif
--------------------------------------------------------------------------------
/resources/articles/images/overextrusion.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/overextrusion.jpg
--------------------------------------------------------------------------------
/resources/articles/images/pillowing.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/pillowing.jpg
--------------------------------------------------------------------------------
/resources/articles/images/prime_tower_brim_enable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/prime_tower_brim_enable.png
--------------------------------------------------------------------------------
/resources/articles/images/prime_tower_circular_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/prime_tower_circular_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/prime_tower_circular_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/prime_tower_circular_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/prime_tower_line_width.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/prime_tower_line_width.png
--------------------------------------------------------------------------------
/resources/articles/images/raft_remove_inside_corners.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/raft_remove_inside_corners.png
--------------------------------------------------------------------------------
/resources/articles/images/raft_smoothing_0mm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/raft_smoothing_0mm.png
--------------------------------------------------------------------------------
/resources/articles/images/raft_smoothing_5mm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/raft_smoothing_5mm.png
--------------------------------------------------------------------------------
/resources/articles/images/retraction_combing_off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/retraction_combing_off.png
--------------------------------------------------------------------------------
/resources/articles/images/retraction_combing_on.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/retraction_combing_on.png
--------------------------------------------------------------------------------
/resources/articles/images/retraction_enable_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/retraction_enable_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/retraction_enable_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/retraction_enable_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/retraction_min_travel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/retraction_min_travel.png
--------------------------------------------------------------------------------
/resources/articles/images/ringing.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/ringing.jpg
--------------------------------------------------------------------------------
/resources/articles/images/roofing_extruder_nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/roofing_extruder_nr.png
--------------------------------------------------------------------------------
/resources/articles/images/roofing_layer_count.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/roofing_layer_count.png
--------------------------------------------------------------------------------
/resources/articles/images/sagging.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/sagging.jpg
--------------------------------------------------------------------------------
/resources/articles/images/scarring.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/scarring.jpg
--------------------------------------------------------------------------------
/resources/articles/images/seam.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/seam.jpg
--------------------------------------------------------------------------------
/resources/articles/images/skin_alternate_rotation.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_alternate_rotation.gif
--------------------------------------------------------------------------------
/resources/articles/images/skin_angles.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_angles.gif
--------------------------------------------------------------------------------
/resources/articles/images/skin_edge_support_thickness.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_edge_support_thickness.png
--------------------------------------------------------------------------------
/resources/articles/images/skin_edge_support_thickness_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_edge_support_thickness_0.png
--------------------------------------------------------------------------------
/resources/articles/images/skin_line_width.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_line_width.png
--------------------------------------------------------------------------------
/resources/articles/images/skin_monotonic_disabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_monotonic_disabled.gif
--------------------------------------------------------------------------------
/resources/articles/images/skin_monotonic_disabled.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_monotonic_disabled.jpg
--------------------------------------------------------------------------------
/resources/articles/images/skin_monotonic_enabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_monotonic_enabled.gif
--------------------------------------------------------------------------------
/resources/articles/images/skin_monotonic_enabled.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_monotonic_enabled.jpg
--------------------------------------------------------------------------------
/resources/articles/images/skin_no_small_gaps_heuristic_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_no_small_gaps_heuristic_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/skin_no_small_gaps_heuristic_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_no_small_gaps_heuristic_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/skin_outline_count_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_outline_count_0.png
--------------------------------------------------------------------------------
/resources/articles/images/skin_outline_count_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_outline_count_2.png
--------------------------------------------------------------------------------
/resources/articles/images/skin_overlap_20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_overlap_20.png
--------------------------------------------------------------------------------
/resources/articles/images/skin_overlap_none.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_overlap_none.png
--------------------------------------------------------------------------------
/resources/articles/images/skin_preshrink_original.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_preshrink_original.png
--------------------------------------------------------------------------------
/resources/articles/images/skin_preshrink_problem_screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_preshrink_problem_screenshot.png
--------------------------------------------------------------------------------
/resources/articles/images/skin_preshrink_shrunk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/skin_preshrink_shrunk.png
--------------------------------------------------------------------------------
/resources/articles/images/speed_difference.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/speed_difference.png
--------------------------------------------------------------------------------
/resources/articles/images/stringing.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/stringing.jpg
--------------------------------------------------------------------------------
/resources/articles/images/sub_div_rad_add_large.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/sub_div_rad_add_large.png
--------------------------------------------------------------------------------
/resources/articles/images/sub_div_rad_add_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/sub_div_rad_add_small.png
--------------------------------------------------------------------------------
/resources/articles/images/support_angle_high.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_angle_high.png
--------------------------------------------------------------------------------
/resources/articles/images/support_angle_low.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_angle_low.png
--------------------------------------------------------------------------------
/resources/articles/images/support_angle_prepare_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_angle_prepare_mode.png
--------------------------------------------------------------------------------
/resources/articles/images/support_bottom_enable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_bottom_enable.png
--------------------------------------------------------------------------------
/resources/articles/images/support_bottom_extruder_nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_bottom_extruder_nr.png
--------------------------------------------------------------------------------
/resources/articles/images/support_bottom_line_width.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_bottom_line_width.png
--------------------------------------------------------------------------------
/resources/articles/images/support_bottom_stair_step_height.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_bottom_stair_step_height.png
--------------------------------------------------------------------------------
/resources/articles/images/support_bottom_stair_step_min_slope_10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_bottom_stair_step_min_slope_10.png
--------------------------------------------------------------------------------
/resources/articles/images/support_bottom_stair_step_min_slope_30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_bottom_stair_step_min_slope_30.png
--------------------------------------------------------------------------------
/resources/articles/images/support_bottom_stair_step_width.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_bottom_stair_step_width.png
--------------------------------------------------------------------------------
/resources/articles/images/support_brim_2mm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_brim_2mm.png
--------------------------------------------------------------------------------
/resources/articles/images/support_brim_4mm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_brim_4mm.png
--------------------------------------------------------------------------------
/resources/articles/images/support_conical_angle_10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_conical_angle_10.png
--------------------------------------------------------------------------------
/resources/articles/images/support_conical_angle_neg10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_conical_angle_neg10.png
--------------------------------------------------------------------------------
/resources/articles/images/support_conical_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_conical_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/support_conical_min_width_20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_conical_min_width_20.png
--------------------------------------------------------------------------------
/resources/articles/images/support_enable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_enable.png
--------------------------------------------------------------------------------
/resources/articles/images/support_enable_prepare_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_enable_prepare_mode.png
--------------------------------------------------------------------------------
/resources/articles/images/support_extruder_nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_extruder_nr.png
--------------------------------------------------------------------------------
/resources/articles/images/support_extruder_nr_layer_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_extruder_nr_layer_0.png
--------------------------------------------------------------------------------
/resources/articles/images/support_infill_angle_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_infill_angle_0.png
--------------------------------------------------------------------------------
/resources/articles/images/support_infill_angle_30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_infill_angle_30.png
--------------------------------------------------------------------------------
/resources/articles/images/support_infill_angles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_infill_angles.png
--------------------------------------------------------------------------------
/resources/articles/images/support_infill_extruder_nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_infill_extruder_nr.png
--------------------------------------------------------------------------------
/resources/articles/images/support_infill_rate_high.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_infill_rate_high.png
--------------------------------------------------------------------------------
/resources/articles/images/support_infill_rate_low.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_infill_rate_low.png
--------------------------------------------------------------------------------
/resources/articles/images/support_infill_sparse_thickness.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_infill_sparse_thickness.png
--------------------------------------------------------------------------------
/resources/articles/images/support_initial_layer_line_distance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_initial_layer_line_distance.png
--------------------------------------------------------------------------------
/resources/articles/images/support_interface_angles_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_interface_angles_0.png
--------------------------------------------------------------------------------
/resources/articles/images/support_interface_angles_45.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_interface_angles_45.png
--------------------------------------------------------------------------------
/resources/articles/images/support_interface_enable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_interface_enable.png
--------------------------------------------------------------------------------
/resources/articles/images/support_interface_extruder_nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_interface_extruder_nr.png
--------------------------------------------------------------------------------
/resources/articles/images/support_interface_offset.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_interface_offset.png
--------------------------------------------------------------------------------
/resources/articles/images/support_join_distance_high.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_join_distance_high.png
--------------------------------------------------------------------------------
/resources/articles/images/support_join_distance_low.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_join_distance_low.png
--------------------------------------------------------------------------------
/resources/articles/images/support_line_width.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_line_width.png
--------------------------------------------------------------------------------
/resources/articles/images/support_minimise_overhang.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_minimise_overhang.png
--------------------------------------------------------------------------------
/resources/articles/images/support_offset.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_offset.png
--------------------------------------------------------------------------------
/resources/articles/images/support_pattern_concentric.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_pattern_concentric.png
--------------------------------------------------------------------------------
/resources/articles/images/support_pattern_cross.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_pattern_cross.png
--------------------------------------------------------------------------------
/resources/articles/images/support_pattern_grid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_pattern_grid.png
--------------------------------------------------------------------------------
/resources/articles/images/support_pattern_gyroid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_pattern_gyroid.png
--------------------------------------------------------------------------------
/resources/articles/images/support_pattern_lines.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_pattern_lines.png
--------------------------------------------------------------------------------
/resources/articles/images/support_pattern_triangles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_pattern_triangles.png
--------------------------------------------------------------------------------
/resources/articles/images/support_pattern_zigzag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_pattern_zigzag.png
--------------------------------------------------------------------------------
/resources/articles/images/support_roof_enable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_roof_enable.png
--------------------------------------------------------------------------------
/resources/articles/images/support_roof_extruder_nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_roof_extruder_nr.png
--------------------------------------------------------------------------------
/resources/articles/images/support_roof_line_width.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_roof_line_width.png
--------------------------------------------------------------------------------
/resources/articles/images/support_skip_some_zags.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_skip_some_zags.png
--------------------------------------------------------------------------------
/resources/articles/images/support_structure_tree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_structure_tree.png
--------------------------------------------------------------------------------
/resources/articles/images/support_tree_angle_20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_tree_angle_20.png
--------------------------------------------------------------------------------
/resources/articles/images/support_tree_angle_40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_tree_angle_40.png
--------------------------------------------------------------------------------
/resources/articles/images/support_tree_branch_diameter_1_4mm_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_tree_branch_diameter_1_4mm_5.png
--------------------------------------------------------------------------------
/resources/articles/images/support_tree_branch_diameter_5mm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_tree_branch_diameter_5mm.png
--------------------------------------------------------------------------------
/resources/articles/images/support_tree_branch_diameter_angle_10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_tree_branch_diameter_angle_10.png
--------------------------------------------------------------------------------
/resources/articles/images/support_tree_branch_distance_1_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_tree_branch_distance_1_4.png
--------------------------------------------------------------------------------
/resources/articles/images/support_tree_branch_distance_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_tree_branch_distance_5.png
--------------------------------------------------------------------------------
/resources/articles/images/support_tree_collision_resolution_hi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_tree_collision_resolution_hi.png
--------------------------------------------------------------------------------
/resources/articles/images/support_tree_collision_resolution_lo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_tree_collision_resolution_lo.png
--------------------------------------------------------------------------------
/resources/articles/images/support_tree_wall_count.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_tree_wall_count.png
--------------------------------------------------------------------------------
/resources/articles/images/support_type_everywhere.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_type_everywhere.png
--------------------------------------------------------------------------------
/resources/articles/images/support_type_touching_buildplate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_type_touching_buildplate.png
--------------------------------------------------------------------------------
/resources/articles/images/support_wall_count_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_wall_count_0.png
--------------------------------------------------------------------------------
/resources/articles/images/support_wall_count_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_wall_count_3.png
--------------------------------------------------------------------------------
/resources/articles/images/support_xy_distance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_xy_distance.png
--------------------------------------------------------------------------------
/resources/articles/images/support_z_distance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/support_z_distance.png
--------------------------------------------------------------------------------
/resources/articles/images/top_bottom_extruder_nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/top_bottom_extruder_nr.png
--------------------------------------------------------------------------------
/resources/articles/images/top_bottom_pattern_0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/top_bottom_pattern_0.gif
--------------------------------------------------------------------------------
/resources/articles/images/top_bottom_pattern_concentric.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/top_bottom_pattern_concentric.png
--------------------------------------------------------------------------------
/resources/articles/images/top_bottom_pattern_lines.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/top_bottom_pattern_lines.png
--------------------------------------------------------------------------------
/resources/articles/images/top_bottom_pattern_zigzag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/top_bottom_pattern_zigzag.png
--------------------------------------------------------------------------------
/resources/articles/images/top_bottom_thickness_0.8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/top_bottom_thickness_0.8.png
--------------------------------------------------------------------------------
/resources/articles/images/top_bottom_thickness_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/top_bottom_thickness_3.png
--------------------------------------------------------------------------------
/resources/articles/images/top_thickness.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/top_thickness.png
--------------------------------------------------------------------------------
/resources/articles/images/topography.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/topography.jpg
--------------------------------------------------------------------------------
/resources/articles/images/travel_avoid_other_parts_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/travel_avoid_other_parts_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/travel_avoid_other_parts_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/travel_avoid_other_parts_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/travel_compensate_overlapping_walls_enabled_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/travel_compensate_overlapping_walls_enabled_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/travel_compensate_overlapping_walls_enabled_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/travel_compensate_overlapping_walls_enabled_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/travel_compensate_overlapping_walls_x_enabled_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/travel_compensate_overlapping_walls_x_enabled_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/travel_compensate_overlapping_walls_x_enabled_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/travel_compensate_overlapping_walls_x_enabled_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/underextrusion.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/underextrusion.jpg
--------------------------------------------------------------------------------
/resources/articles/images/unfinished_print.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/unfinished_print.jpg
--------------------------------------------------------------------------------
/resources/articles/images/wall_0_extruder_nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_0_extruder_nr.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_0_wipe_dist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_0_wipe_dist.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_distribution_count_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_distribution_count_1.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_distribution_count_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_distribution_count_5.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_extruder_nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_extruder_nr.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_line_width.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_line_width.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_line_width_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_line_width_0.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_line_width_x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_line_width_x.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_min_flow_0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_min_flow_0.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_min_flow_50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_min_flow_50.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_thickness_0.8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_thickness_0.8.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_thickness_1.6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_thickness_1.6.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_transition_angle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_transition_angle.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_transition_filter_off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_transition_filter_off.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_transition_filter_on.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_transition_filter_on.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_transition_length_0_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_transition_length_0_2.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_transition_length_1_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_transition_length_1_5.png
--------------------------------------------------------------------------------
/resources/articles/images/wall_x_extruder_nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/wall_x_extruder_nr.png
--------------------------------------------------------------------------------
/resources/articles/images/warping.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/warping.jpg
--------------------------------------------------------------------------------
/resources/articles/images/x_ray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/x_ray.png
--------------------------------------------------------------------------------
/resources/articles/images/xy_offset_layer_0_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/xy_offset_layer_0_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/xy_offset_layer_0_original.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/xy_offset_layer_0_original.png
--------------------------------------------------------------------------------
/resources/articles/images/xy_offset_neutral.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/xy_offset_neutral.png
--------------------------------------------------------------------------------
/resources/articles/images/xy_offset_slimmer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/xy_offset_slimmer.png
--------------------------------------------------------------------------------
/resources/articles/images/xy_offset_wider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/xy_offset_wider.png
--------------------------------------------------------------------------------
/resources/articles/images/z_seam_relative_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/z_seam_relative_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/z_seam_relative_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/z_seam_relative_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/z_seam_type_random.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/z_seam_type_random.png
--------------------------------------------------------------------------------
/resources/articles/images/z_seam_type_sharpest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/z_seam_type_sharpest.png
--------------------------------------------------------------------------------
/resources/articles/images/z_seam_type_shortest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/z_seam_type_shortest.png
--------------------------------------------------------------------------------
/resources/articles/images/z_seam_type_user.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/z_seam_type_user.png
--------------------------------------------------------------------------------
/resources/articles/images/z_seam_x_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/z_seam_x_left.png
--------------------------------------------------------------------------------
/resources/articles/images/z_seam_x_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/z_seam_x_right.png
--------------------------------------------------------------------------------
/resources/articles/images/z_seam_y_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/z_seam_y_back.png
--------------------------------------------------------------------------------
/resources/articles/images/z_seam_y_front.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/z_seam_y_front.png
--------------------------------------------------------------------------------
/resources/articles/images/zig_zaggify_infill_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/zig_zaggify_infill_enabled.png
--------------------------------------------------------------------------------
/resources/articles/images/zig_zaggify_support_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/zig_zaggify_support_disabled.png
--------------------------------------------------------------------------------
/resources/articles/images/zig_zaggify_support_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/d7d700427b45743845f0eac8dceec575bee19332/resources/articles/images/zig_zaggify_support_enabled.png
--------------------------------------------------------------------------------
/resources/articles/machine_settings/machine_acceleration.md:
--------------------------------------------------------------------------------
1 | Default Acceleration
2 | ====
3 | This setting indicates the acceleration that your firmware uses if Cura is not [controlling the acceleration](../speed/acceleration_enabled.md) of the print.
4 |
5 | This is used to obtain correct time estimates for your print if Cura is not controlling the acceleration rates. The entire print will use the same acceleration rate then.
6 |
7 | **Since this is a machine setting, this setting is not normally visible in the settings list.**
--------------------------------------------------------------------------------
/resources/articles/machine_settings/machine_buildplate_type.md:
--------------------------------------------------------------------------------
1 | Build Plate Material
2 | ====
3 | With this setting, you can indicate what type of material your build plate is made out of. There are currently two options: aluminium or glass.
4 |
5 | Cura does absolutely nothing with this information, except to pass it on to the g-code in the Griffin g-code header. This way, the printer can know whether the g-code was intended for the correct build plate.
6 |
7 | **Since this is a machine setting, this setting is not normally visible in the settings list.**
--------------------------------------------------------------------------------
/resources/articles/machine_settings/machine_max_feedrate_z.md:
--------------------------------------------------------------------------------
1 | Maximum Speed Z
2 | ====
3 | This setting indicates the highest speed that your printer can reach in the Z direction.
4 |
5 | This is used to limit the [Z Hop Speed](../speed/speed_z_hop.md). You can't use a Z hop speed that is greater than the maximum speed your printer can take.
6 |
7 | **Since this is a machine setting, this setting is not normally visible in the settings list.**
--------------------------------------------------------------------------------
/resources/articles/machine_settings/machine_max_jerk_e.md:
--------------------------------------------------------------------------------
1 | Default Filament Jerk
2 | ====
3 | This setting indicates the jerk rate that your firmware uses for the feeder, if Cura is not [controlling the jerk](../speed/jerk_enabled.md) of the print.
4 |
5 | This is used to obtain correct time estimates for your print if Cura is not controlling the jerk rates. The entire print will use the same jerk rate then.
6 |
7 | **Since this is a machine setting, this setting is not normally visible in the settings list.**
--------------------------------------------------------------------------------
/resources/articles/machine_settings/machine_max_jerk_z.md:
--------------------------------------------------------------------------------
1 | Default Z Jerk
2 | ====
3 | This setting indicates the jerk rate that your firmware uses for the Z direction, if Cura is not [controlling the jerk](../speed/jerk_enabled.md) of the print.
4 |
5 | This is used to obtain correct time estimates for your print if Cura is not controlling the jerk rates. The entire print will use the same jerk rate then.
6 |
7 | **Since this is a machine setting, this setting is not normally visible in the settings list.**
--------------------------------------------------------------------------------
/resources/articles/machine_settings/machine_nozzle_head_distance.md:
--------------------------------------------------------------------------------
1 | Nozzle Length
2 | ====
3 | This setting contains the distance between the tip of the nozzle and the main body of the printer.
4 |
5 | 
6 |
7 | This setting is not used by Cura, but profiles may use it to determine the values for other settings, such as the [Wire Printing Connection Height](../experimental/wireframe_height.md).
8 |
9 | **Since this is a machine setting, this setting is not normally visible in the settings list.**
--------------------------------------------------------------------------------
/resources/articles/machine_settings/machine_nozzle_id.md:
--------------------------------------------------------------------------------
1 | Nozzle ID
2 | ====
3 | This is a setting, intended to be specialised by nozzle profiles, that indicates what type of nozzle this is.
4 |
5 | The value of this setting is written in the g-code header when using the [Griffin flavour of g-code](machine_gcode_flavor.md). This way the printer knows which nozzle the g-code was meant for, and can warn the user that he might want to switch the nozzle before starting this print.
6 |
7 | **Since this is a machine setting, this setting is not normally visible in the settings list.**
--------------------------------------------------------------------------------
/resources/articles/machine_settings/machine_nozzle_tip_outer_diameter.md:
--------------------------------------------------------------------------------
1 | Outer Nozzle Diameter
2 | ====
3 | This setting describes the outside diameter of the nozzle tip at its thinnest point, in the bottom.
4 |
5 | 
6 |
7 | Other settings can use this to automatically set some defaults, such as the spacing between ironing lines.
8 |
9 | **Since this is a machine setting, this setting is not normally visible in the settings list.**
--------------------------------------------------------------------------------
/resources/articles/machine_settings/machine_show_variants.md:
--------------------------------------------------------------------------------
1 | Show Machine Variants
2 | ====
3 | Up until Cura 2.1, this setting used to determine whether printer definitions derived from this printer would be shown as variants of the printer in a separate drop-down.
4 |
5 | Since Cura 2.3, this setting no longer has any effect.
6 |
7 | **Since this is a machine setting, this setting is not normally visible in the settings list.**
--------------------------------------------------------------------------------
/resources/articles/material/default_material_print_temperature.md:
--------------------------------------------------------------------------------
1 | Default Printing Temperature
2 | ====
3 | This setting defines the printing temperature that is ideal for the material. Changing the printing temperature in the material manager will actually change this temperature. The actual printing temperature may still vary for different quality profiles. It is uncommon to need to change this setting unless you are using an uncommon material.
4 |
5 | This setting is translated through to the other temperature settings that define the extrusion temperatures at various stages during the printing process.
--------------------------------------------------------------------------------
/resources/articles/material/material_surface_energy.md:
--------------------------------------------------------------------------------
1 | Surface Energy
2 | ====
3 | This setting describes how strong the surface energy is with the printed material. It is not meant to be changed, only prescribed by the material that is being used.
4 |
5 | The setting is not actually used by slicing at the moment, but some printer profiles use it to determine whether to use a prime tower or not.
6 |
7 | **The setting is not visible in Cura's interface. It can only be adjusted by the profiles.**
--------------------------------------------------------------------------------
/resources/articles/material/retract_at_layer_change.md:
--------------------------------------------------------------------------------
1 | Retract at Layer Change
2 | ====
3 | If enabled, the filament will be retracted when moving to the height of the next layer.
4 |
5 | This can be used to reduce the Z seam on the surface. However, it will only be effective if the retraction distance is very low. If the retraction distance is high, the duration of the retraction will allow the material to ooze so much that it counteracts the retraction.
--------------------------------------------------------------------------------
/resources/articles/meshfix/alternate_carve_order.md:
--------------------------------------------------------------------------------
1 | Alternate Mesh Removal
2 | ====
3 | When multiple meshes overlap, Cura will normally remove part of one mesh to make place for the other. With this option, the meshes will alternate layer by layer, creating a woven mix of the two.
--------------------------------------------------------------------------------
/resources/articles/meshfix/carve_multiple_volumes.md:
--------------------------------------------------------------------------------
1 | Remove Mesh Intersection
2 | ====
3 | If multiple meshes overlap with each other, they would normally just both get printed, resulting in overextrusion. When this setting is enabled, one of the meshes gets carved out by the other. This way there will be no overextrusion, and the result will look just the same on the outside.
--------------------------------------------------------------------------------
/resources/articles/platform_adhesion/brim_line_count.md:
--------------------------------------------------------------------------------
1 | Brim Line Count
2 | ====
3 | Controls how many perimeters are being drawn around the base of your print.
4 |
5 | 
6 |
7 | More brim lines will improve adhesion to the build plate, by increasing the surface area of your print. However, it will reduce the effective print area.
8 |
9 | **This setting overrides the [Brim Width](brim_width.md) setting.**
--------------------------------------------------------------------------------
/resources/articles/platform_adhesion/brim_width.md:
--------------------------------------------------------------------------------
1 | Brim Width
2 | ====
3 | This setting adjusts the width of the brim in millimeters.
4 |
5 | 
6 |
7 | A wider brim will improve adhesion to the build plate, by increasing the surface area of your print. However, it will reduce the effective print area.
--------------------------------------------------------------------------------
/resources/articles/platform_adhesion/raft_base_extruder_nr.md:
--------------------------------------------------------------------------------
1 | Raft Base Extruder
2 | ====
3 | This setting selects the extruder to use for the base layer of the raft.
4 |
5 | 
6 |
7 | The base layer is the one that rests on top of the build plate. It must provide ample adhesion to the build plate, so it is good to choose a material for this that sticks well to the build plate and doesn't shrink.
--------------------------------------------------------------------------------
/resources/articles/platform_adhesion/raft_base_line_width.md:
--------------------------------------------------------------------------------
1 | Raft Base Line Width
2 | ====
3 | This setting configures the width of the lines with which the lowest layer of the raft is being drawn.
4 |
5 | 
6 |
7 | The lines of the base layer of the raft should be very thick. Thicker lines will cause the material to be pushed very hard on the build plate, which improves adhesion. The lines can be a bit wider than the nozzle size, but there is a limit to how far the material can flow sideways with small nozzles.
--------------------------------------------------------------------------------
/resources/articles/platform_adhesion/skirt_gap.md:
--------------------------------------------------------------------------------
1 | Skirt Distance
2 | ====
3 | This setting adjusts the distance between the model and the skirt.
4 |
5 | This is the distance between the closest line of the skirt and the model. If the skirt consists of multiple lines, these additional lines will be placed further away from the model.
6 |
7 | By keeping enough distance, the skirt won't attach to the model, reducing the elephant's feet effect.
--------------------------------------------------------------------------------
/resources/articles/speed/acceleration_support_roof.md:
--------------------------------------------------------------------------------
1 | Support Roof Acceleration
2 | ====
3 | This setting controls how fast the nozzle accelerates into different directions while printing the support roof. The acceleration during the support roof can be set to a different rate than the support floor.
4 |
5 | The support roof is more sensitive to inaccurate printing, because it directly affects the overhang quality. Adjusting the support roof to have a lower acceleration rate than the support bottom can give better overhang quality for a similar printing time.
--------------------------------------------------------------------------------
/resources/articles/speed/jerk_support_bottom.md:
--------------------------------------------------------------------------------
1 | Support Floor Jerk
2 | ====
3 | This setting determines the speed at which the nozzle can go through corners while printing the support floors. This can be configured separately from the support roofs.
4 |
5 | While the support roof is critical both for scarring and for the overhang quality, the support floor only affects scarring. It has no bearing on the overhang quality because the model doesn't rest on it, only the support. This allows you to print the support floor somewhat less carefully than the support roof, to save some printing time.
--------------------------------------------------------------------------------
/resources/articles/speed/max_feedrate_z_override.md:
--------------------------------------------------------------------------------
1 | Maximum Z Speed
2 | ====
3 | This setting changes the speed for all build plate movements during the print. This includes all layer changes and Z Hops.
4 |
5 | Normally the speed of the build plate movements are determined by the firmware, which lets it move as fast as possible.
6 |
7 | **[Spiralize Outer Contours](../blackmagic/magic_spiralize.md) is not affected by this setting, even if it causes the printer to move the build plate continuously during printing.**
--------------------------------------------------------------------------------
/resources/articles/speed/skirt_brim_speed.md:
--------------------------------------------------------------------------------
1 | Skirt/Brim Speed
2 | ====
3 | This setting adjusts the speed of the skirt or the brim separately from the rest of the print.
4 |
5 | The skirt or brim is usually printed rather slowly, in order to make it stick better to the build plate. Printing slower (up to a point) generally makes it stick better, but takes more time to print.
6 |
7 | Even though the skirt and brim are printed on the first layer, this setting overrides the [Initial Layer Print Speed](speed_print_layer_0.md).
--------------------------------------------------------------------------------
/resources/articles/speed/speed_prime_tower.md:
--------------------------------------------------------------------------------
1 | Prime Tower Speed
2 | ====
3 | This setting configures the speed at which the prime tower is printed.
4 |
5 | It's usually good to print the prime tower at a similar speed as the rest of the print, so that the material gets primed properly. However, printing the prime tower slower will make it more stable as well, which can be useful for runny materials or very tall prints.
--------------------------------------------------------------------------------
/resources/articles/support/support_bottom_density.md:
--------------------------------------------------------------------------------
1 | Support Floor Density
2 | ====
3 | This setting specifies how dense the support floor will be, where the support rests on the model.
4 |
5 | Increasing the density of the support floor will increase the contact area between the support and the model, causing it to stick better. This can make the support more stable, but also harder to remove. Materials that are specialised for easy removal can benefit greatly from this, such as materials with different shrinkage ratios or soluble materials.
--------------------------------------------------------------------------------
/resources/articles/support/support_bottom_line_distance.md:
--------------------------------------------------------------------------------
1 | Support Floor Line Distance
2 | ====
3 | This setting configures the distance between any two adjacent lines in the support floor pattern, where the support rests on the model.
4 |
5 | Reducing the distance between lines in the support floor will increase the contact area between the support and the model, causing it to stick better. This can make the support more stable, but also harder to remove. Materials that are specialised for easy removal can benefit greatly from this, such as materials with different shrinkage ratios or soluble materials.
--------------------------------------------------------------------------------
/resources/articles/support/support_bottom_offset.md:
--------------------------------------------------------------------------------
1 | Support Floor Horizontal Expansion
2 | ====
3 | This setting causes the support floor to expand in all horizontal directions into the rest of the support.
4 |
5 | Some materials typically used to print support with extrude badly at low flow rates or need some time to get going. Small areas of support floor don't jive well with those materials. This setting can literally make the areas larger so that there is more space to extrude these materials.
--------------------------------------------------------------------------------
/resources/articles/support/support_interface_density.md:
--------------------------------------------------------------------------------
1 | Support Interface Density
2 | ====
3 | This setting specifies how dense the interface between support and the model will be.
4 |
5 | Increasing the density of the support interface allows you to achieve a nice surface finish at the overhangs, just as if the entire support was printed with a great density, without needing all that much extra printing time and material. However it will still be harder to remove the support from the model after printing, because the contact area is still increased.
--------------------------------------------------------------------------------
/resources/articles/support/support_tower_diameter.md:
--------------------------------------------------------------------------------
1 | Tower Diameter
2 | ====
3 | Some overhanging parts of the model are very small. The support that would be generated would topple over easily. Instead, Cura generates towers for these pieces that are wider, so they won't topple over.
4 |
5 | This setting configures how wide those towers are.
6 |
7 | 
8 |
9 | Wider towers take slightly longer to print and consume more material, but they also make the support more sturdy which ultimately improves the reliability of the print.
--------------------------------------------------------------------------------
/resources/articles/top_bottom/acceleration_ironing.md:
--------------------------------------------------------------------------------
1 | Ironing Acceleration
2 | ====
3 | The acceleration of ironing can be adjusted separately, to fine-tune the process.
4 |
5 | * The acceleration during ironing is normally significantly slower than the print acceleration, to ensure the layer gets a smooth surface.
--------------------------------------------------------------------------------
/resources/articles/top_bottom/jerk_ironing.md:
--------------------------------------------------------------------------------
1 | Ironing Jerk
2 | ====
3 | This setting adjusts the jerk only during the parts where the printer is ironing.
4 |
5 | Similar to the [Top/Bottom Jerk](../speed/jerk_topbottom.md) setting, you can reduce the jerk for ironing in order to achieve a better top surface quality. If the jerk is too high, vibrations in the printer's frame may cause the build plate to move up and down (depending on the printer's design) which causes ringing.
--------------------------------------------------------------------------------
/resources/articles/top_bottom/speed_ironing.md:
--------------------------------------------------------------------------------
1 | Ironing Speed
2 | ====
3 | Since ironing behaves widely different with different materials, this setting allows you to control how fast the nozzle moves during ironing.
4 |
5 | The ironing speed is normally significantly slower than the speed at which the skin is printed. This allows the top surface lines to fuse together. However it will also increase the total printing time quite significantly, especially if the line width of ironing is low.
--------------------------------------------------------------------------------
/resources/icons/arrow.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/resources/icons/camera.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/resources/icons/icon.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/resources/icons/play.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/resources/icons/translations.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/resources/models/arrow.scad:
--------------------------------------------------------------------------------
1 | intersection() {
2 | union() {
3 | rotate([-45, 0, 0]) {
4 | cube([50, 20, 20]);
5 | }
6 | translate([70, 20 / sqrt(2),0]) {
7 | mirror([1, 0, 0]) {
8 | rotate([90, 45, 0]) {
9 | rotate([0, 45, 0]) {
10 | cube([60, 30, 60]);
11 | }
12 | }
13 | }
14 | }
15 | }
16 | translate([0, -50, 0]) { //Whole arrow.
17 | cube([100, 100, 100]);
18 | }
19 | }
--------------------------------------------------------------------------------
/resources/models/barn.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.2;
2 | $fa = 1;
3 |
4 | intersection() {
5 | rotate([0, 90, 0]) {
6 | cylinder(r=20, h=60);
7 | }
8 | translate([0, -20, 0]) {
9 | cube([60, 40, 20]);
10 | }
11 | }
12 | translate([60, 0, 0]) {
13 | cylinder(r=20, h=40);
14 | translate([0, 0, 40]) {
15 | cylinder(r1=20, r2=5, h=5);
16 | }
17 | translate([0, 0, 45]) {
18 | cylinder(r=5, h=5);
19 | }
20 | translate([0, 0, 50]) {
21 | sphere(r=5);
22 | }
23 | }
--------------------------------------------------------------------------------
/resources/models/basic_overhang.scad:
--------------------------------------------------------------------------------
1 | cube([10,10,50]);
2 | translate([0,0,40])
3 | cube([50,10,10]);
4 | translate([10.1,0,39.9])
5 | cube([39.9,10,10]);
--------------------------------------------------------------------------------
/resources/models/bridge.scad:
--------------------------------------------------------------------------------
1 | cube(5);
2 | translate([25, 0, 0])
3 | cube(5);
4 | translate([0, 0, 5])
5 | cube([30, 5, 1]);
--------------------------------------------------------------------------------
/resources/models/cube.scad:
--------------------------------------------------------------------------------
1 | cube(40);
--------------------------------------------------------------------------------
/resources/models/curved_top.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.2;
2 | $fa = 1;
3 |
4 | intersection() {
5 | translate([40, 0, -100]) {
6 | rotate([-90, 0, 0]) {
7 | cylinder(r=120, h=10);
8 | }
9 | }
10 | cube([80, 10, 1000]);
11 | }
--------------------------------------------------------------------------------
/resources/models/cylinder.scad:
--------------------------------------------------------------------------------
1 | cylinder(r=10, h=20, $fn=360);
--------------------------------------------------------------------------------
/resources/models/d1.scad:
--------------------------------------------------------------------------------
1 | $fn = 120;
2 | radius = 7.5;
3 | taper_frac = 0.2;
4 | text_depth = 1;
5 |
6 | difference() {
7 | sphere(r=radius);
8 | translate([-radius, -radius, -radius]) {
9 | cube([radius * 2, radius * 2, radius * taper_frac]);
10 | }
11 | translate([0, 0, radius - text_depth]) {
12 | linear_extrude(height = text_depth) {
13 | text("1", halign="center", valign="center", size=6);
14 | }
15 | }
16 | }
--------------------------------------------------------------------------------
/resources/models/dimple_big.scad:
--------------------------------------------------------------------------------
1 | size = 40;
2 | height = 20;
3 |
4 | difference() {
5 | cube([size, size, height]);
6 | translate([size / 2, size / 2, height - 5]) {
7 | cylinder(r=10, h=6);
8 | }
9 | }
--------------------------------------------------------------------------------
/resources/models/dowel.scad:
--------------------------------------------------------------------------------
1 | $fn = 180;
2 |
3 | difference() {
4 | union() {
5 | cylinder(r1=5, r2=20, h=5);
6 | cylinder(r=5, h=25);
7 | translate([0, 0, 5]) {
8 | for(i=[0:10 / $fn:10]) {
9 | cylinder(r1=5 + pow(10 - i, 2) / 10, r2=5, h=pow(i, 2) / 10);
10 | }
11 | }
12 | }
13 | translate([-20, 0, 15]) {
14 | rotate([0, 90, 0]) {
15 | cylinder(r=3, h=40);
16 | }
17 | }
18 | }
--------------------------------------------------------------------------------
/resources/models/f.scad:
--------------------------------------------------------------------------------
1 | difference() {
2 | cube([20, 10, 40]);
3 | translate([10, 0, 20]) {
4 | cube([10, 10, 10]);
5 | }
6 | translate([10, 0, 0]) {
7 | cube([10, 10, 10]);
8 | }
9 | }
--------------------------------------------------------------------------------
/resources/models/f3.scad:
--------------------------------------------------------------------------------
1 | cube([10, 10, 40]);
2 | translate([10, 0, 10]) {
3 | cube(10);
4 | }
5 | translate([10, 0, 30]) {
6 | cube([20, 10, 10]);
7 | }
--------------------------------------------------------------------------------
/resources/models/foothold.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.2;
2 | $fa = 1;
3 |
4 | difference() {
5 | union() {
6 | minkowski() {
7 | scale([1, 1, 0]) {
8 | cube([30, 10, 10]);
9 | }
10 | cylinder(r1=4, r2=0, h=10);
11 | }
12 | minkowski() {
13 | translate([15, 0, 0]) {
14 | scale([1, 1, 0]) {
15 | cube([15, 10, 2]);
16 | }
17 | }
18 | cylinder(r1=4, r2=0, h=12);
19 | }
20 | }
21 | cube([30, 10, 10]);
22 | }
--------------------------------------------------------------------------------
/resources/models/gazebo2.scad:
--------------------------------------------------------------------------------
1 | $fn=40;
2 | difference() {
3 | cube(40);
4 | translate([20, 5, 10])
5 | sphere(r=20);
6 | translate([10, 25, 14])
7 | sphere(r=25);
8 | }
--------------------------------------------------------------------------------
/resources/models/gear.scad:
--------------------------------------------------------------------------------
1 | module gear(height, radius, teeth_depth, teeth=30) {
2 | cylinder(h=height, r=radius, $fn=teeth);
3 | for(tooth = [0:teeth]) {
4 | rotate([0, 0, tooth * 360 / teeth]) {
5 | linear_extrude(height=height) {
6 | polygon(points=[[radius, 0], [cos(360 / teeth) * radius, sin(360 / teeth) * radius], [cos(180 / teeth) * (radius + teeth_depth), sin(180 / teeth) * (radius + teeth_depth)]], convexity=1);
7 | }
8 | }
9 | }
10 | }
11 |
12 | gear(height=4, radius=20, teeth_depth=3);
--------------------------------------------------------------------------------
/resources/models/half_sphere.scad:
--------------------------------------------------------------------------------
1 | $fn = 360;
2 |
3 | intersection() {
4 | sphere(r=20);
5 | translate([-20, -20, 0]) {
6 | cube(40);
7 | }
8 | }
--------------------------------------------------------------------------------
/resources/models/hex_foot.scad:
--------------------------------------------------------------------------------
1 | difference() {
2 | cylinder(r1=20, r2=4, h=3, $fn=6);
3 | cylinder(r=4, h=3, $fn=6);
4 | }
--------------------------------------------------------------------------------
/resources/models/hexagonal_prism.scad:
--------------------------------------------------------------------------------
1 | rotate([0, 0, 90]) {
2 | cylinder(r=20, h=20, $fn=6);
3 | }
--------------------------------------------------------------------------------
/resources/models/holes_cutout.scad:
--------------------------------------------------------------------------------
1 | $fn = 30;
2 | first_distance = 1.2;
3 | first_radius = 5;
4 | second_distance = 0.4;
5 | second_radius = 3;
6 |
7 | difference() {
8 | cube([20, 15, 3]);
9 | translate([first_distance + first_radius, 7.5, 0])
10 | cylinder(r=first_radius, h=3);
11 | translate([first_distance + first_radius * 2 + second_distance + second_radius, 7.5, 0])
12 | cylinder(r=second_radius, h=3);
13 | }
--------------------------------------------------------------------------------
/resources/models/holes_in_panel.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.5;
2 | $fa = 1;
3 |
4 | difference() {
5 | cube([80, 40, 5]);
6 | translate([20, 20, -1]) {
7 | cylinder(r=15, h=7);
8 | }
9 | translate([60, 20, -1]) {
10 | difference() {
11 | cylinder(r=15, h=7);
12 | cylinder(r=5, h=7);
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/resources/models/label.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.2;
2 | $fa = 1;
3 |
4 | difference() {
5 | minkowski() {
6 | cube([35, 5, 5]);
7 | scale([1, 1, 0]) {
8 | cylinder(r=5, h=1);
9 | }
10 | }
11 | translate([33, 0, -1]) {
12 | minkowski() {
13 | cube([2, 5, 7]);
14 | scale([1, 1, 0]) {
15 | cylinder(r=4.7, h=1);
16 | }
17 | }
18 | }
19 | }
20 | translate([0, 1.5/2, 5]) {
21 | linear_extrude(height=1) {
22 | text("IM241.06 RHD", size=2.5, font="DejaVu Sans:style=ExtraLight");
23 | }
24 | }
--------------------------------------------------------------------------------
/resources/models/lantern.scad:
--------------------------------------------------------------------------------
1 | translate([0, 0, 20]) {
2 | cylinder(r1=0, r2=10, h=3, $fn=4);
3 | }
4 | translate([8, 0, 0]) {
5 | cylinder(r=2, h=23, $fn=4);
6 | }
--------------------------------------------------------------------------------
/resources/models/misaligned_hollow_cone.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.5;
2 | $fa = 1;
3 |
4 | difference() {
5 | cylinder(r1=45, r2=0, h=90);
6 | translate([0.5, 0, 0]) {
7 | cylinder(r1=42, r2=0, h=93);
8 | }
9 | }
--------------------------------------------------------------------------------
/resources/models/misaligned_ring.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.2;
2 | $fa = 1;
3 |
4 | difference() {
5 | cylinder(r=10, h=5);
6 | translate([0, -1, 0]) {
7 | cylinder(r=8.8, h=5);
8 | }
9 | }
--------------------------------------------------------------------------------
/resources/models/moon_sickle.scad:
--------------------------------------------------------------------------------
1 | $fn = 360;
2 | difference() {
3 | cylinder(r=10, h=4);
4 | translate([3, 0, -4])
5 | rotate([0, 10, 0])
6 | cylinder(r=11.5, h=12);
7 | }
--------------------------------------------------------------------------------
/resources/models/over_t.scad:
--------------------------------------------------------------------------------
1 | cube([40, 40, 1]);
2 | translate([19, 15, 0])
3 | cube([2, 10, 15]);
4 | translate([0, 15, 15])
5 | cube([40, 10, 1]);
--------------------------------------------------------------------------------
/resources/models/pipe_corner.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.3;
2 | $fa = 1;
3 |
4 | rotate([0, -90, 0]) {
5 | rotate_extrude(angle=90) {
6 | translate([30, 0, 0]) {
7 | difference() {
8 | union() {
9 | circle(r=30);
10 | translate([-30, -30]) {
11 | square([30, 60]);
12 | }
13 | }
14 | circle(r=25);
15 | }
16 | }
17 | }
18 | }
--------------------------------------------------------------------------------
/resources/models/plate_with_indent.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.2;
2 | $fa = 1;
3 |
4 | difference() {
5 | minkowski() {
6 | cube([40, 30, 5]);
7 | scale([1, 1, 0]) {
8 | cylinder(r=4, h=1);
9 | }
10 | }
11 | translate([2, 2, -1]) {
12 | cylinder(r=1.5, h=7);
13 | }
14 | translate([2, 28, -1]) {
15 | cylinder(r=1.5, h=7);
16 | }
17 | translate([38, 2, -1]) {
18 | cylinder(r=1.5, h=7);
19 | }
20 | translate([30, 20, 2]) {
21 | cylinder(r=10, h=4);
22 | }
23 | }
--------------------------------------------------------------------------------
/resources/models/plopper.scad:
--------------------------------------------------------------------------------
1 | $fn = 60;
2 |
3 | difference() {
4 | sphere(r=20);
5 | sphere(r=18);
6 | translate([-20, -20, -20])
7 | cube([40, 40, 20]);
8 | }
--------------------------------------------------------------------------------
/resources/models/ring_5mm.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.3;
2 | $fa = 1;
3 |
4 | difference() {
5 | cylinder(r=15, h=5);
6 | translate([0, 0, -1]) {
7 | cylinder(r=10, h=7);
8 | }
9 | }
--------------------------------------------------------------------------------
/resources/models/seams_on_curves.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.4;
2 | $fa = 1;
3 |
4 | difference() {
5 | translate([0, 0, -30]) {
6 | sphere(r=40);
7 | }
8 | translate([-40, -40, -70]) {
9 | cube([80, 80, 70]);
10 | }
11 | translate([-8, 0, -1]) {
12 | cylinder(r=8, h=12);
13 | }
14 | translate([8, 0, -1]) {
15 | cylinder(r=8, h=12);
16 | }
17 | translate([0, 0, -1]) {
18 | cylinder(r=5, h=12, $fn=4);
19 | }
20 | translate([0, 30, 10]) {
21 | sphere(r=12);
22 | }
23 | translate([0, -30, 10]) {
24 | sphere(r=12);
25 | }
26 | }
--------------------------------------------------------------------------------
/resources/models/small_z_gap.scad:
--------------------------------------------------------------------------------
1 | gap_size = 0.05;
2 |
3 | cube(10);
4 | translate([0, 0, 10 + gap_size]) {
5 | cube(10);
6 | }
--------------------------------------------------------------------------------
/resources/models/spherical_cap.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.4;
2 | $fa = 1;
3 |
4 | difference() {
5 | sphere(r=20);
6 | scale([1, 0.95, 1]) {
7 | sphere(r=19);
8 | }
9 | translate([-20, -20, 0]) {
10 | cube(40);
11 | }
12 | translate([-20, -20, -50]) {
13 | cube(40);
14 | }
15 | }
--------------------------------------------------------------------------------
/resources/models/spiral_stair.scad:
--------------------------------------------------------------------------------
1 | width = 5;
2 |
3 | module bridge(height, length) {
4 | cube([width, width, height]);
5 | translate([width + length, 0, 0]) {
6 | cube([width, width, height]);
7 | }
8 | translate([0, 0, height]) {
9 | cube([width + length + width, width, width]);
10 | }
11 | }
12 |
13 | h = 5;
14 | anglestep = 10;
15 | for(a = [0:anglestep:90]) {
16 | rotate([0,0,a]) {
17 | bridge(h, 20);
18 | }
19 | h = h + a / anglestep * width;
20 | }
--------------------------------------------------------------------------------
/resources/models/stair.scad:
--------------------------------------------------------------------------------
1 | steps = 5;
2 | stepsize = 10;
3 | for(step = [0:steps]) {
4 | translate([0,0,step * stepsize]) {
5 | cube([(steps - step) * stepsize, stepsize, stepsize]);
6 | }
7 | }
--------------------------------------------------------------------------------
/resources/models/stamp.scad:
--------------------------------------------------------------------------------
1 | $fs = 1;
2 | $fa = 2;
3 |
4 | cylinder(r=30, h=10);
5 | translate([0, 0, 10]) {
6 | cylinder(r1=30, r2=25, h=5);
7 | }
8 | difference() {
9 | intersection() {
10 | hull() {
11 | sphere(r=25);
12 | translate([0, 0, 30]) {
13 | sphere(r=25);
14 | }
15 | }
16 | translate([-25, -5, 0]) {
17 | cube([50, 10, 55]);
18 | }
19 | }
20 | translate([0, 6, 30]) {
21 | rotate([90, 0, 0]) {
22 | cylinder(r=10, h=12);
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/resources/models/standing_ring.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.3;
2 | $fa = 1;
3 |
4 | rotate([-90, 0, 0]) {
5 | difference() {
6 | union() {
7 | cylinder(r=20, h=10);
8 | translate([-20, 0, 0]) {
9 | cube([40, 20, 10]);
10 | }
11 | }
12 | translate([0, 0, -1]) {
13 | cylinder(r=16, h=12);
14 | }
15 | }
16 | }
--------------------------------------------------------------------------------
/resources/models/stature.scad:
--------------------------------------------------------------------------------
1 | $fs = 1;
2 | $fa = 2;
3 |
4 | difference() {
5 | cylinder(r=40, h=40);
6 | translate([0, 0, -1]) {
7 | cylinder(r=30, h=42);
8 | }
9 | translate([-41, 0, 0]) {
10 | rotate([0, 90, 0]) {
11 | cylinder(r=25, h=82);
12 | }
13 | }
14 | translate([0, 41, 0]) {
15 | rotate([90, 0, 0]) {
16 | cylinder(r=25, h=82);
17 | }
18 | }
19 | translate([-41, -41, 80]) {
20 | rotate([-90, 0, -45]) {
21 | cylinder(r=50, h=120);
22 | }
23 | }
24 | }
--------------------------------------------------------------------------------
/resources/models/text.scad:
--------------------------------------------------------------------------------
1 | content = "8";
2 |
3 | linear_extrude(height = 1) {
4 | text(content);
5 | }
--------------------------------------------------------------------------------
/resources/models/thin_cylinder.scad:
--------------------------------------------------------------------------------
1 | thickness = 1.05;
2 | $fn=40;
3 |
4 | difference() {
5 | cylinder(r=20, h=5);
6 | cylinder(r=20 - thickness, h=5);
7 | }
--------------------------------------------------------------------------------
/resources/models/thin_ridge.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.3;
2 | $fa = 1;
3 |
4 | cylinder(r=10, h=10);
5 | translate([0, 0, 10]) {
6 | cylinder(r=8.5, h=10);
7 | }
--------------------------------------------------------------------------------
/resources/models/three_cylinders.scad:
--------------------------------------------------------------------------------
1 | $fn = 180;
2 |
3 | cylinder(h=30, r=10);
4 | translate([11, 11, 0]) {
5 | cylinder(h=20, r=10);
6 | }
7 | translate([12, -7, 0]) {
8 | cylinder(h=10, r=10);
9 | }
--------------------------------------------------------------------------------
/resources/models/twisted_triangular_hole.scad:
--------------------------------------------------------------------------------
1 | difference() {
2 | cylinder(r=10, h=5, $fn=3);
3 | translate([0, 0, -1]) {
4 | rotate([0, 0, 6]) {
5 | cylinder(r=6, h=7, $fn=3);
6 | }
7 | }
8 | }
--------------------------------------------------------------------------------
/resources/models/umbrella_square_rounded.scad:
--------------------------------------------------------------------------------
1 | $fs = 0.3;
2 | $fa = 1;
3 |
4 | cube(10);
5 | translate([-10, -10, 10]) {
6 | minkowski() {
7 | cube([30, 30, 9]);
8 | cylinder(r=5, h=1);
9 | }
10 | }
--------------------------------------------------------------------------------
/resources/models/watch_strap_keeper.scad:
--------------------------------------------------------------------------------
1 | gap_width = 25.5;
2 | gap_height = 9;
3 | size = 6;
4 | thickness = 1;
5 |
6 | $fa = 1;
7 | $fs = 0.1;
8 |
9 | difference() {
10 | hull() {
11 | cylinder(r=gap_height / 2 + thickness, h=size);
12 | translate([gap_width - gap_height, 0, 0]) {
13 | cylinder(r=gap_height / 2 + thickness, h=size);
14 | }
15 | }
16 | hull() {
17 | translate([0, 0, -1]) {
18 | cylinder(r=gap_height / 2, h=size + 2);
19 | }
20 | translate([gap_width - gap_height, 0, -1]) {
21 | cylinder(r=gap_height / 2, h=size + 2);
22 | }
23 | }
24 | }
--------------------------------------------------------------------------------
/resources/models/wedge.scad:
--------------------------------------------------------------------------------
1 | difference() {
2 | cube([40, 40, 5]);
3 | translate([0, 0, -1]) {
4 | rotate([0, 0, -5]) {
5 | cube([400, 400, 400]);
6 | }
7 | }
8 | }
--------------------------------------------------------------------------------
/resources/models/wide_bridge.scad:
--------------------------------------------------------------------------------
1 | cube([5, 25, 5]);
2 | translate([20, 0, 0])
3 | cube([5, 25, 5]);
4 | translate([0, 0, 5])
5 | cube([25, 25, 1]);
--------------------------------------------------------------------------------
/resources/models/wide_overhang.scad:
--------------------------------------------------------------------------------
1 | cube([10,10,50]);
2 | translate([0,0,40])
3 | cube([50,50,10]);
--------------------------------------------------------------------------------
/resources/models/yen.scad:
--------------------------------------------------------------------------------
1 | module yen(size,thickness) {
2 | linear_extrude(thickness) {
3 | text(text="¥", size=size);
4 | }
5 | }
6 |
7 | yen(100, 1);
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/blackmagic/mold_width.md:
--------------------------------------------------------------------------------
1 | Minimální šířka formy
2 | ====
3 | Toto nastavení určuje tloušťku stěn formy. Je to pouze vodorovný směr. Svislý směr bude určen parametrem [Výška stropu formy](mold_roof_height.md).
4 |
5 | Výtisk tlustší stěny způsobuje, že je forma pevnější, takže je odolnější vůči smršťování odlitého materiálu. Tisk však vyžaduje také více materiálu a více času. Pokud je forma velmi tenká, je vhodné ji zcela vyplnit stěnami. To umožňuje vnějším stěnám dále přispívat k tuhosti interiéru. Tuhost vnitřních stěn je nejdůležitější pro zabránění smršťování.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/dual/prime_tower_position_x.md:
--------------------------------------------------------------------------------
1 | Pozice X aktivační věže
2 | ====
3 | Toto nastavení umožňuje aktivační věže přemístit. Označuje souřadnici X rohu aktivační věže.
4 |
5 | 
6 |
7 | Tyto souřadnice neoznačují střed aktivační věže, ale roh s nejnižšími souřadnicemi X a Y. Souřadnice aktivační věže jsou souřadnice g-kódu, které se liší od souřadnic, ve kterých Cura zobrazuje polohy modelu. Místo, kde aktivační věž končí, je na tiskové ploše označeno kruhovým stínem, což znamená, že tam nelze umístit žádné další objekty.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/dual/prime_tower_position_y.md:
--------------------------------------------------------------------------------
1 | Pozice Y aktivační věže
2 | ====
3 | Toto nastavení umožňuje aktivační věže přemístit. Označuje souřadnici Y rohu aktivační věže.
4 |
5 | 
6 |
7 | Tyto souřadnice neoznačují střed aktivační věže, ale roh s nejnižšími souřadnicemi X a Y. Souřadnice aktivační věže jsou souřadnice g-kódu, které se liší od souřadnic, ve kterých Cura zobrazuje polohy modelu. Místo, kde aktivační věž končí, je na tiskové ploše označeno kruhovým stínem, což znamená, že tam nelze umístit žádné další objekty.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/dual/prime_tower_size.md:
--------------------------------------------------------------------------------
1 | Velikost aktivační věže
2 | ====
3 | Toto nastavení upravuje šířku aktivační věže.
4 |
5 | 
6 |
7 | Rozšířením aktivační věže se dosáhne lepší stability. To zvyšuje spolehlivost tisku.
8 |
9 | Větší tisková věž však zabere také více místa na tiskové podložce. Kromě toho se zvýší množství materiálu, který bude skutečně očištěn na [minimální objem plnění](prime_tower_min_volume.md), protože propláchnutý objem bude zaokrouhlen směrem nahoru, aby se kolem věže vytvořily plné obrysy.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/experimental/wipe_hop_amount.md:
--------------------------------------------------------------------------------
1 | Výška Z-skoku při otírání
2 | ====
3 | Tento parametr konfiguruje velikost volného prostoru, který má být vytvořen během cesty pro proces otírání. Lze ho nakonfigurovat odděleně od obvyklého [Z-skoku při retrakci](../travel/retraction_hop.md).
4 |
5 | Během otírání se tryska rychle pohybuje tam a zpět. To způsobí, že se tiskárna prudce otřese, což rozvibruje také tiskovou plochu a portálový systém nahoru a dolů. Pokud je výška normálního Z-skoku nastavena velmi těsně, je třeba během procesu otírání zabrat pro Z-skok o trochu více místa.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/experimental/wipe_retraction_prime_speed.md:
--------------------------------------------------------------------------------
1 | Rychlost plnění po otírání
2 | ====
3 | Toto je rychlost, při které je materiál po retrakci zatlačen zpět do trysky po procesu otírání. Lze ji nakonfigurovat odděleně od běžné [rychlosti plnění](../travel/retraction_prime_speed.md).
4 |
5 | Pomalé plnění může způsobit, že se v místě, kde tryska přistane po otírání, objeví malá kapka. Pomalejší plnění však může být požadováno pro zajištění správného proudění materiálu po delším zatažení za účelem otírání.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/experimental/wipe_retraction_retract_speed.md:
--------------------------------------------------------------------------------
1 | Rychlost retrakce pro otírání
2 | ====
3 | Tento parametr konfiguruje rychlost, při které je materiál retrahován pro postup otírání. Lze ji nakonfigurovat odděleně od běžné [rychlosti retrakce](../travel/retraction_retract_speed.md).
4 |
5 | Protože jakýkoli materiál, který během tohoto postupu stírání vytéká z trysky, bude přesto setřen, může být rychlost retrakce pro tento postup poněkud snížena ve srovnání se zbytkem tisku. Tím se snižuje opotřebení vlákna.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/experimental/wipe_retraction_speed.md:
--------------------------------------------------------------------------------
1 | Rychlost retrakce a plnění pro otírání
2 | ====
3 | Tento parametr konfiguruje rychlost, při které je materiál stažen a navrácen pro proces otírání. Lze ji nakonfigurovat odděleně od běžné [rychlosti retrakce a plnění](../travel/retraction_speed.md).
4 |
5 | Protože jakýkoli materiál, který během tohoto postupu otírání vytéká z trysky, bude přesto setřen, může být rychlost retrakce pro tento postup poněkud snížena ve srovnání se zbytkem tisku. Tím se snižuje opotřebení vlákna.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/experimental/wireframe_bottom_delay.md:
--------------------------------------------------------------------------------
1 | Pauza na spodu drátového tisku
2 | ====
3 | Při tomto nastavení se tryska na okamžik zastaví po tisku diagonální linie dolů.
4 |
5 | 
6 |
7 | Když je tryska nehybná, vytéká trochu materiálu a vytváří tam kapku. Tato kapka pomáhá upevnit pilový vzor na vodorovný kroužek níže. Zvyšuje odolnost a spolehlivost tisku.
8 |
9 | Přidání pauzy však výrazně zvyšuje dobu tisku. Existuje mnoho míst, kde se pak tryska zastaví.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/experimental/wireframe_printspeed_down.md:
--------------------------------------------------------------------------------
1 | Rychlost drátového tisku dolů
2 | ====
3 | Toto nastavení určuje rychlost, jakou se tryska bude pohybovat směrem dolů, zatímco bude provádět diagonální pohyb v pilovém vzoru. Rychlost dolů může být konfigurována odděleně od zbytku rychlosti drátového tisku.
4 |
5 | 
6 |
7 | Pomalé klesání bude trvat déle, ale dává materiálu více času na ztuhnutí. Díky tomu je tisk spolehlivější.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/infill/infill_extruder_nr.md:
--------------------------------------------------------------------------------
1 | Extrudér pro výplň
2 | ====
3 | Tento parametr určuje extrudér, který bude použit pro tisk materiálu výplně. Je k dispozici pouze pro tiskárny s více extrudéry.
4 |
5 | 
6 |
7 | Pokud vaše tiskárna může pro každý extrudér použít jinou trysku, tisk s výplně větší tryskou zvýší rychlost a odolnost tisku, aniž by se snížila vizuální kvalita skořepiny.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/infill/infill_overlap.md:
--------------------------------------------------------------------------------
1 | Procento překrytí výplně
2 | ====
3 | Pokud se výplň trochu překrývá se stěnami, přilne lépe ke stěnám, díky čemuž bude součást mnohem pevnější. Toto nastavení řídí míru překrytí stěny jako procento šířky linie výplně.
4 |
5 | 
6 |
7 | * Díky zvýšenému překrytí se výplň lépe drží na stěnách, což vede k pevnější součásti.
8 | * To však také způsobí, že výplň bude prosvítat skrz stěny, což povede ke vzoru na povrchu tisku. Tím se snižuje vizuální kvalita povrchu.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/infill/infill_overlap_mm.md:
--------------------------------------------------------------------------------
1 | Překrytí výplně
2 | ====
3 | Pokud se výplň trochu překrývá se stěnami, přilne lépe ke stěnám, díky čemuž bude součást mnohem pevnější. Toto nastavení řídí stupeň překrytí mezi výplní a stěnami.
4 |
5 | 
6 |
7 | * Díky zvýšenému překrytí se výplň lépe drží na stěnách, což vede k pevnější části.
8 | * Vytvoří však také prosvítání výplně přes stěny, což povede ke vzoru povrchu tisku. Tím se snižuje vizuální kvalita povrchu.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/machine_settings/machine_acceleration.md:
--------------------------------------------------------------------------------
1 | Výchozí zrychlení
2 | ====
3 | Toto nastavení označuje zrychlení, které používá váš firmware, pokud Cura nepoužívá [řízení zrychlení](../speed/acceleration_enabled.md) tisku.
4 |
5 | Slouží k získání správných odhadů času tisku, pokud Cura nekontroluje hodnotu zrychlení. Celý tisk bude poté používat stejnou hodnotu zrychlení.
6 |
7 | **Protože se jedná o nastavení stroje, není toto nastavení normálně v seznamu nastavení viditelné.**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/machine_settings/machine_buildplate_type.md:
--------------------------------------------------------------------------------
1 | Materiál tiskové podložky
2 | ====
3 | S tímto nastavením můžete určit, z jakého materiálu je vyrobena vaše tisková podložka. V současné době existují dvě možnosti: hliník nebo sklo.
4 |
5 | Cura s těmito informacemi neudělá vůbec nic, kromě toho, že je předá g-kódu v záhlaví Griffinského g-kódu. Tímto způsobem se může tiskárna dozvědět, zda byl g-kód určen pro správnou tiskovou podložku.
6 |
7 | **Protože se jedná o nastavení stroje, není toto nastavení normálně v seznamu nastavení viditelné.**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/machine_settings/machine_max_feedrate_z.md:
--------------------------------------------------------------------------------
1 | Maximální rychlost Z
2 | ====
3 | Toto nastavení označuje nejvyšší rychlost, kterou vaše tiskárna může dosáhnout ve směru osy Z.
4 |
5 | Toto se používá k omezení [rychlosti Z-skoku](../speed/speed_z_hop.md). Nemůžete použít rychlost Z-skoku, která je vyšší než maximální rychlost, kterou může tiskárna dosáhnout.
6 |
7 | **Protože se jedná o nastavení stroje, není toto nastavení normálně v seznamu nastavení viditelné.**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/machine_settings/machine_max_jerk_e.md:
--------------------------------------------------------------------------------
1 | Výchozí ryv (jerk) vlákna
2 | ====
3 | Toto nastavení označuje velikost ryvu (jerku), kterou váš firmware používá pro podavač, pokud Cura [ryv (jerk) neovládá](../speed/jerk_enabled.md).
4 |
5 | Slouží k získání správných odhadů času tisku, pokud Cura ryv (jerk) neřídí. Celý tisk bude poté používat stejnou velikost ryvu (jerku).
6 |
7 | **Protože se jedná o nastavení stroje, není toto nastavení normálně v seznamu nastavení viditelné.**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/machine_settings/machine_max_jerk_z.md:
--------------------------------------------------------------------------------
1 | Výchozí ryv (jerk) Z
2 | ====
3 | Toto nastavení udává velikost ryvu (jerku), kterou váš firmware používá pro směr Z, pokud Cura [ryv (jerk) neovládá](../speed/jerk_enabled.md).
4 |
5 | Slouží k získání správných odhadů času tisku, pokud Cura ryv (jerk) neřídí. Celý tisk bude poté používat stejnou velikost ryvu (jerku).
6 |
7 | **Protože se jedná o nastavení stroje, není toto nastavení normálně v seznamu nastavení viditelné.**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/machine_settings/machine_nozzle_head_distance.md:
--------------------------------------------------------------------------------
1 | Délka trysky
2 | ====
3 | Toto nastavení obsahuje vzdálenost mezi špičkou trysky a hlavním tělem tiskárny.
4 |
5 | 
6 |
7 | Toto nastavení nepoužívá Cura, ale profily ho mohou použít k určení hodnot pro jiná nastavení, například [výšky připojení pro drátový tisk](../experimental/wireframe_height.md).
8 |
9 | **Protože se jedná o nastavení stroje, není toto nastavení normálně v seznamu nastavení viditelné.**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/machine_settings/machine_nozzle_id.md:
--------------------------------------------------------------------------------
1 | ID trysky
2 | ====
3 | Toto nastavení je určeno pro specializaci profilů trysek, které označuje, jaký typ trysky se jedná.
4 |
5 | Hodnota tohoto nastavení se zapíše do záhlaví g-kódu při použití [Griffinovy varianty g-kódu](machine_gcode_flavor.md). Tímto způsobem se tiskárna dozví, pro kterou trysku byl g-kód určen, a může uživatele varovat, že by mohl chtít před zahájením tisku přepnout trysku.
6 |
7 | **Protože se jedná o nastavení stroje, není toto nastavení normálně v seznamu nastavení viditelné.**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/machine_settings/machine_nozzle_tip_outer_diameter.md:
--------------------------------------------------------------------------------
1 | Vnější průměr trysky
2 | ====
3 | Toto nastavení popisuje vnější průměr špičky trysky v nejtenčím místě, dole.
4 |
5 | 
6 |
7 | Jiná nastavení toto mohou použít k automatickému nastavení některých výchozích hodnot, jako je vzdálenost mezi liniemi žehlení.
8 |
9 | **Protože se jedná o nastavení stroje, není toto nastavení normálně v seznamu nastavení viditelné.**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/machine_settings/machine_show_variants.md:
--------------------------------------------------------------------------------
1 | Zobrazit varianty zařízení
2 | ====
3 | Až do Cury 2.1 toto nastavení určovalo, zda se definice tiskárny odvozené z této tiskárny budou zobrazovat jako varianty tiskárny v samostatné rozevírací nabídce.
4 |
5 | Od Cury 2.3 již toto nastavení nemá žádný efekt.
6 |
7 | **Protože se jedná o nastavení stroje, není toto nastavení normálně v seznamu nastavení viditelné.**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/material/default_material_print_temperature.md:
--------------------------------------------------------------------------------
1 | Výchozí teplota tisku
2 | ====
3 |
4 | Toto nastavení definuje ideální teplotu tisku pro materiál. Změna teploty tisku ve správci materiálů tuto teplotu skutečně změní. Skutečná teplota tisku se může u různých profilů kvality stále lišit. Je vzácné, že tento parametr musíte změnit, pokud nepoužíváte neobvyklý materiál.
5 |
6 | Tento parametr je převeden na další teplotní parametry, které definují teploty extruze v různých fázích tiskového procesu.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/material/material_surface_energy.md:
--------------------------------------------------------------------------------
1 | Povrchová energie
2 | ====
3 | Tento parametr popisuje sílu povrchové energie tištěného materiálu. Není určen k úpravě, ale pouze popisuje použitý materiál.
4 |
5 | Toto nastavení se v současné době nepoužívá pro slicování, ale některé profily tiskárny ho používají k určení, zda použít aktivační věž.
6 |
7 | **Nastavení není v rozhraní Cura viditelné. Lze ho upravit pouze pomocí profilů.**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/material/retract_at_layer_change.md:
--------------------------------------------------------------------------------
1 | Retrahovat při změně vrstvy
2 | ====
3 | Je-li aktivováno, bude vlákno při přechodu na další vrstvu zasunuto.
4 |
5 | To lze použít ke snížení švu v Z na povrchu. Bude to však účinné pouze tehdy, bude-li vzdálenost retrakce velmi malá. Pokud je vzdálenost retrakce velká, doba trvání retrakce umožní materiálu vytékat natolik, že působí proti retrakci.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/meshfix/alternate_carve_order.md:
--------------------------------------------------------------------------------
1 | Odstranění alternativní sítě
2 | ====
3 | Když se několik sítí překrývá, Cura normálně odstraní část sítě, aby vytvořil prostor pro druhou. S touto volbou se sítě střídají vrstvu po vrstvě, čímž se vytvoří protkaná směs těchto dvou.
4 |
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/meshfix/carve_multiple_volumes.md:
--------------------------------------------------------------------------------
1 | Odstranit průniky sítí
2 | ====
3 | Pokud se několik sítí překrývá, jsou obvykle vytištěny obě, což má za následek nad-extruzi. Je-li tento parametr aktivován, je jedna ze sítí oříznuta druhou. Tímto způsobem nedojde k přílišnému vytlačování a výsledek bude na vnější straně identický.
4 |
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/platform_adhesion/brim_line_count.md:
--------------------------------------------------------------------------------
1 | Počet linií krempy
2 | ====
3 | Určuje počet perimetrů nakreslených kolem základny vašeho tisku.
4 |
5 | 
6 |
7 | Více linií krempy zlepší přilnavost k podložce tisku a zvětší povrchovou plochu vašeho tisku. Tím se však zmenší efektivní oblast tisku.
8 |
9 | **Tento parametr přepíše parametr [Šířka krempy](brim_width.md).**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/platform_adhesion/brim_width.md:
--------------------------------------------------------------------------------
1 | Šířka krempy
2 | ====
3 | Toto nastavení upravuje šířku krempy v milimetrech.
4 |
5 | 
6 |
7 | Širší krempa zlepší přilnavost k podložce tisku a zvětší povrchovou plochu vašeho tisku. To však sníží efektivní tiskovou plochu.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/platform_adhesion/raft_acceleration.md:
--------------------------------------------------------------------------------
1 | Zrychlení tisku raftu
2 | ====
3 | Tento parametr se používá ke konfiguraci hodnoty zrychlení tiskové hlavy během tisku raftu.
4 |
5 | Protože raft obvykle sestává z dlouhých úseček, zvyšující se zrychlení má obvykle velmi malý dopad na dobu tisku. Zvýšení zrychlení však ušetří trochu času, když prochází rohy na konci linií.
6 |
7 | Zvýšení hodnoty zrychlení způsobí, že tiskárna během tisku raftu více vibruje. Pro horní povrch to způsobí, že povrch raftu bude drsnější. U ostatních vrstev to dále ovlivňuje přilnavost k tiskové podložce.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/platform_adhesion/raft_airgap.md:
--------------------------------------------------------------------------------
1 | Vzduchová mezera raftu
2 | ====
3 | Aby se raft mohl oddělit od skutečného tisku, je mezi modelem a vorem udržován prostor. Tiskárna potom objekt lehce položí na raft.
4 |
5 | 
6 |
7 | Zvětšení mezery usnadňuje odstranění raftu, ale také zvyšuje pravděpodobnost, že raft během tisku klesne, což váš tisk zničí. Pokud tisknete raft s jiným modelem, než jaký je nahoře na raftu, je vhodné udržovat tuto vzdálenost poměrně malou, jinak má tisk vysokou šanci na selhání.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/platform_adhesion/raft_base_extruder_nr.md:
--------------------------------------------------------------------------------
1 | Extrudér pro základnu raftu
2 | ====
3 | Tímto nastavením se vybere extrudér, který se použije pro základní vrstvu raftu.
4 |
5 | 
6 |
7 | Základní vrstva je ta, která leží na horní části tiskové podložky. Musí zajišťovat dostatečnou přilnavost k podložce, proto je dobré zvolit pro ni materiál, který k podložce dobře přilne a nesráží se.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/platform_adhesion/raft_base_line_width.md:
--------------------------------------------------------------------------------
1 | Šířka základní linie raftu
2 | ====
3 | Tento parametr konfiguruje šířku linií, kterými je nakreslena nejnižší vrstva raftu.
4 |
5 | 
6 |
7 | Linie základní vrstvy raftu by měly být velmi silné. Silnější linie způsobí, že materiál bude velmi tvrdě tlačen na tiskovou podložku, což zlepší přilnavost. Linie mohou být o něco širší, než je velikost trysek, ale existuje omezení vzdálenosti, na kterou může materiál malými tryskami laterálně proudit.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/platform_adhesion/raft_base_thickness.md:
--------------------------------------------------------------------------------
1 | Tloušťka základní vrstvy raftu
2 | ====
3 | Toto nastavení upravuje svislou tloušťku nejnižší vrstvy raftu.
4 |
5 | 
6 |
7 | Podobně jako u parametru [Výška počáteční vrstvy](../resolution/layer_height_0.md), způsobuje zvětšení výšky počáteční vrstvy raftu, vytlačování trysky větší silou. Tím se zlepšuje přilnavost mezi raftem a podložkou tisku. Kromě toho může předaná tloušťka kompenzovat jakékoli změny ve výšce tiskové plochy, pokud není přesně ve stejné úrovni.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/platform_adhesion/raft_interface_line_width.md:
--------------------------------------------------------------------------------
1 | Šířka středové linie raftu
2 | ====
3 |
4 | Toto nastavení konfiguruje šířku linií ve středních vrstvách raftu.
5 |
6 | 
7 |
8 | Širší linie zvyšují tuhost raftu. U některých materiálů, které se hodně deformují, to usnadňuje vyjmutí raftu. Pro ostatní je to těžší, protože chcete raft ohýbat, abyste ho mohli odstranit.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/platform_adhesion/skirt_gap.md:
--------------------------------------------------------------------------------
1 | Vzdálenost sukénky
2 | ====
3 | Toto nastavení umožňuje upravit vzdálenost mezi modelem a sukénkou.
4 |
5 | Při dodržení dostatečné vzdálenosti se sukénka nepřipevní k modelu, což snižuje efekt sloní nohy.
6 |
7 | Je to vzdálenost od linie nejblíže k sukénce. Pokud je sukénka tvořena několika liniemi, budou tyto umístěny dále.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/resolution/prime_tower_line_width.md:
--------------------------------------------------------------------------------
1 | Šířka linie aktivační věže
2 | ====
3 | Tento parametr určuje šířku linií, kterými je vytištěna aktivační věž.
4 |
5 | 
6 |
7 | Výběrem větší šířky linie se aktivační věž někdy tiskne rychleji. Pokud je objem vytlačovaný obrysem dostatečně velký, zvětšení šířky linie učiní další smyčku zbytečnou. Přílišné zvětšení šířky linie však může aktivační věž oslabit, protože vytlačovaný objem nestačí.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/resolution/support_bottom_line_width.md:
--------------------------------------------------------------------------------
1 | Šířka linie podlahy podpěry
2 | ====
3 | Toto nastavení umožňuje upravit šířku linií podlahy podpěry.
4 |
5 | 
6 |
7 | Tisk jemnějších linií má tendenci snižovat přilnavost tam, kde podpěra spočívá na modelu. Rovněž to však zvyšuje soudržnost a spolehlivost. Obecně je podpěru jednodušší odstranit a na objektu zanechává méně jizev. Tisk tenčích linií samozřejmě také trvá déle.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/resolution/support_line_width.md:
--------------------------------------------------------------------------------
1 | Šířka linie podpěry
2 | ====
3 | Šířka linií, se kterými je vytištěna podpěra, se může lišit od šířky linií zbytku tisku.
4 |
5 | 
6 |
7 | Podpěry obvykle nemusí být vytištěny přesně, takže mohou být vytištěny se větší šířkou linií, aby se ušetřil čas, aniž by byla ohrožena síla podpěry. Pro získání stejné hustoty pro podpěru však budou linie rozmístěny dále od sebe. Tím se snižuje kvalita převislých povrchů vašeho tisku.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/speed/acceleration_infill.md:
--------------------------------------------------------------------------------
1 | Zrychlení výplně
2 | ====
3 | Toto nastavení řídí velikost, jakou tryska zrychluje v různých směrech během tisku výplně. Zrychlení během výplně lze nastavit jinou velikost než zbytek tisku.
4 |
5 | Protože výplň je uvnitř, kde není vidět, má úprava zrychlení výplně malý vliv na vizuální kvalitu tisku. Linie výplně mají tendenci mít dlouhé rovné linie natištěné vysokou rychlostí a spojené ostrými rohy. Zrychlení má významný dopad na dobu tisku těchto linií. Proto je běžné nastavit hodnotu zrychlení pro výplň na mírně vyšší úroveň než u zbytku tisku.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/speed/acceleration_support.md:
--------------------------------------------------------------------------------
1 | Zrychlení podpěry
2 | ====
3 | Toto nastavení řídí velikost zrychlení trysky v různých směrech při tisku podpěry. Zrychlení během tisku podpěry lze nastavit na jinou hodnotu než pro zbytek tisku.
4 |
5 | Díky zvýšené hodnotě zrychlení tiskárna tiskne podpěry celkově rychleji, ale také méně opatrně. Tím se snižuje doba tisku, ale také se zvyšuje riziko převrácení podpěry tiskárnou a oslabení struktury podpěry. Obecně se podpěra tiskne rychleji než zbytek tisku.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/speed/acceleration_support_infill.md:
--------------------------------------------------------------------------------
1 | Zrychlení výplně podpěry
2 | ====
3 | Toto nastavení řídí hodnotu, jakou tryska zrychluje v různých směrech při tisku hlavní části podpěry. Zrychlení během tisku výplně podpěry může být nastaveno na jinou hodnotu než rychlost tisku rozhraní podpěry.
4 |
5 | Díky zvýšené hodnotě zrychlení tiskne tiskárna podpěry celkově rychleji, ale také méně opatrně. Tím se snižuje doba tisku, ale také se zvyšuje riziko převrácení podpěry tiskárnou a oslabení struktury podpěry. Obecně se podpěra tiskne rychleji než zbytek tisku.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/speed/acceleration_support_roof.md:
--------------------------------------------------------------------------------
1 | Zrychlení střechy podpěry
2 | ====
3 | Toto nastavení řídí hodnotu zrychlení trysky v různých směrech při tisku střechy podpěry. Zrychlení během tisku střechy podpěry může být nastaveno odlišně než u podlahy podpěry.
4 |
5 | Střecha podpěry je citlivější na nepřesný tisk, protože přímo ovlivňuje kvalitu převisu. Nastavením tisku střechy podpěry tak, aby zrychlení bylo menší než zrychlení tisku podlahy podpěry, lze dosáhnout lepší kvality převisu za podobnou dobu tisku.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/speed/jerk_support_bottom.md:
--------------------------------------------------------------------------------
1 | Ryv (jerk) podlahy podpěry
2 | ====
3 | Toto nastavení určuje rychlost, jakou může tryska procházet rohy při tisku podlahy podpěry. Lze ho konfigurovat odděleně od střechy podpěry.
4 |
5 | Zatímco střecha podpěry je nezbytná jak pro zjizvení, tak pro kvalitu převisu, podlaha podpěry ovlivňuje pouze zjizvení. Nemá to vliv na kvalitu převisu, protože model na něm nespočívá, ale pouze na podpěře. To vám umožní tisknout podlahu podpěry s menší péčí než střechu podpěry, čímž se šetří čas tisku.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/speed/jerk_topbottom.md:
--------------------------------------------------------------------------------
1 | Ryv (jerk) horní/dolní strany
2 | ====
3 | Toto nastavení určuje rychlost, jakou může tryska procházet rohy při tisku na horní a dolní stranu tisku. Tuto rychlost lze nakonfigurovat odděleně od zbytku tisku.
4 |
5 | Zvýšené ryvu (jerku) pro tuto část tisku zabrání, aby se tryska nezastavila v rozích mezi sousedními liniemi pláště. To celkově poskytne rovnoměrnější šířky linií. Pokud se však ryv (jerk) příliš zvýší, může podložka tisku vibrovat a vytvářet nerovný povrch. Mohlo by to dokonce způsobit, že motory ztratí kroky, což by způsobilo posun vrstvy.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/speed/max_feedrate_z_override.md:
--------------------------------------------------------------------------------
1 | Maximální rychlost Z
2 | ====
3 | Toto nastavení mění rychlost všech pohybů tiskové podložky během tisku. To zahrnuje všechny změny vrstev a Z-skoky.
4 |
5 | Rychlost pohybu tiskové podložky je obvykle stanovena firmwarem, který jí umožňuje pohybovat se co nejrychleji.
6 |
7 | **[Spiralizace vnějšího obrysu](../blackmagic/magic_spiralize.md) není tímto parametrem ovlivněna, i když způsobí, že tiskárna během tisku nepřetržitě posouvá podložku tisku.**
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/speed/skirt_brim_speed.md:
--------------------------------------------------------------------------------
1 | Rychlost sukénky/krempy
2 | ====
3 | Toto nastavení umožňuje nastavit rychlost tisku sukénky nebo krempy odděleně od zbytku tisku.
4 |
5 | Sukénka nebo krempa se obvykle tisknou poměrně pomalu, aby lépe přilnuly k tiskové podložce. Pomalejší tisk (až do určitého bodu) obvykle zajišťuje lepší přilnavost, ale tisk trvá déle.
6 |
7 | I když jsou sukénka a krempa vytištěny na první vrstvě, má tento parametr přednost před nastavením parametru [Rychlost tisku počáteční vrstvy](speed_print_layer_0.md).
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/speed/speed_prime_tower.md:
--------------------------------------------------------------------------------
1 | Rychlost aktivační věže
2 | ====
3 | Tento parametr nastavuje rychlost tisku aktivační věže.
4 |
5 | Obecně je dobré tisknout aktivační věž rychlostí podobnou rychlosti zbytku tisku, aby byl materiál správně naplněn. Pomalejší tisk aktivační věže však také zlepší její stabilitu, což může být užitečné pro řídké materiály nebo velmi vysoké tisky.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/support/support_bottom_density.md:
--------------------------------------------------------------------------------
1 | Hustota podlahy podpěry
2 | ====
3 | Tento parametr určuje hustotu podlahy podpěry, místa, kde podpěra spočívá na modelu.
4 |
5 | Zvětšení hustoty podlahy podpěry zvýší kontaktní plochu mezi podpěrou a modelem, což umožní lepší přilnavost. Díky tomu může být podpěra stabilnější, ale také je obtížnější ji odstranit. Materiály, které se specializují na snadné odstranění, z toho mohou těžit, jako jsou materiály s různými poměry smrštění nebo rozpustné materiály.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/support/support_bottom_line_distance.md:
--------------------------------------------------------------------------------
1 | Vzdálenost linií podlahy podpěry
2 | ====
3 | Tento parametr konfiguruje vzdálenost mezi dvěma sousedními liniemi v podlaze podpěry modelu, kde podpěra spočívá na modelu.
4 |
5 | Zmenšení vzdálenosti mezi liniemi podlahy podpěry zvýší kontaktní plochu mezi podpěrou a modelem, což usnadní adhezi. Díky tomu může být podpěra stabilnější, ale také je obtížnější ji odstranit. Materiály, které se specializují na snadné odstranění, z toho mohou těžit, jako jsou materiály s různými poměry smrštění nebo rozpustné materiály.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/support/support_bottom_offset.md:
--------------------------------------------------------------------------------
1 | Horizontální rozšíření podlahy podpěry
2 | ====
3 | Toto nastavení způsobí, že se podlaha podpěry rozprostírá ve všech směrech vodorovně přes zbytek podpěry.
4 |
5 | Některé materiály, které se obvykle používají pro podpěru tisku, se špatně extrudují při nízkých průtocích nebo potřebují nějaký čas, než se aktivují. Malé oblasti podlahy podpěry s těmito materiály dobře nespolupracují. Toto nastavení může doslova zvětšit oblasti tak, aby bylo více prostoru pro extruzi těchto materiálů.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/support/support_brim_line_count.md:
--------------------------------------------------------------------------------
1 | Počet linií krempy podpěry
2 | ====
3 | Tento parametr upravuje počet kontur, které budou vykresleny uvnitř podpůrné oblasti pro krempu podpěry. Čím větší počet linií, tím větší je krempa.
4 |
5 | 
6 | 
7 |
8 | Větší počet linií krempy zvýší přilnavost podpěry k podložce tisku a sníží deformaci podpěry. Výsledkem bude, že podpěra bude silnější, což zlepší spolehlivost tisku.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/support/support_brim_width.md:
--------------------------------------------------------------------------------
1 | Šířka krempy podpěry
2 | ====
3 | Toto nastavení umožňuje upravit šířku krempy podpěry. Díky širší krempě podpěry bude nakresleno více kontur uvnitř oblasti podpěry, aby se dosáhlo lepší přilnavosti.
4 |
5 | 
6 | 
7 |
8 | Širší krempa zvýší přilnavost podpěry k podložce tisku a sníží deformaci podpěry. Výsledkem bude, že podpěra bude silnější, což zlepší spolehlivost tisku.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/support/support_interface_density.md:
--------------------------------------------------------------------------------
1 | Hustota rozhraní podpěry
2 | ====
3 | Tento parametr určuje hustotu rozhraní mezi podpěrou a modelem.
4 |
5 | Zvyšující se hustota rozhraní podpěry vám umožní dosáhnout pěkné povrchové úpravy na převisech, jako by celá podpěra byla vytištěna s velkou hustotou, aniž byste potřebovali tolik času a materiálu navíc. Po tisku však bude stále těžší odstranit podpěru z modelu, protože oblast kontaktu je zvětšená.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/support/support_interface_height.md:
--------------------------------------------------------------------------------
1 | Tloušťka rozhraní podpěry
2 | ====
3 | Tento parametr definuje tloušťku vrstvy rozhraní mezi podpěrou a modelem.
4 |
5 | Silnější rozhraní snižuje úspory, které by byly dosaženy použitím rozhraní podpěry, namísto tisku celé podpěry při zvýšené hustotě.
6 |
7 | Zvyšuje však také účinnost rozhraní. Když je řídká výplň přemostěna liniemi rozhraní, linie rozhraní se trochu prohýbají. Vytvořením několika vrstev rozhraní lze toto prověšení snížit, čímž se oblasti rozhraní podpěry stanou pravidelnějšími. Plocha převisu je tedy pravidelnější.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/support/support_roof_height.md:
--------------------------------------------------------------------------------
1 | Tloušťka střechy podpěry
2 | ====
3 | Toto nastavení definuje tloušťku střechy podpěry, kde model spočívá na podpěře.
4 |
5 | Silnější střecha snižuje úspory, které by byly dosaženy použitím střechy podpěry, než tiskem veškeré podpěry při zvýšené hustotě.
6 |
7 | Zvyšuje však také účinnost střechy. Když je řídká výplň podpěry přemostěna liniemi střechy, linie střechy se trochu prohýbají. Vytvořením více vrstev střechy lze toto prověšení snížit, čímž se povrch střechy podpěry vyrovná. Plocha převisu je tedy pravidelnější.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/support/support_tower_diameter.md:
--------------------------------------------------------------------------------
1 | Průměr podpůrné věže
2 | ====
3 | Některé převislé části modelu jsou velmi malé. Podpěra, která by byla vytvořena, by se snadno převrhla. Místo toho Cura vytváří pro tyto části věže, které jsou širší, takže se nepřevrhnou.
4 |
5 | Toto nastavení umožňuje konfigurovat šířku těchto věží.
6 |
7 | 
8 |
9 | Širší věže zaberou o něco více času a spotřebovávají více materiálu, ale také posilují podpěru, což v konečném důsledku zvyšuje spolehlivost tisku.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/support/support_tower_roof_angle.md:
--------------------------------------------------------------------------------
1 | Úhel střechy podpůrné věže
2 | ====
3 | Podpůrné věže mají špičatý vrchol, který umožňuje přechod mezi nejširším sloupem věže a úzkou oblastí převisu, která musí být ve skutečnosti podepřena.
4 |
5 | 
6 |
7 | Vyšší hodnota znamená, že podpěrné věže mají velmi špičatou střechu. Věž poté začíná zmenšovat svou šířku už o něco níže, což snižuje stabilitu věže, ale šetří materiál a čas tisku.
8 |
9 | Nižší hodnota znamená, že podpěrné věže mají plošší střechu.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/top_bottom/acceleration_ironing.md:
--------------------------------------------------------------------------------
1 | Zrychlení žehlení
2 | ====
3 | Zrychlení žehlení lze upravit samostatně, aby se proces upřesnil.
4 |
5 | * Zrychlení žehlení je obvykle mnohem pomalejší než zrychlení tisku, takže vrstva získá hladký povrch.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/top_bottom/ironing_line_spacing.md:
--------------------------------------------------------------------------------
1 | Rozteč linií žehlení
2 | ====
3 | Toto nastavení mění prostor mezi jednotlivými žehlicími liniemi. Žehlicí linie jsou obvykle mnohem blíž než samotné tiskové linie, což výrazně přispívá k jeho účinnosti.
4 |
5 | 
6 | 
7 |
8 | * Zvětšení mezer mezi liniemi zkrátí dobu tisku.
9 | * Zmenšení vzdálenosti mezi liniemi však zlepší kvalitu horní plochy.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/top_bottom/jerk_ironing.md:
--------------------------------------------------------------------------------
1 | Ryv (jerk) žehlení
2 | ====
3 | Toto nastavení upravuje ryv (jerk) pouze během doby, kdy tiskárna žehlí.
4 |
5 | Stejně jako u nastavení [Ryv (jerk) horní/dolní strany](../speed/jerk_topbottom.md), můžete snížit ryv (jerk) pro žehlení, abyste získali lepší kvalitu povrchu. Pokud ryv (jerk) příliš vysoký, mohou vibrace v šasi tiskárny způsobit pohyb tiskové podložky nahoru a dolů (v závislosti na konstrukci tiskárny), což způsobuje vibrace.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/top_bottom/speed_ironing.md:
--------------------------------------------------------------------------------
1 | Rychlost žehlení
2 | ====
3 | Protože se žehlení chová velmi odlišně v závislosti na materiálu, toto nastavení vám umožňuje řídit rychlost, jakou se tryska pohybuje během žehlení.
4 |
5 | Rychlost žehlení je obvykle mnohem pomalejší než rychlost, při které je tištěn plášť. To umožňuje spojit linie na horním povrchu. To však také výrazně zvyšuje celkovou dobu tisku, zejména pokud je šířka žehlicí linie malá.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/travel/retraction_prime_speed.md:
--------------------------------------------------------------------------------
1 | Rychlost plnění
2 | ====
3 | Toto je rychlost, při které je materiál po retrakci zatlačen zpět do trysky.
4 |
5 | Obecně je výhodné nastavit tuto rychlost co nejvyšší, aniž by došlo k drcení materiálu v podavači. Pohybem vlákna vyšší rychlostí zůstává tryska nehybná po kratší dobu, což zmenšuje velikost kapky tam, kde se materiál vrací do trysky a mírně zkracuje dobu tisku.
6 |
7 | Pokud je však rychlost nastavena příliš vysoko, bude síla vyvíjená podavačem tak vysoká, že podávací kolo začne obrušovat vlákno. To snižuje spolehlivost tisku.
--------------------------------------------------------------------------------
/resources/translations/cs_CZ/travel/retraction_retract_speed.md:
--------------------------------------------------------------------------------
1 | Rychlost retrakce
2 | ====
3 | Toto je rychlost, při které je materiál odstraňován z komory trysky během retrakce.
4 |
5 | Obecně je výhodné nastavit tuto rychlost co nejvyšší, aniž by došlo k rozdrcení materiálu na podavači. Pohybováním vlákna vyšší rychlostí zůstává tryska nehybná po kratší dobu, což zmenšuje velikost kapky tam, kde se stahuje a mírně snižuje dobu tisku.
6 |
7 | Pokud je však rychlost nastavena příliš vysoko, bude síla vyvíjená podavačem tak vysoká, že podávací kolo začne vlákno obrušovat. To snižuje spolehlivost tisku.
--------------------------------------------------------------------------------
/resources/translations/de_DE/experimental/wipe_retraction_speed.md:
--------------------------------------------------------------------------------
1 | Einzugsgeschwindigkeit für Abwischen
2 | ====
3 | Diese Einstellung legt fest, wie schnell das Material beim Abwischen ein- und zurückgefahren wird. Dies kann unabhängig von der normalen [Einzugsgeschwindigkeit](../travel/retraction_speed.md) konfiguriert werden.
4 |
5 | Da das Material, das bei diesem Abwischen aus der Düse austritt, ohnehin abgewischt wird, kann die Einzugsgeschwindigkeit für diesen Vorgang im Vergleich zum Rest des Drucks etwas reduziert werden. Dadurch wird der Verschleiß des Filaments verringert.
--------------------------------------------------------------------------------
/resources/translations/de_DE/machine_settings/machine_buildplate_type.md:
--------------------------------------------------------------------------------
1 | Druckplattenmaterial
2 | ====
3 | Mit dieser Einstellung können Sie angeben, aus welchem Material Ihre Bauplatte hergestellt ist. Derzeit gibt es zwei Optionen: Aluminium oder Glas.
4 |
5 | Cura macht absolut nichts mit dieser Information, außer sie im Griffin g-code header an den g-code weiterzugeben. Auf diese Weise kann der Drucker wissen, ob der g-code für die richtige Bauplatte bestimmt ist.
6 |
7 | **Da es sich um eine Maschineneinstellung handelt, ist diese Einstellung normalerweise nicht in der Einstellungsliste sichtbar.**
--------------------------------------------------------------------------------
/resources/translations/de_DE/machine_settings/machine_max_feedrate_z.md:
--------------------------------------------------------------------------------
1 | Maximaldrehzahl Z
2 | ====
3 | Diese Einstellung gibt die höchste Geschwindigkeit an, die Ihr Drucker in Z-Richtung erreichen kann.
4 |
5 | Sie wird zur Begrenzung der [Z-Sprung-Geschwindigkeit](../speed/speed_z_hop.md) verwendet. Sie können keine Z-Sprung-Geschwindigkeit verwenden, die größer ist als die Höchstgeschwindigkeit, die Ihr Drucker erreichen kann.
6 |
7 | **Da es sich um eine Maschineneinstellung handelt, ist diese Einstellung normalerweise nicht in der Einstellungsliste sichtbar.**
--------------------------------------------------------------------------------
/resources/translations/de_DE/machine_settings/machine_max_jerk_e.md:
--------------------------------------------------------------------------------
1 | Voreingestellter Filament-Ruck
2 | ====
3 | Diese Einstellung gibt die Ruckrate an, die Ihre Firmware für den Feeder verwendet, wenn Cura den [Ruck](../speed/jerk_enabled.md) des Drucks nicht steuert .
4 |
5 | Dies wird verwendet, um korrekte Zeitschätzungen für Ihren Druck zu erhalten, wenn Cura die Ruckraten nicht kontrolliert. Der gesamte Druck wird dann mit der gleichen Ruckrate erfolgen.
6 |
7 | **Da es sich um eine Maschineneinstellung handelt, ist diese Einstellung normalerweise nicht in der Einstellungsliste sichtbar.**
--------------------------------------------------------------------------------
/resources/translations/de_DE/machine_settings/machine_max_jerk_z.md:
--------------------------------------------------------------------------------
1 | Voreingestellter Z-Ruck
2 | ====
3 | Diese Einstellung gibt die Ruckrate an, die Ihre Firmware für die Z-Richtung verwendet, wenn Cura den [Ruck](../speed/jerk_enabled.md) des Drucks nicht steuert.
4 |
5 | Dies wird verwendet, um korrekte Zeitschätzungen für Ihren Druck zu erhalten, wenn Cura die Ruckraten nicht kontrolliert. Der gesamte Druck wird dann mit der gleichen Ruckrate erfolgen.
6 |
7 | **Da es sich um eine Maschineneinstellung handelt, ist diese Einstellung normalerweise nicht in der Einstellungsliste sichtbar.**
--------------------------------------------------------------------------------
/resources/translations/de_DE/machine_settings/machine_nozzle_tip_outer_diameter.md:
--------------------------------------------------------------------------------
1 | Düsendurchmesser außen
2 | ====
3 | Diese Einstellung beschreibt den Außendurchmesser der Düsenspitze an ihrer dünnsten Stelle, im Boden.
4 |
5 | 
6 |
7 | Andere Einstellungen können dies nutzen, um automatisch einige Standardwerte einzustellen, wie z. B. den Abstand zwischen den Glättungslinien.
8 |
9 | **Da es sich um eine Maschineneinstellung handelt, ist diese Einstellung normalerweise nicht in der Einstellungsliste sichtbar.**
--------------------------------------------------------------------------------
/resources/translations/de_DE/machine_settings/machine_show_variants.md:
--------------------------------------------------------------------------------
1 | Anzeige der Gerätevarianten
2 | ====
3 | Bis Cura 2.1 wurde mit dieser Einstellung festgelegt, ob von diesem Drucker abgeleitete Druckerdefinitionen als Varianten des Druckers in einem separaten Drop-Down angezeigt werden sollen.
4 |
5 | Seit Cura 2.3 hat diese Einstellung keine Auswirkung mehr.
6 |
7 | **Da es sich um eine Maschineneinstellung handelt, ist diese Einstellung normalerweise nicht in der Einstellungsliste sichtbar.**
--------------------------------------------------------------------------------
/resources/translations/de_DE/material/material_surface_energy.md:
--------------------------------------------------------------------------------
1 | Oberflächenenergie
2 | ====
3 | Diese Einstellung beschreibt, wie stark die Oberflächenenergie bei dem gedruckten Material ist. Sie soll nicht verändert werden, sondern wird nur durch das verwendete Material vorgegeben.
4 |
5 | Die Einstellung wird derzeit beim Slicing nicht verwendet, aber einige Druckerprofile verwenden sie, um zu bestimmen, ob ein Einzugsturm verwendet werden soll oder nicht.
6 |
7 | **Die Einstellung ist in der Cura-Oberfläche nicht sichtbar. Sie kann nur über die Profile angepasst werden.**
--------------------------------------------------------------------------------
/resources/translations/de_DE/material/retract_at_layer_change.md:
--------------------------------------------------------------------------------
1 | Einziehen bei Schichtänderung
2 | ====
3 | Wenn diese Option aktiviert ist, wird das Filament eingezogen, wenn es auf die Höhe der nächsten Schicht bewegt wird.
4 |
5 | Dies kann verwendet werden, um die Z-Naht auf der Oberfläche zu reduzieren. Es ist jedoch nur wirksam, wenn der Rückzugsabstand sehr gering ist. Wenn der Rückzugsabstand groß ist, kann das Material durch die Dauer des Rückzugs so stark einsickern, dass es dem Rückzug entgegenwirkt.
--------------------------------------------------------------------------------
/resources/translations/de_DE/meshfix/alternate_carve_order.md:
--------------------------------------------------------------------------------
1 | Wechselndes Entfernen des Netzes
2 | ====
3 | Wenn sich mehrere Netze überschneiden, wird Cura normalerweise einen Teil des einen Netzes entfernen, um Platz für das andere zu schaffen. Mit dieser Option wechseln sich die Netze Schicht für Schicht ab, so dass eine miteinander vermischte Struktur entsteht.
--------------------------------------------------------------------------------
/resources/translations/de_DE/meshfix/carve_multiple_volumes.md:
--------------------------------------------------------------------------------
1 | Netzüberschneidung entfernen
2 | ====
3 | Wenn sich mehrere Netze überschneiden, würden normalerweise beide gedruckt werden, was zu einer Überextrusion führt. Wenn diese Einstellung aktiviert ist, wird eines der Netze durch das andere herausgeschnitten. Auf diese Weise kommt es nicht zu einer Überextrusion, und das Ergebnis sieht von außen genauso aus.
--------------------------------------------------------------------------------
/resources/translations/de_DE/platform_adhesion/brim_line_count.md:
--------------------------------------------------------------------------------
1 | Anzahl der Brim-Linien
2 | ====
3 | Legt fest, wie viele Umrandungen um die Basis des Drucks gezeichnet werden.
4 |
5 | 
6 |
7 | Mehr Brim-Linien verbessern die Haftung auf der Bauplatte, indem sie die Oberfläche des Drucks vergrößern. Allerdings wird dadurch die effektive Druckfläche verringert.
8 |
9 | **Diese Einstellung hat Vorrang vor der Einstellung [Breite des Brim-Elements](brim_width.md).**
--------------------------------------------------------------------------------
/resources/translations/de_DE/platform_adhesion/brim_width.md:
--------------------------------------------------------------------------------
1 | Breite des Brim-Elements
2 | ====
3 | Mit dieser Einstellung wird die Breite des Brims in Millimetern festgelegt.
4 |
5 | 
6 |
7 | Ein breiterer Brim verbessert die Haftung auf der Bauplatte, indem er die Oberfläche des Drucks vergrößert. Allerdings wird dadurch die effektive Druckfläche verringert.
--------------------------------------------------------------------------------
/resources/translations/de_DE/platform_adhesion/raft_base_extruder_nr.md:
--------------------------------------------------------------------------------
1 | Raft-Basis-Extruder
2 | ====
3 | Mit dieser Einstellung wird der Extruder ausgewählt, der für die Basisschicht des Rafts verwendet wird.
4 |
5 | 
6 |
7 | Die Basisschicht ist die Schicht, die auf der Bauplatte aufliegt. Sie muss ausreichend Haftung auf der Bauplatte bieten, daher ist es gut, ein Material zu wählen, das gut auf der Bauplatte haftet und nicht schrumpft.
--------------------------------------------------------------------------------
/resources/translations/de_DE/platform_adhesion/raft_interface_line_width.md:
--------------------------------------------------------------------------------
1 | Linienbreite des Raft-Mittelbereichs
2 | ====
3 | Mit dieser Einstellung wird die Breite der Linien in der mittleren Schicht des Rafts festgelegt.
4 |
5 | 
6 |
7 | Breitere Leinen erhöhen die Steifigkeit des Rafts. Bei manchen Materialien, die sich stark verziehen, ist es dadurch einfacher, das Raft zu entfernen. Bei anderen ist es schwieriger, weil man das Raft biegen muss, um es zu entfernen.
--------------------------------------------------------------------------------
/resources/translations/de_DE/platform_adhesion/skirt_gap.md:
--------------------------------------------------------------------------------
1 | Skirt-Abstand
2 | ====
3 | Mit dieser Einstellung wird der Abstand zwischen dem Modell und dem Skirt angepasst.
4 |
5 | Wenn der Abstand groß genug ist, bleibt der Skirt nicht am Modell haften, was den Elefantenfuß-Effekt reduziert.
6 |
7 | Dies ist der Abstand der nächstgelegenen Linie des Skirts. Wenn der Skirt aus mehreren Linien besteht, werden diese weiter entfernt platziert.
--------------------------------------------------------------------------------
/resources/translations/de_DE/speed/speed_prime_tower.md:
--------------------------------------------------------------------------------
1 | Geschwindigkeit Einzugsturm
2 | ====
3 | Diese Einstellung konfiguriert die Geschwindigkeit, mit der der Einzugsturm gedruckt wird.
4 |
5 | Normalerweise ist es gut, den Einzugsturm mit einer ähnlichen Geschwindigkeit zu drucken wie den Rest des Drucks, damit das Material richtig vorbereitet wird. Wird der Einzugsturm jedoch langsamer gedruckt, wird er auch stabiler, was bei flüssigen Materialien oder sehr hohen Drucken nützlich sein kann.
--------------------------------------------------------------------------------
/resources/translations/de_DE/top_bottom/acceleration_ironing.md:
--------------------------------------------------------------------------------
1 | Beschleunigung Glättung
2 | ====
3 | Die Beschleunigung des Glättens kann separat eingestellt werden, um eine Feinabstimmung des Prozesses vorzunehmen.
4 |
5 | * Die Beschleunigung während des Glättens ist normalerweise deutlich langsamer als die Druckbeschleunigung, um sicherzustellen, dass die Schicht eine glatte Oberfläche erhält.
--------------------------------------------------------------------------------
/resources/translations/de_DE/top_bottom/jerk_ironing.md:
--------------------------------------------------------------------------------
1 | Ruckfunktion glätten
2 | ====
3 | Mit dieser Einstellung wird der Ruck nur in den Bereichen angepasst, in denen geglättet wird.
4 |
5 | Ähnlich wie bei der Einstellung [Ruckfunktion obere/untere Schicht](../speed/jerk_topbottom.md) können Sie den Ruck beim Glätten verringern, um eine bessere Qualität der oberen Schicht zu erzielen. Wenn der Ruck zu hoch ist, können Vibrationen im Druckerrahmen dazu führen, dass sich die Bauplatte auf- und abbewegt (je nach Konstruktion des Druckers), was ein "ringing" verursacht.
--------------------------------------------------------------------------------
/resources/translations/de_DE/top_bottom/speed_ironing.md:
--------------------------------------------------------------------------------
1 | Glättungsgeschwindigkeit
2 | ====
3 | Da sich das Glätten bei verschiedenen Materialien sehr unterschiedlich verhält, können Sie mit dieser Einstellung steuern, wie schnell sich die Düse beim Glätten bewegt.
4 |
5 | Die Glättungsgeschwindigkeit ist normalerweise deutlich langsamer als die Geschwindigkeit, mit der die Außenhaut bedruckt wird. Dadurch können die Linien der Oberseite miteinander verschmelzen. Allerdings verlängert sich dadurch auch die Gesamtdruckzeit beträchtlich, insbesondere wenn die Linienbreite des Glättens gering ist.
--------------------------------------------------------------------------------
/resources/translations/fr_FR/about/preferences.md:
--------------------------------------------------------------------------------
1 | [//]: # (Do not translate this file! While translating the main text doesn't cause any harm, translating the labels of the preferences here will cause them to stop working.)
2 | Préférences
3 | ====
4 | Dans cette page, vous pouvez modifier le comportement du guide des paramètres.
5 |
6 | [ ] Show articles in setting tooltips (requires restart)
7 | [ ] Window always in front
8 |
9 | Langue
10 | ----
11 | La langue peut être changée en cliquant sur le symbole de la lettre dans le coin supérieur droit de n'importe quel article.
--------------------------------------------------------------------------------
/resources/translations/fr_FR/machine_settings/machine_max_feedrate_z.md:
--------------------------------------------------------------------------------
1 | Vitesse maximale Z
2 | ====
3 | Ce paramètre indique la vitesse maximale que votre imprimante peut atteindre dans la direction Z.
4 |
5 | Il est utilisé pour limiter la [vitesse du décalage en Z](../speed/speed_z_hop.md). Vous ne pouvez pas utiliser une vitesse de décalage en Z supérieure à la vitesse maximale que votre imprimante peut atteindre.
6 |
7 | *Comme il s'agit d'un paramètre de la machine, ce paramètre n'est normalement pas visible dans la liste des paramètres.*
8 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/machine_settings/machine_nozzle_tip_outer_diameter.md:
--------------------------------------------------------------------------------
1 | Diamètre extérieur de la buse
2 | ====
3 | Ce réglage décrit le diamètre extérieur de la pointe de la buse à son point le plus fin, dans le fond.
4 |
5 | 
6 |
7 | D'autres paramètres peuvent l'utiliser pour définir automatiquement certaines valeurs par défaut, comme l'espacement entre les lignes d'étirage.
8 |
9 | *Comme il s'agit d'un réglage de machine, ce paramètre n'est normalement pas visible dans la liste des paramètres.*
10 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/machine_settings/machine_show_variants.md:
--------------------------------------------------------------------------------
1 | Afficher les variantes de la machine
2 | ====
3 | Jusqu'à Cura 2.1, ce paramètre permettait de déterminer si les définitions d'imprimante dérivées de cette imprimante devaient être affichées en tant que variantes de l'imprimante dans une liste déroulante séparée.
4 |
5 | Depuis Cura 2.3, ce paramètre n'a plus d'effet.
6 |
7 | *Comme il s'agit d'un réglage de machine, ce réglage n'est normalement pas visible dans la liste des réglages.*
8 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/material/material_surface_energy.md:
--------------------------------------------------------------------------------
1 | Énergie de la surface
2 | ====
3 | Ce paramètre décrit la force de l'énergie de surface avec la matière imprimé. Il n'est pas censé être modifié, mais seulement prescrit par le matériau utilisé.
4 |
5 | Ce réglage n'est pas utilisé pour le découpage pour le moment, mais certains profils d'imprimantes l'utilisent pour déterminer s'il faut utiliser une tour d'amorçage ou non.
6 |
7 | *Le réglage n'est pas visible dans l'interface de Cura. Il ne peut être ajusté que par les profils.*
8 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/material/retract_at_layer_change.md:
--------------------------------------------------------------------------------
1 | Rétracter au changement de couche
2 | ====
3 | S'il est activé, le filament sera rétracté lors du passage à la hauteur de la couche suivante.
4 |
5 | Cela peut être utilisé pour réduire la couture en Z sur la surface. Toutefois, elle ne sera efficace que si la distance de rétraction est très faible. Si la distance de rétraction est élevée, la durée de la rétraction permettra au matériau de suinter à tel point qu'il s'opposera à la rétraction.
6 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/meshfix/alternate_carve_order.md:
--------------------------------------------------------------------------------
1 | Alterner le retrait des maillages
2 | ====
3 | Lorsque plusieurs maillages se chevauchent, Cura enlève normalement une partie d'un maillage pour faire place à l'autre. Avec cette option, les maillages alterneront couche par couche, créant ainsi un mélange entrecroisé des deux.
4 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/meshfix/carve_multiple_volumes.md:
--------------------------------------------------------------------------------
1 | Supprimer l'intersection des mailles
2 | ====
3 | Si plusieurs maillages se chevauchent, ils sont normalement imprimés tous les deux, ce qui entraîne une surextrusion. Lorsque ce paramètre est activé, l'un des maillages est découpé par l'autre. De cette façon, il n'y aura pas de surextrusion et le résultat sera identique à l'extérieur.
4 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/platform_adhesion/brim_line_count.md:
--------------------------------------------------------------------------------
1 | Nombre de lignes de la bordure du support
2 | ====
3 | Contrôle le nombre de périmètres tracés autour de la base de votre empreinte.
4 |
5 | 
6 |
7 | Un plus grand nombre de lignes de bord améliorera l'adhérence au plateau, en augmentant la surface de votre impression. Toutefois, cela réduira la surface d'impression effective.
8 |
9 | **Ce paramètre remplace le paramètre [Largeur de la bordure](brim_width.md).**
10 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/platform_adhesion/brim_width.md:
--------------------------------------------------------------------------------
1 | Largeur de la bordure
2 | ====
3 | Ce réglage permet d'ajuster la largeur de la bordure en millimètres.
4 |
5 | 
6 |
7 | Une bordure plus large améliorera l'adhérence au plateau, en augmentant la surface de votre impression. Toutefois, il réduira la surface d'impression effective.
8 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/platform_adhesion/raft_base_extruder_nr.md:
--------------------------------------------------------------------------------
1 | Extrudeur de la base du radeau
2 | ====
3 | Ce paramètre permet de sélectionner l'extrudeuse à utiliser pour la couche de base du radeau.
4 |
5 | 
6 |
7 | La couche de base est celle qui repose sur le plateau d'impression. Elle doit offrir une bonne adhérence au plateau. Il est donc préférable de choisir un matériau qui adhère bien au plateau d'impression et qui ne rétrécit pas.
8 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/platform_adhesion/raft_interface_line_width.md:
--------------------------------------------------------------------------------
1 | Largeur de la ligne intermédiaire du radeau
2 | ====
3 | Ce paramètre configure la largeur des lignes dans la couche centrale du radeau.
4 |
5 | 
6 |
7 | Le fait d'avoir des lignes plus larges augmente la rigidité du radeau. Pour certains matériaux qui se déforment beaucoup, cela facilite l'enlèvement du radeau. Pour d'autres, cela le rend plus difficile, parce que vous voulez plier le radeau pour l'enlever.
8 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/platform_adhesion/skirt_gap.md:
--------------------------------------------------------------------------------
1 | Distance de la jupe
2 | ====
3 | Ce réglage permet d'ajuster la distance entre le modèle et la jupe.
4 |
5 | En gardant une distance suffisante, la jupe ne s'attachera pas au modèle, ce qui réduit l'effet des pattes de l'éléphant.
6 |
7 | C'est la distance de la ligne la plus proche de la jupe. Si la jupe est constituée de plusieurs lignes, celles-ci seront placées plus loin.
8 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/speed/speed_prime_tower.md:
--------------------------------------------------------------------------------
1 | Vitesse de la tour d'amorçage
2 | ====
3 | Ce paramètre configure la vitesse à laquelle la tour principale est imprimée.
4 |
5 | Il est généralement bon d'imprimer la tour de contrôle à une vitesse similaire à celle du reste de l'impression, afin que le matériau soit correctement amorcé. Cependant, une impression plus lente de la tour d'amorçage la rendra également plus stable, ce qui peut être utile pour les matériaux coulants ou les impressions très hautes.
6 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/support/support_bottom_offset.md:
--------------------------------------------------------------------------------
1 | Expansion horizontale du bas de support
2 | ====
3 | Ce réglage provoque l'expansion du bas de support dans toutes les directions horizontales pour l'ensemble du support.
4 |
5 | Certains matériaux généralement utilisés pour imprimer le support s'extrudent mal à faible débit ou ont besoin d'un certain temps pour se mettre en route. Les petites surfaces du bas de support ne s'accordent pas bien avec ces matériaux. Ce réglage peut littéralement agrandir les zones afin qu'il y ait plus d'espace pour extruder ces matériaux.
6 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/top_bottom/acceleration_ironing.md:
--------------------------------------------------------------------------------
1 | Accélération d'étirage
2 | ====
3 | L'accélération de l'étirage peut être réglée séparément, pour affiner le processus.
4 |
5 | * L'accélération de l'étirage est normalement beaucoup plus lente que celle de l'impression, afin que la couche obtenue soit une surface lisse.
6 |
--------------------------------------------------------------------------------
/resources/translations/fr_FR/top_bottom/speed_ironing.md:
--------------------------------------------------------------------------------
1 | Vitesse d'étirage
2 | ====
3 | Comme le repassage se comporte de manière très différente selon les matériaux, ce réglage permet de contrôler la vitesse à laquelle la buse se déplace pendant le repassage.
4 |
5 | La vitesse d'étirage est normalement beaucoup plus lente que la vitesse à laquelle la peau est imprimée. Cela permet aux lignes de la surface supérieure de fusionner ensemble. Cependant, cela augmente également le temps total d'impression de manière assez significative, surtout si la largeur de la ligne de repassage est faible.
6 |
--------------------------------------------------------------------------------
/resources/translations/ru_RU/shell/alternate_extra_perimeter.md:
--------------------------------------------------------------------------------
1 | Чередующаяся стенка
2 | ====
3 | Включенный параметр будет добавлять дополнительно одну стенку через каждый второй слой
4 |
5 | Например, если вы установите количество стен равную двум, то этот параметр будет печатать на каждом четном слое - две стенки, а на каждом нечетном слое - три стенки.
6 |
7 | 
--------------------------------------------------------------------------------
/resources/translations/ru_RU/top_bottom/acceleration_ironing.md:
--------------------------------------------------------------------------------
1 | Ускорение разглаживания
2 | ====
3 | Для режима разглаживания ускорение можно выставить отдельно от остальных настроек чтобы тонко контролировать процесс
4 | * Ускорение во время разглаживания обычно устанавливается немного меньше, чем в основном процессе печати чтобы обеспечить гладкий верхний слой.
--------------------------------------------------------------------------------
/resources/translations/ru_RU/top_bottom/jerk_ironing.md:
--------------------------------------------------------------------------------
1 | Рывок разглаживания
2 | ====
3 | Этот параметр регулирует рывок во время разглаживания
4 |
5 | Подобно настройке [Рывок крышки/дна](../../../articles/speed/jerk_topbottom.md) вы можете уменьшить рывок при разглаживании верхнего слоя чтобы добиться лучшего качества поверхности. Если рывок будет слишком велик, конструкция принтера может сильно вибрировать при изменении направления или будет вызывать эффект "звон".
--------------------------------------------------------------------------------
/resources/translations/ru_RU/top_bottom/speed_ironing.md:
--------------------------------------------------------------------------------
1 | Скорость разглаживания
2 | ====
3 | Разные материалы могут вести себя по разному, поэтому этот параметр позволяет контролировать скорость разглаживания
4 |
5 | Скорость разглаживания как правило устанавливается значительно меньше чем скорость печати верхних слоев модели. Это позволяет линиям слиться воедино. Но на этот тратится очень много времени, особенно если ширина линии разглаживания очень мала.
6 |
--------------------------------------------------------------------------------