├── .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 /.github/workflows/ctest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/.github/workflows/ctest.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CuraSettingsGuide.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/CuraSettingsGuide.py -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/LICENSE.md -------------------------------------------------------------------------------- /MenuItemHandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/MenuItemHandler.py -------------------------------------------------------------------------------- /QtMarkdownRenderer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/QtMarkdownRenderer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/README.md -------------------------------------------------------------------------------- /ScreenshotTool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/ScreenshotTool.py -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/__init__.py -------------------------------------------------------------------------------- /cmake/[Content_Types].xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/cmake/[Content_Types].xml -------------------------------------------------------------------------------- /cmake/_rels/.rels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/cmake/_rels/.rels -------------------------------------------------------------------------------- /cmake/_rels/package.json.rels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/cmake/_rels/package.json.rels -------------------------------------------------------------------------------- /cmake/package.json.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/cmake/package.json.in -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/example.png -------------------------------------------------------------------------------- /plugin.json.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/plugin.json.in -------------------------------------------------------------------------------- /resources/articles/about/contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/about/contributors.md -------------------------------------------------------------------------------- /resources/articles/about/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/about/glossary.md -------------------------------------------------------------------------------- /resources/articles/about/preferences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/about/preferences.md -------------------------------------------------------------------------------- /resources/articles/blackmagic/magic_spiralize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/blackmagic/magic_spiralize.md -------------------------------------------------------------------------------- /resources/articles/blackmagic/mold_angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/blackmagic/mold_angle.md -------------------------------------------------------------------------------- /resources/articles/blackmagic/mold_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/blackmagic/mold_enabled.md -------------------------------------------------------------------------------- /resources/articles/blackmagic/mold_roof_height.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/blackmagic/mold_roof_height.md -------------------------------------------------------------------------------- /resources/articles/blackmagic/mold_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/blackmagic/mold_width.md -------------------------------------------------------------------------------- /resources/articles/blackmagic/print_sequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/blackmagic/print_sequence.md -------------------------------------------------------------------------------- /resources/articles/blackmagic/relative_extrusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/blackmagic/relative_extrusion.md -------------------------------------------------------------------------------- /resources/articles/cooling/cool_fan_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/cooling/cool_fan_enabled.md -------------------------------------------------------------------------------- /resources/articles/cooling/cool_fan_full_at_height.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/cooling/cool_fan_full_at_height.md -------------------------------------------------------------------------------- /resources/articles/cooling/cool_fan_full_layer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/cooling/cool_fan_full_layer.md -------------------------------------------------------------------------------- /resources/articles/cooling/cool_fan_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/cooling/cool_fan_speed.md -------------------------------------------------------------------------------- /resources/articles/cooling/cool_fan_speed_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/cooling/cool_fan_speed_0.md -------------------------------------------------------------------------------- /resources/articles/cooling/cool_fan_speed_max.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/cooling/cool_fan_speed_max.md -------------------------------------------------------------------------------- /resources/articles/cooling/cool_fan_speed_min.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/cooling/cool_fan_speed_min.md -------------------------------------------------------------------------------- /resources/articles/cooling/cool_lift_head.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/cooling/cool_lift_head.md -------------------------------------------------------------------------------- /resources/articles/cooling/cool_min_layer_time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/cooling/cool_min_layer_time.md -------------------------------------------------------------------------------- /resources/articles/cooling/cool_min_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/cooling/cool_min_speed.md -------------------------------------------------------------------------------- /resources/articles/dual/ooze_shield_angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/dual/ooze_shield_angle.md -------------------------------------------------------------------------------- /resources/articles/dual/ooze_shield_dist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/dual/ooze_shield_dist.md -------------------------------------------------------------------------------- /resources/articles/dual/ooze_shield_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/dual/ooze_shield_enabled.md -------------------------------------------------------------------------------- /resources/articles/dual/prime_tower_brim_enable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/dual/prime_tower_brim_enable.md -------------------------------------------------------------------------------- /resources/articles/dual/prime_tower_circular.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/dual/prime_tower_circular.md -------------------------------------------------------------------------------- /resources/articles/dual/prime_tower_enable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/dual/prime_tower_enable.md -------------------------------------------------------------------------------- /resources/articles/dual/prime_tower_min_volume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/dual/prime_tower_min_volume.md -------------------------------------------------------------------------------- /resources/articles/dual/prime_tower_position_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/dual/prime_tower_position_x.md -------------------------------------------------------------------------------- /resources/articles/dual/prime_tower_position_y.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/dual/prime_tower_position_y.md -------------------------------------------------------------------------------- /resources/articles/dual/prime_tower_size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/dual/prime_tower_size.md -------------------------------------------------------------------------------- /resources/articles/dual/prime_tower_wipe_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/dual/prime_tower_wipe_enabled.md -------------------------------------------------------------------------------- /resources/articles/experimental/bridge_fan_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/bridge_fan_speed.md -------------------------------------------------------------------------------- /resources/articles/experimental/bridge_fan_speed_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/bridge_fan_speed_2.md -------------------------------------------------------------------------------- /resources/articles/experimental/bridge_fan_speed_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/bridge_fan_speed_3.md -------------------------------------------------------------------------------- /resources/articles/experimental/bridge_skin_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/bridge_skin_speed.md -------------------------------------------------------------------------------- /resources/articles/experimental/bridge_wall_coast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/bridge_wall_coast.md -------------------------------------------------------------------------------- /resources/articles/experimental/bridge_wall_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/bridge_wall_speed.md -------------------------------------------------------------------------------- /resources/articles/experimental/coasting_enable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/coasting_enable.md -------------------------------------------------------------------------------- /resources/articles/experimental/coasting_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/coasting_speed.md -------------------------------------------------------------------------------- /resources/articles/experimental/coasting_volume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/coasting_volume.md -------------------------------------------------------------------------------- /resources/articles/experimental/draft_shield_dist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/draft_shield_dist.md -------------------------------------------------------------------------------- /resources/articles/experimental/slicing_tolerance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/slicing_tolerance.md -------------------------------------------------------------------------------- /resources/articles/experimental/spaghetti_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/spaghetti_flow.md -------------------------------------------------------------------------------- /resources/articles/experimental/spaghetti_inset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/spaghetti_inset.md -------------------------------------------------------------------------------- /resources/articles/experimental/wipe_brush_pos_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wipe_brush_pos_x.md -------------------------------------------------------------------------------- /resources/articles/experimental/wipe_hop_amount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wipe_hop_amount.md -------------------------------------------------------------------------------- /resources/articles/experimental/wipe_hop_enable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wipe_hop_enable.md -------------------------------------------------------------------------------- /resources/articles/experimental/wipe_hop_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wipe_hop_speed.md -------------------------------------------------------------------------------- /resources/articles/experimental/wipe_move_distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wipe_move_distance.md -------------------------------------------------------------------------------- /resources/articles/experimental/wipe_pause.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wipe_pause.md -------------------------------------------------------------------------------- /resources/articles/experimental/wipe_repeat_count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wipe_repeat_count.md -------------------------------------------------------------------------------- /resources/articles/experimental/wireframe_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wireframe_enabled.md -------------------------------------------------------------------------------- /resources/articles/experimental/wireframe_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wireframe_flow.md -------------------------------------------------------------------------------- /resources/articles/experimental/wireframe_height.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wireframe_height.md -------------------------------------------------------------------------------- /resources/articles/experimental/wireframe_strategy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wireframe_strategy.md -------------------------------------------------------------------------------- /resources/articles/experimental/wireframe_top_jump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/experimental/wireframe_top_jump.md -------------------------------------------------------------------------------- /resources/articles/images/adhesion_type_brim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/adhesion_type_brim.png -------------------------------------------------------------------------------- /resources/articles/images/adhesion_type_raft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/adhesion_type_raft.png -------------------------------------------------------------------------------- /resources/articles/images/adhesion_type_skirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/adhesion_type_skirt.png -------------------------------------------------------------------------------- /resources/articles/images/aliasing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/aliasing.jpg -------------------------------------------------------------------------------- /resources/articles/images/blobs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/blobs.jpg -------------------------------------------------------------------------------- /resources/articles/images/bottom_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/bottom_thickness.png -------------------------------------------------------------------------------- /resources/articles/images/bridge_skin_density_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/bridge_skin_density_100.png -------------------------------------------------------------------------------- /resources/articles/images/bridge_skin_density_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/bridge_skin_density_50.png -------------------------------------------------------------------------------- /resources/articles/images/brim_gap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/brim_gap.png -------------------------------------------------------------------------------- /resources/articles/images/brim_width.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/brim_width.svg -------------------------------------------------------------------------------- /resources/articles/images/build_volume_dimensions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/build_volume_dimensions.svg -------------------------------------------------------------------------------- /resources/articles/images/clean_between_layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/clean_between_layers.svg -------------------------------------------------------------------------------- /resources/articles/images/coasting_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/coasting_enable.png -------------------------------------------------------------------------------- /resources/articles/images/coasting_volume_0_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/coasting_volume_0_03.png -------------------------------------------------------------------------------- /resources/articles/images/contributors/5axes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/contributors/5axes.png -------------------------------------------------------------------------------- /resources/articles/images/contributors/Ellecross.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/contributors/Ellecross.jpg -------------------------------------------------------------------------------- /resources/articles/images/contributors/Goodfeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/contributors/Goodfeat.png -------------------------------------------------------------------------------- /resources/articles/images/contributors/Sekisback.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/contributors/Sekisback.jpg -------------------------------------------------------------------------------- /resources/articles/images/contributors/Sophist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/contributors/Sophist.jpg -------------------------------------------------------------------------------- /resources/articles/images/contributors/Vb138.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/contributors/Vb138.png -------------------------------------------------------------------------------- /resources/articles/images/contributors/no_avatar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/contributors/no_avatar.svg -------------------------------------------------------------------------------- /resources/articles/images/cool_fan_speed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/cool_fan_speed.svg -------------------------------------------------------------------------------- /resources/articles/images/draft_shield_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/draft_shield_enabled.png -------------------------------------------------------------------------------- /resources/articles/images/elephants_foot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/elephants_foot.jpg -------------------------------------------------------------------------------- /resources/articles/images/filament_switch_break.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/filament_switch_break.svg -------------------------------------------------------------------------------- /resources/articles/images/gradual_infill_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/gradual_infill_disabled.png -------------------------------------------------------------------------------- /resources/articles/images/grinding.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/grinding.jpg -------------------------------------------------------------------------------- /resources/articles/images/head_dimensions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/head_dimensions.svg -------------------------------------------------------------------------------- /resources/articles/images/hole_xy_offset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/hole_xy_offset.png -------------------------------------------------------------------------------- /resources/articles/images/hole_xy_offset_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/hole_xy_offset_0.png -------------------------------------------------------------------------------- /resources/articles/images/infill_angles_0_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_angles_0_30.png -------------------------------------------------------------------------------- /resources/articles/images/infill_extruder_nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_extruder_nr.png -------------------------------------------------------------------------------- /resources/articles/images/infill_line_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_line_width.png -------------------------------------------------------------------------------- /resources/articles/images/infill_multiplier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_multiplier.png -------------------------------------------------------------------------------- /resources/articles/images/infill_offset_x_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_offset_x_2.png -------------------------------------------------------------------------------- /resources/articles/images/infill_offset_xy_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_offset_xy_0.png -------------------------------------------------------------------------------- /resources/articles/images/infill_offset_y_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_offset_y_2.png -------------------------------------------------------------------------------- /resources/articles/images/infill_overlap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_overlap.svg -------------------------------------------------------------------------------- /resources/articles/images/infill_pattern_cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_pattern_cross.png -------------------------------------------------------------------------------- /resources/articles/images/infill_pattern_cross_3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_pattern_cross_3d.png -------------------------------------------------------------------------------- /resources/articles/images/infill_pattern_cubic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_pattern_cubic.png -------------------------------------------------------------------------------- /resources/articles/images/infill_pattern_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_pattern_grid.png -------------------------------------------------------------------------------- /resources/articles/images/infill_pattern_gyroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_pattern_gyroid.png -------------------------------------------------------------------------------- /resources/articles/images/infill_pattern_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_pattern_lines.png -------------------------------------------------------------------------------- /resources/articles/images/infill_pattern_octet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_pattern_octet.png -------------------------------------------------------------------------------- /resources/articles/images/infill_pattern_zigzag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_pattern_zigzag.png -------------------------------------------------------------------------------- /resources/articles/images/infill_sparse_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_sparse_thickness.png -------------------------------------------------------------------------------- /resources/articles/images/infill_wall_line_count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/infill_wall_line_count.png -------------------------------------------------------------------------------- /resources/articles/images/ironing_enabled_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/ironing_enabled_enabled.png -------------------------------------------------------------------------------- /resources/articles/images/ironing_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/ironing_flow.png -------------------------------------------------------------------------------- /resources/articles/images/ironing_inset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/ironing_inset.png -------------------------------------------------------------------------------- /resources/articles/images/ironing_line_spacing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/ironing_line_spacing.png -------------------------------------------------------------------------------- /resources/articles/images/ironing_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/ironing_pattern.png -------------------------------------------------------------------------------- /resources/articles/images/layer_height_0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/layer_height_0.1.png -------------------------------------------------------------------------------- /resources/articles/images/layer_height_0.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/layer_height_0.3.png -------------------------------------------------------------------------------- /resources/articles/images/layer_height_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/layer_height_0.png -------------------------------------------------------------------------------- /resources/articles/images/layer_shift_single.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/layer_shift_single.jpg -------------------------------------------------------------------------------- /resources/articles/images/layer_splitting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/layer_splitting.jpg -------------------------------------------------------------------------------- /resources/articles/images/line_width_fit_bad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/line_width_fit_bad.png -------------------------------------------------------------------------------- /resources/articles/images/line_width_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/line_width_large.png -------------------------------------------------------------------------------- /resources/articles/images/line_width_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/line_width_small.png -------------------------------------------------------------------------------- /resources/articles/images/machine_shape_elliptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/machine_shape_elliptic.png -------------------------------------------------------------------------------- /resources/articles/images/magic_fuzzy_skin_photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/magic_fuzzy_skin_photo.jpg -------------------------------------------------------------------------------- /resources/articles/images/manifold_correct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/manifold_correct.svg -------------------------------------------------------------------------------- /resources/articles/images/manifold_incorrect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/manifold_incorrect.svg -------------------------------------------------------------------------------- /resources/articles/images/meshfix_union_all_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/meshfix_union_all_shell.png -------------------------------------------------------------------------------- /resources/articles/images/min_infill_area_150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/min_infill_area_150.png -------------------------------------------------------------------------------- /resources/articles/images/min_wall_line_width.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/min_wall_line_width.svg -------------------------------------------------------------------------------- /resources/articles/images/min_wall_line_width_0_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/min_wall_line_width_0_1.png -------------------------------------------------------------------------------- /resources/articles/images/minimum_support_area_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/minimum_support_area_0.png -------------------------------------------------------------------------------- /resources/articles/images/minimum_support_area_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/minimum_support_area_10.png -------------------------------------------------------------------------------- /resources/articles/images/mold_angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/mold_angle.png -------------------------------------------------------------------------------- /resources/articles/images/mold_enabled_mould.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/mold_enabled_mould.png -------------------------------------------------------------------------------- /resources/articles/images/mold_enabled_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/mold_enabled_shell.png -------------------------------------------------------------------------------- /resources/articles/images/mold_needs_support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/mold_needs_support.png -------------------------------------------------------------------------------- /resources/articles/images/ooze_shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/ooze_shield.png -------------------------------------------------------------------------------- /resources/articles/images/ooze_shield.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/ooze_shield.svg -------------------------------------------------------------------------------- /resources/articles/images/overextrusion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/overextrusion.jpg -------------------------------------------------------------------------------- /resources/articles/images/pillowing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/pillowing.jpg -------------------------------------------------------------------------------- /resources/articles/images/prime_tower.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/prime_tower.svg -------------------------------------------------------------------------------- /resources/articles/images/prime_tower_brim_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/prime_tower_brim_enable.png -------------------------------------------------------------------------------- /resources/articles/images/prime_tower_line_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/prime_tower_line_width.png -------------------------------------------------------------------------------- /resources/articles/images/raft_dimensions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/raft_dimensions.svg -------------------------------------------------------------------------------- /resources/articles/images/raft_smoothing_0mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/raft_smoothing_0mm.png -------------------------------------------------------------------------------- /resources/articles/images/raft_smoothing_5mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/raft_smoothing_5mm.png -------------------------------------------------------------------------------- /resources/articles/images/retraction_combing_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/retraction_combing_off.png -------------------------------------------------------------------------------- /resources/articles/images/retraction_combing_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/retraction_combing_on.png -------------------------------------------------------------------------------- /resources/articles/images/retraction_count_max.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/retraction_count_max.svg -------------------------------------------------------------------------------- /resources/articles/images/retraction_hop_enabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/retraction_hop_enabled.svg -------------------------------------------------------------------------------- /resources/articles/images/retraction_min_travel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/retraction_min_travel.png -------------------------------------------------------------------------------- /resources/articles/images/ringing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/ringing.jpg -------------------------------------------------------------------------------- /resources/articles/images/roofing_extruder_nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/roofing_extruder_nr.png -------------------------------------------------------------------------------- /resources/articles/images/roofing_layer_count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/roofing_layer_count.png -------------------------------------------------------------------------------- /resources/articles/images/sagging.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/sagging.jpg -------------------------------------------------------------------------------- /resources/articles/images/scarring.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/scarring.jpg -------------------------------------------------------------------------------- /resources/articles/images/seam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/seam.jpg -------------------------------------------------------------------------------- /resources/articles/images/skin_alternate_rotation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_alternate_rotation.gif -------------------------------------------------------------------------------- /resources/articles/images/skin_angles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_angles.gif -------------------------------------------------------------------------------- /resources/articles/images/skin_line_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_line_width.png -------------------------------------------------------------------------------- /resources/articles/images/skin_monotonic_disabled.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_monotonic_disabled.gif -------------------------------------------------------------------------------- /resources/articles/images/skin_monotonic_disabled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_monotonic_disabled.jpg -------------------------------------------------------------------------------- /resources/articles/images/skin_monotonic_enabled.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_monotonic_enabled.gif -------------------------------------------------------------------------------- /resources/articles/images/skin_monotonic_enabled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_monotonic_enabled.jpg -------------------------------------------------------------------------------- /resources/articles/images/skin_outline_count_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_outline_count_0.png -------------------------------------------------------------------------------- /resources/articles/images/skin_outline_count_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_outline_count_2.png -------------------------------------------------------------------------------- /resources/articles/images/skin_overlap_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_overlap_20.png -------------------------------------------------------------------------------- /resources/articles/images/skin_overlap_none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_overlap_none.png -------------------------------------------------------------------------------- /resources/articles/images/skin_preshrink_original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_preshrink_original.png -------------------------------------------------------------------------------- /resources/articles/images/skin_preshrink_problem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_preshrink_problem.svg -------------------------------------------------------------------------------- /resources/articles/images/skin_preshrink_shrunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skin_preshrink_shrunk.png -------------------------------------------------------------------------------- /resources/articles/images/skirt_line_count.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/skirt_line_count.svg -------------------------------------------------------------------------------- /resources/articles/images/speed_difference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/speed_difference.png -------------------------------------------------------------------------------- /resources/articles/images/speed_slowdown_layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/speed_slowdown_layers.svg -------------------------------------------------------------------------------- /resources/articles/images/speed_z_hop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/speed_z_hop.svg -------------------------------------------------------------------------------- /resources/articles/images/stringing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/stringing.jpg -------------------------------------------------------------------------------- /resources/articles/images/sub_div_rad_add_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/sub_div_rad_add_large.png -------------------------------------------------------------------------------- /resources/articles/images/sub_div_rad_add_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/sub_div_rad_add_small.png -------------------------------------------------------------------------------- /resources/articles/images/support_angle_high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_angle_high.png -------------------------------------------------------------------------------- /resources/articles/images/support_angle_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_angle_low.png -------------------------------------------------------------------------------- /resources/articles/images/support_bottom_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_bottom_enable.png -------------------------------------------------------------------------------- /resources/articles/images/support_brim_2mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_brim_2mm.png -------------------------------------------------------------------------------- /resources/articles/images/support_brim_4mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_brim_4mm.png -------------------------------------------------------------------------------- /resources/articles/images/support_conical_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_conical_enabled.png -------------------------------------------------------------------------------- /resources/articles/images/support_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_enable.png -------------------------------------------------------------------------------- /resources/articles/images/support_extruder_nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_extruder_nr.png -------------------------------------------------------------------------------- /resources/articles/images/support_infill_angle_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_infill_angle_0.png -------------------------------------------------------------------------------- /resources/articles/images/support_infill_angle_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_infill_angle_30.png -------------------------------------------------------------------------------- /resources/articles/images/support_infill_angles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_infill_angles.png -------------------------------------------------------------------------------- /resources/articles/images/support_infill_rate_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_infill_rate_low.png -------------------------------------------------------------------------------- /resources/articles/images/support_line_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_line_width.png -------------------------------------------------------------------------------- /resources/articles/images/support_offset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_offset.png -------------------------------------------------------------------------------- /resources/articles/images/support_pattern_cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_pattern_cross.png -------------------------------------------------------------------------------- /resources/articles/images/support_pattern_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_pattern_grid.png -------------------------------------------------------------------------------- /resources/articles/images/support_pattern_gyroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_pattern_gyroid.png -------------------------------------------------------------------------------- /resources/articles/images/support_pattern_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_pattern_lines.png -------------------------------------------------------------------------------- /resources/articles/images/support_pattern_zigzag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_pattern_zigzag.png -------------------------------------------------------------------------------- /resources/articles/images/support_roof_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_roof_enable.png -------------------------------------------------------------------------------- /resources/articles/images/support_roof_line_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_roof_line_width.png -------------------------------------------------------------------------------- /resources/articles/images/support_skip_some_zags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_skip_some_zags.png -------------------------------------------------------------------------------- /resources/articles/images/support_structure_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_structure_tree.png -------------------------------------------------------------------------------- /resources/articles/images/support_tree_angle_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_tree_angle_20.png -------------------------------------------------------------------------------- /resources/articles/images/support_tree_angle_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_tree_angle_40.png -------------------------------------------------------------------------------- /resources/articles/images/support_tree_wall_count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_tree_wall_count.png -------------------------------------------------------------------------------- /resources/articles/images/support_type_everywhere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_type_everywhere.png -------------------------------------------------------------------------------- /resources/articles/images/support_use_towers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_use_towers.svg -------------------------------------------------------------------------------- /resources/articles/images/support_wall_count_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_wall_count_0.png -------------------------------------------------------------------------------- /resources/articles/images/support_wall_count_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_wall_count_3.png -------------------------------------------------------------------------------- /resources/articles/images/support_xy_distance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_xy_distance.png -------------------------------------------------------------------------------- /resources/articles/images/support_xy_overrides_z.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_xy_overrides_z.svg -------------------------------------------------------------------------------- /resources/articles/images/support_z_distance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_z_distance.png -------------------------------------------------------------------------------- /resources/articles/images/support_z_overrides_xy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/support_z_overrides_xy.svg -------------------------------------------------------------------------------- /resources/articles/images/temperature_regulation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/temperature_regulation.svg -------------------------------------------------------------------------------- /resources/articles/images/top_bottom_extruder_nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/top_bottom_extruder_nr.png -------------------------------------------------------------------------------- /resources/articles/images/top_bottom_pattern_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/top_bottom_pattern_0.gif -------------------------------------------------------------------------------- /resources/articles/images/top_bottom_thickness_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/top_bottom_thickness_3.png -------------------------------------------------------------------------------- /resources/articles/images/top_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/top_thickness.png -------------------------------------------------------------------------------- /resources/articles/images/topography.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/topography.jpg -------------------------------------------------------------------------------- /resources/articles/images/underextrusion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/underextrusion.jpg -------------------------------------------------------------------------------- /resources/articles/images/unfinished_print.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/unfinished_print.jpg -------------------------------------------------------------------------------- /resources/articles/images/wall_0_extruder_nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_0_extruder_nr.png -------------------------------------------------------------------------------- /resources/articles/images/wall_0_wipe_dist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_0_wipe_dist.png -------------------------------------------------------------------------------- /resources/articles/images/wall_extruder_nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_extruder_nr.png -------------------------------------------------------------------------------- /resources/articles/images/wall_line_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_line_width.png -------------------------------------------------------------------------------- /resources/articles/images/wall_line_width_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_line_width_0.png -------------------------------------------------------------------------------- /resources/articles/images/wall_line_width_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_line_width_x.png -------------------------------------------------------------------------------- /resources/articles/images/wall_min_flow_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_min_flow_0.png -------------------------------------------------------------------------------- /resources/articles/images/wall_min_flow_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_min_flow_50.png -------------------------------------------------------------------------------- /resources/articles/images/wall_thickness_0.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_thickness_0.8.png -------------------------------------------------------------------------------- /resources/articles/images/wall_thickness_1.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_thickness_1.6.png -------------------------------------------------------------------------------- /resources/articles/images/wall_transition_angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_transition_angle.png -------------------------------------------------------------------------------- /resources/articles/images/wall_x_extruder_nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wall_x_extruder_nr.png -------------------------------------------------------------------------------- /resources/articles/images/warping.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/warping.jpg -------------------------------------------------------------------------------- /resources/articles/images/wireframe_bottom_delay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wireframe_bottom_delay.svg -------------------------------------------------------------------------------- /resources/articles/images/wireframe_drag_along.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wireframe_drag_along.svg -------------------------------------------------------------------------------- /resources/articles/images/wireframe_fall_down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wireframe_fall_down.svg -------------------------------------------------------------------------------- /resources/articles/images/wireframe_flat_delay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wireframe_flat_delay.svg -------------------------------------------------------------------------------- /resources/articles/images/wireframe_flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wireframe_flow.svg -------------------------------------------------------------------------------- /resources/articles/images/wireframe_height.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wireframe_height.svg -------------------------------------------------------------------------------- /resources/articles/images/wireframe_printspeed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wireframe_printspeed.svg -------------------------------------------------------------------------------- /resources/articles/images/wireframe_roof_inset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wireframe_roof_inset.svg -------------------------------------------------------------------------------- /resources/articles/images/wireframe_top_delay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wireframe_top_delay.svg -------------------------------------------------------------------------------- /resources/articles/images/wireframe_top_jump.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/wireframe_top_jump.svg -------------------------------------------------------------------------------- /resources/articles/images/x_ray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/x_ray.png -------------------------------------------------------------------------------- /resources/articles/images/xy_offset_neutral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/xy_offset_neutral.png -------------------------------------------------------------------------------- /resources/articles/images/xy_offset_slimmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/xy_offset_slimmer.png -------------------------------------------------------------------------------- /resources/articles/images/xy_offset_wider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/xy_offset_wider.png -------------------------------------------------------------------------------- /resources/articles/images/z_seam_relative_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/z_seam_relative_enabled.png -------------------------------------------------------------------------------- /resources/articles/images/z_seam_type_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/z_seam_type_random.png -------------------------------------------------------------------------------- /resources/articles/images/z_seam_type_sharpest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/z_seam_type_sharpest.png -------------------------------------------------------------------------------- /resources/articles/images/z_seam_type_shortest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/z_seam_type_shortest.png -------------------------------------------------------------------------------- /resources/articles/images/z_seam_type_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/z_seam_type_user.png -------------------------------------------------------------------------------- /resources/articles/images/z_seam_x_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/z_seam_x_left.png -------------------------------------------------------------------------------- /resources/articles/images/z_seam_x_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/z_seam_x_right.png -------------------------------------------------------------------------------- /resources/articles/images/z_seam_y_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/z_seam_y_back.png -------------------------------------------------------------------------------- /resources/articles/images/z_seam_y_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/images/z_seam_y_front.png -------------------------------------------------------------------------------- /resources/articles/infill/connect_infill_polygons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/connect_infill_polygons.md -------------------------------------------------------------------------------- /resources/articles/infill/gradual_infill_steps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/gradual_infill_steps.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_angles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_angles.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_before_walls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_before_walls.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_extruder_nr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_extruder_nr.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_line_distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_line_distance.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_multiplier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_multiplier.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_offset_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_offset_x.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_offset_y.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_offset_y.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_overlap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_overlap.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_overlap_mm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_overlap_mm.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_pattern.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_sparse_density.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_sparse_density.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_sparse_thickness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_sparse_thickness.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_support_angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_support_angle.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_support_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_support_enabled.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_wall_line_count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_wall_line_count.md -------------------------------------------------------------------------------- /resources/articles/infill/infill_wipe_dist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/infill_wipe_dist.md -------------------------------------------------------------------------------- /resources/articles/infill/min_infill_area.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/min_infill_area.md -------------------------------------------------------------------------------- /resources/articles/infill/skin_edge_support_layers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/skin_edge_support_layers.md -------------------------------------------------------------------------------- /resources/articles/infill/sub_div_rad_add.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/sub_div_rad_add.md -------------------------------------------------------------------------------- /resources/articles/infill/zig_zaggify_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/infill/zig_zaggify_infill.md -------------------------------------------------------------------------------- /resources/articles/machine_settings/gantry_height.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/machine_settings/gantry_height.md -------------------------------------------------------------------------------- /resources/articles/machine_settings/machine_depth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/machine_settings/machine_depth.md -------------------------------------------------------------------------------- /resources/articles/machine_settings/machine_height.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/machine_settings/machine_height.md -------------------------------------------------------------------------------- /resources/articles/machine_settings/machine_name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/machine_settings/machine_name.md -------------------------------------------------------------------------------- /resources/articles/machine_settings/machine_shape.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/machine_settings/machine_shape.md -------------------------------------------------------------------------------- /resources/articles/machine_settings/machine_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/machine_settings/machine_width.md -------------------------------------------------------------------------------- /resources/articles/machine_settings/material_guid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/machine_settings/material_guid.md -------------------------------------------------------------------------------- /resources/articles/material/infill_material_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/infill_material_flow.md -------------------------------------------------------------------------------- /resources/articles/material/material_break_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/material_break_speed.md -------------------------------------------------------------------------------- /resources/articles/material/material_crystallinity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/material_crystallinity.md -------------------------------------------------------------------------------- /resources/articles/material/material_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/material_flow.md -------------------------------------------------------------------------------- /resources/articles/material/material_flow_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/material_flow_layer_0.md -------------------------------------------------------------------------------- /resources/articles/material/prime_tower_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/prime_tower_flow.md -------------------------------------------------------------------------------- /resources/articles/material/roofing_material_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/roofing_material_flow.md -------------------------------------------------------------------------------- /resources/articles/material/skin_material_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/skin_material_flow.md -------------------------------------------------------------------------------- /resources/articles/material/support_material_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/support_material_flow.md -------------------------------------------------------------------------------- /resources/articles/material/wall_0_material_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/wall_0_material_flow.md -------------------------------------------------------------------------------- /resources/articles/material/wall_material_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/wall_material_flow.md -------------------------------------------------------------------------------- /resources/articles/material/wall_x_material_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/material/wall_x_material_flow.md -------------------------------------------------------------------------------- /resources/articles/meshfix/alternate_carve_order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/meshfix/alternate_carve_order.md -------------------------------------------------------------------------------- /resources/articles/meshfix/carve_multiple_volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/meshfix/carve_multiple_volumes.md -------------------------------------------------------------------------------- /resources/articles/meshfix/meshfix_union_all.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/meshfix/meshfix_union_all.md -------------------------------------------------------------------------------- /resources/articles/meshfix/multiple_mesh_overlap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/meshfix/multiple_mesh_overlap.md -------------------------------------------------------------------------------- /resources/articles/platform_adhesion/adhesion_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/platform_adhesion/adhesion_type.md -------------------------------------------------------------------------------- /resources/articles/platform_adhesion/brim_gap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/platform_adhesion/brim_gap.md -------------------------------------------------------------------------------- /resources/articles/platform_adhesion/brim_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/platform_adhesion/brim_width.md -------------------------------------------------------------------------------- /resources/articles/platform_adhesion/raft_airgap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/platform_adhesion/raft_airgap.md -------------------------------------------------------------------------------- /resources/articles/platform_adhesion/raft_jerk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/platform_adhesion/raft_jerk.md -------------------------------------------------------------------------------- /resources/articles/platform_adhesion/raft_margin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/platform_adhesion/raft_margin.md -------------------------------------------------------------------------------- /resources/articles/platform_adhesion/raft_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/platform_adhesion/raft_speed.md -------------------------------------------------------------------------------- /resources/articles/platform_adhesion/skirt_gap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/platform_adhesion/skirt_gap.md -------------------------------------------------------------------------------- /resources/articles/resolution/infill_line_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/resolution/infill_line_width.md -------------------------------------------------------------------------------- /resources/articles/resolution/layer_height.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/resolution/layer_height.md -------------------------------------------------------------------------------- /resources/articles/resolution/layer_height_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/resolution/layer_height_0.md -------------------------------------------------------------------------------- /resources/articles/resolution/line_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/resolution/line_width.md -------------------------------------------------------------------------------- /resources/articles/resolution/skin_line_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/resolution/skin_line_width.md -------------------------------------------------------------------------------- /resources/articles/resolution/support_line_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/resolution/support_line_width.md -------------------------------------------------------------------------------- /resources/articles/resolution/wall_line_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/resolution/wall_line_width.md -------------------------------------------------------------------------------- /resources/articles/resolution/wall_line_width_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/resolution/wall_line_width_0.md -------------------------------------------------------------------------------- /resources/articles/resolution/wall_line_width_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/resolution/wall_line_width_x.md -------------------------------------------------------------------------------- /resources/articles/shell/alternate_extra_perimeter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/alternate_extra_perimeter.md -------------------------------------------------------------------------------- /resources/articles/shell/fill_outline_gaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/fill_outline_gaps.md -------------------------------------------------------------------------------- /resources/articles/shell/fill_perimeter_gaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/fill_perimeter_gaps.md -------------------------------------------------------------------------------- /resources/articles/shell/filter_out_tiny_gaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/filter_out_tiny_gaps.md -------------------------------------------------------------------------------- /resources/articles/shell/hole_xy_offset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/hole_xy_offset.md -------------------------------------------------------------------------------- /resources/articles/shell/inset_direction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/inset_direction.md -------------------------------------------------------------------------------- /resources/articles/shell/min_bead_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/min_bead_width.md -------------------------------------------------------------------------------- /resources/articles/shell/min_even_wall_line_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/min_even_wall_line_width.md -------------------------------------------------------------------------------- /resources/articles/shell/min_feature_size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/min_feature_size.md -------------------------------------------------------------------------------- /resources/articles/shell/min_odd_wall_line_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/min_odd_wall_line_width.md -------------------------------------------------------------------------------- /resources/articles/shell/min_wall_line_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/min_wall_line_width.md -------------------------------------------------------------------------------- /resources/articles/shell/outer_inset_first.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/outer_inset_first.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_0_extruder_nr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_0_extruder_nr.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_0_inset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_0_inset.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_0_wipe_dist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_0_wipe_dist.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_add_middle_threshold.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_add_middle_threshold.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_distribution_count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_distribution_count.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_extruder_nr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_extruder_nr.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_line_count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_line_count.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_min_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_min_flow.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_min_flow_retract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_min_flow_retract.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_thickness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_thickness.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_transition_angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_transition_angle.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_transition_length.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_transition_length.md -------------------------------------------------------------------------------- /resources/articles/shell/wall_x_extruder_nr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/wall_x_extruder_nr.md -------------------------------------------------------------------------------- /resources/articles/shell/xy_offset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/xy_offset.md -------------------------------------------------------------------------------- /resources/articles/shell/xy_offset_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/xy_offset_layer_0.md -------------------------------------------------------------------------------- /resources/articles/shell/z_seam_corner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/z_seam_corner.md -------------------------------------------------------------------------------- /resources/articles/shell/z_seam_position.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/z_seam_position.md -------------------------------------------------------------------------------- /resources/articles/shell/z_seam_relative.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/z_seam_relative.md -------------------------------------------------------------------------------- /resources/articles/shell/z_seam_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/z_seam_type.md -------------------------------------------------------------------------------- /resources/articles/shell/z_seam_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/z_seam_x.md -------------------------------------------------------------------------------- /resources/articles/shell/z_seam_y.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/shell/z_seam_y.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_enabled.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_infill.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_layer_0.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_prime_tower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_prime_tower.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_print.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_print.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_roofing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_roofing.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_skirt_brim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_skirt_brim.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_support.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_support_roof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_support_roof.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_topbottom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_topbottom.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_travel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_travel.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_wall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_wall.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_wall_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_wall_0.md -------------------------------------------------------------------------------- /resources/articles/speed/acceleration_wall_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/acceleration_wall_x.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_enabled.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_infill.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_layer_0.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_prime_tower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_prime_tower.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_print.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_print.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_print_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_print_layer_0.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_roofing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_roofing.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_skirt_brim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_skirt_brim.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_support.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_support_bottom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_support_bottom.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_support_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_support_infill.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_support_interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_support_interface.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_support_roof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_support_roof.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_topbottom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_topbottom.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_travel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_travel.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_travel_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_travel_enabled.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_travel_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_travel_layer_0.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_wall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_wall.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_wall_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_wall_0.md -------------------------------------------------------------------------------- /resources/articles/speed/jerk_wall_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/jerk_wall_x.md -------------------------------------------------------------------------------- /resources/articles/speed/max_feedrate_z_override.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/max_feedrate_z_override.md -------------------------------------------------------------------------------- /resources/articles/speed/skirt_brim_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/skirt_brim_speed.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_equalize_flow_max.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_equalize_flow_max.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_infill.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_layer_0.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_prime_tower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_prime_tower.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_print.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_print.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_print_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_print_layer_0.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_roofing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_roofing.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_slowdown_layers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_slowdown_layers.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_support.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_support_bottom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_support_bottom.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_support_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_support_infill.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_support_interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_support_interface.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_support_roof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_support_roof.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_topbottom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_topbottom.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_travel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_travel.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_travel_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_travel_layer_0.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_wall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_wall.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_wall_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_wall_0.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_wall_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_wall_x.md -------------------------------------------------------------------------------- /resources/articles/speed/speed_z_hop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/speed/speed_z_hop.md -------------------------------------------------------------------------------- /resources/articles/support/minimum_bottom_area.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/minimum_bottom_area.md -------------------------------------------------------------------------------- /resources/articles/support/minimum_interface_area.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/minimum_interface_area.md -------------------------------------------------------------------------------- /resources/articles/support/minimum_roof_area.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/minimum_roof_area.md -------------------------------------------------------------------------------- /resources/articles/support/minimum_support_area.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/minimum_support_area.md -------------------------------------------------------------------------------- /resources/articles/support/support_angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_angle.md -------------------------------------------------------------------------------- /resources/articles/support/support_bottom_angles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_bottom_angles.md -------------------------------------------------------------------------------- /resources/articles/support/support_bottom_density.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_bottom_density.md -------------------------------------------------------------------------------- /resources/articles/support/support_bottom_distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_bottom_distance.md -------------------------------------------------------------------------------- /resources/articles/support/support_bottom_enable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_bottom_enable.md -------------------------------------------------------------------------------- /resources/articles/support/support_bottom_height.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_bottom_height.md -------------------------------------------------------------------------------- /resources/articles/support/support_bottom_offset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_bottom_offset.md -------------------------------------------------------------------------------- /resources/articles/support/support_bottom_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_bottom_pattern.md -------------------------------------------------------------------------------- /resources/articles/support/support_brim_enable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_brim_enable.md -------------------------------------------------------------------------------- /resources/articles/support/support_brim_line_count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_brim_line_count.md -------------------------------------------------------------------------------- /resources/articles/support/support_brim_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_brim_width.md -------------------------------------------------------------------------------- /resources/articles/support/support_conical_angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_conical_angle.md -------------------------------------------------------------------------------- /resources/articles/support/support_conical_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_conical_enabled.md -------------------------------------------------------------------------------- /resources/articles/support/support_connect_zigzags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_connect_zigzags.md -------------------------------------------------------------------------------- /resources/articles/support/support_enable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_enable.md -------------------------------------------------------------------------------- /resources/articles/support/support_extruder_nr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_extruder_nr.md -------------------------------------------------------------------------------- /resources/articles/support/support_fan_enable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_fan_enable.md -------------------------------------------------------------------------------- /resources/articles/support/support_infill_angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_infill_angle.md -------------------------------------------------------------------------------- /resources/articles/support/support_infill_angles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_infill_angles.md -------------------------------------------------------------------------------- /resources/articles/support/support_infill_rate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_infill_rate.md -------------------------------------------------------------------------------- /resources/articles/support/support_join_distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_join_distance.md -------------------------------------------------------------------------------- /resources/articles/support/support_line_distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_line_distance.md -------------------------------------------------------------------------------- /resources/articles/support/support_mesh_drop_down.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_mesh_drop_down.md -------------------------------------------------------------------------------- /resources/articles/support/support_meshes_present.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_meshes_present.md -------------------------------------------------------------------------------- /resources/articles/support/support_offset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_offset.md -------------------------------------------------------------------------------- /resources/articles/support/support_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_pattern.md -------------------------------------------------------------------------------- /resources/articles/support/support_roof_angles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_roof_angles.md -------------------------------------------------------------------------------- /resources/articles/support/support_roof_density.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_roof_density.md -------------------------------------------------------------------------------- /resources/articles/support/support_roof_enable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_roof_enable.md -------------------------------------------------------------------------------- /resources/articles/support/support_roof_height.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_roof_height.md -------------------------------------------------------------------------------- /resources/articles/support/support_roof_offset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_roof_offset.md -------------------------------------------------------------------------------- /resources/articles/support/support_roof_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_roof_pattern.md -------------------------------------------------------------------------------- /resources/articles/support/support_structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_structure.md -------------------------------------------------------------------------------- /resources/articles/support/support_top_distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_top_distance.md -------------------------------------------------------------------------------- /resources/articles/support/support_tower_diameter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_tower_diameter.md -------------------------------------------------------------------------------- /resources/articles/support/support_tree_angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_tree_angle.md -------------------------------------------------------------------------------- /resources/articles/support/support_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_type.md -------------------------------------------------------------------------------- /resources/articles/support/support_use_towers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_use_towers.md -------------------------------------------------------------------------------- /resources/articles/support/support_wall_count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_wall_count.md -------------------------------------------------------------------------------- /resources/articles/support/support_xy_distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_xy_distance.md -------------------------------------------------------------------------------- /resources/articles/support/support_xy_overrides_z.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_xy_overrides_z.md -------------------------------------------------------------------------------- /resources/articles/support/support_z_distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/support_z_distance.md -------------------------------------------------------------------------------- /resources/articles/support/zig_zaggify_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/support/zig_zaggify_support.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/acceleration_ironing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/acceleration_ironing.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/bottom_layers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/bottom_layers.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/bottom_thickness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/bottom_thickness.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/ironing_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/ironing_enabled.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/ironing_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/ironing_flow.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/ironing_inset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/ironing_inset.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/ironing_line_spacing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/ironing_line_spacing.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/ironing_monotonic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/ironing_monotonic.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/ironing_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/ironing_pattern.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/jerk_ironing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/jerk_ironing.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/roofing_angles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/roofing_angles.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/roofing_extruder_nr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/roofing_extruder_nr.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/roofing_layer_count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/roofing_layer_count.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/roofing_line_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/roofing_line_width.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/roofing_monotonic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/roofing_monotonic.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/roofing_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/roofing_pattern.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/skin_angles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/skin_angles.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/skin_monotonic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/skin_monotonic.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/skin_outline_count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/skin_outline_count.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/skin_overlap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/skin_overlap.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/skin_overlap_mm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/skin_overlap_mm.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/skin_preshrink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/skin_preshrink.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/speed_ironing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/speed_ironing.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/top_bottom_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/top_bottom_pattern.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/top_bottom_pattern_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/top_bottom_pattern_0.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/top_bottom_thickness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/top_bottom_thickness.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/top_layers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/top_layers.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/top_skin_preshrink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/top_skin_preshrink.md -------------------------------------------------------------------------------- /resources/articles/top_bottom/top_thickness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/top_bottom/top_thickness.md -------------------------------------------------------------------------------- /resources/articles/travel/layer_start_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/layer_start_x.md -------------------------------------------------------------------------------- /resources/articles/travel/layer_start_y.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/layer_start_y.md -------------------------------------------------------------------------------- /resources/articles/travel/retraction_amount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/retraction_amount.md -------------------------------------------------------------------------------- /resources/articles/travel/retraction_combing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/retraction_combing.md -------------------------------------------------------------------------------- /resources/articles/travel/retraction_count_max.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/retraction_count_max.md -------------------------------------------------------------------------------- /resources/articles/travel/retraction_enable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/retraction_enable.md -------------------------------------------------------------------------------- /resources/articles/travel/retraction_hop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/retraction_hop.md -------------------------------------------------------------------------------- /resources/articles/travel/retraction_hop_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/retraction_hop_enabled.md -------------------------------------------------------------------------------- /resources/articles/travel/retraction_min_travel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/retraction_min_travel.md -------------------------------------------------------------------------------- /resources/articles/travel/retraction_prime_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/retraction_prime_speed.md -------------------------------------------------------------------------------- /resources/articles/travel/retraction_retract_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/retraction_retract_speed.md -------------------------------------------------------------------------------- /resources/articles/travel/retraction_speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/retraction_speed.md -------------------------------------------------------------------------------- /resources/articles/travel/travel_avoid_distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/travel_avoid_distance.md -------------------------------------------------------------------------------- /resources/articles/travel/travel_avoid_other_parts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/travel_avoid_other_parts.md -------------------------------------------------------------------------------- /resources/articles/travel/travel_avoid_supports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/travel/travel_avoid_supports.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/aliasing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/aliasing.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/blobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/blobs.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/elephants_foot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/elephants_foot.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/layer_shift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/layer_shift.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/layer_splitting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/layer_splitting.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/missing_parts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/missing_parts.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/overextrusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/overextrusion.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/pillowing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/pillowing.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/ringing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/ringing.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/sagging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/sagging.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/scarring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/scarring.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/seam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/seam.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/stringing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/stringing.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/topography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/topography.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/underextrusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/underextrusion.md -------------------------------------------------------------------------------- /resources/articles/troubleshooting/warping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/articles/troubleshooting/warping.md -------------------------------------------------------------------------------- /resources/icons/arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/icons/arrow.svg -------------------------------------------------------------------------------- /resources/icons/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/icons/camera.svg -------------------------------------------------------------------------------- /resources/icons/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/icons/icon.svg -------------------------------------------------------------------------------- /resources/icons/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/icons/play.svg -------------------------------------------------------------------------------- /resources/icons/translations.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/icons/translations.svg -------------------------------------------------------------------------------- /resources/models/arrow.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/arrow.scad -------------------------------------------------------------------------------- /resources/models/barn.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/barn.scad -------------------------------------------------------------------------------- /resources/models/basic_overhang.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/basic_overhang.scad -------------------------------------------------------------------------------- /resources/models/bridge.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/bridge.scad -------------------------------------------------------------------------------- /resources/models/calendar_holder.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/calendar_holder.scad -------------------------------------------------------------------------------- /resources/models/castle.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/castle.scad -------------------------------------------------------------------------------- /resources/models/castle_low.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/castle_low.scad -------------------------------------------------------------------------------- /resources/models/clamp.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/clamp.scad -------------------------------------------------------------------------------- /resources/models/cooking_utensil_hook.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/cooking_utensil_hook.scad -------------------------------------------------------------------------------- /resources/models/cube.scad: -------------------------------------------------------------------------------- 1 | cube(40); -------------------------------------------------------------------------------- /resources/models/cube_missing_corner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/cube_missing_corner.py -------------------------------------------------------------------------------- /resources/models/curved_top.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/curved_top.scad -------------------------------------------------------------------------------- /resources/models/cylinder.scad: -------------------------------------------------------------------------------- 1 | cylinder(r=10, h=20, $fn=360); -------------------------------------------------------------------------------- /resources/models/d1.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/d1.scad -------------------------------------------------------------------------------- /resources/models/dial_brace.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/dial_brace.scad -------------------------------------------------------------------------------- /resources/models/dimple_big.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/dimple_big.scad -------------------------------------------------------------------------------- /resources/models/dowel.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/dowel.scad -------------------------------------------------------------------------------- /resources/models/duct.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/duct.scad -------------------------------------------------------------------------------- /resources/models/external_attachment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/external_attachment.py -------------------------------------------------------------------------------- /resources/models/extra_surface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/extra_surface.py -------------------------------------------------------------------------------- /resources/models/f.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/f.scad -------------------------------------------------------------------------------- /resources/models/f3.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/f3.scad -------------------------------------------------------------------------------- /resources/models/fillet.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/fillet.scad -------------------------------------------------------------------------------- /resources/models/flipper_grip.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/flipper_grip.scad -------------------------------------------------------------------------------- /resources/models/foothold.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/foothold.scad -------------------------------------------------------------------------------- /resources/models/gazebo2.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/gazebo2.scad -------------------------------------------------------------------------------- /resources/models/gear.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/gear.scad -------------------------------------------------------------------------------- /resources/models/gear_hollow.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/gear_hollow.scad -------------------------------------------------------------------------------- /resources/models/gear_knurled.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/gear_knurled.scad -------------------------------------------------------------------------------- /resources/models/gutter_lift.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/gutter_lift.scad -------------------------------------------------------------------------------- /resources/models/half_sphere.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/half_sphere.scad -------------------------------------------------------------------------------- /resources/models/headphone_hook.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/headphone_hook.scad -------------------------------------------------------------------------------- /resources/models/hex_foot.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/hex_foot.scad -------------------------------------------------------------------------------- /resources/models/hexagonal_prism.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/hexagonal_prism.scad -------------------------------------------------------------------------------- /resources/models/hexasphericon.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/hexasphericon.scad -------------------------------------------------------------------------------- /resources/models/hive.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/hive.scad -------------------------------------------------------------------------------- /resources/models/holes_cutout.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/holes_cutout.scad -------------------------------------------------------------------------------- /resources/models/holes_in_panel.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/holes_in_panel.scad -------------------------------------------------------------------------------- /resources/models/intersecting_cubes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/intersecting_cubes.py -------------------------------------------------------------------------------- /resources/models/label.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/label.scad -------------------------------------------------------------------------------- /resources/models/lantern.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/lantern.scad -------------------------------------------------------------------------------- /resources/models/material_calibration.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/material_calibration.scad -------------------------------------------------------------------------------- /resources/models/microwave_hook.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/microwave_hook.scad -------------------------------------------------------------------------------- /resources/models/misaligned_hollow_cone.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/misaligned_hollow_cone.scad -------------------------------------------------------------------------------- /resources/models/misaligned_ring.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/misaligned_ring.scad -------------------------------------------------------------------------------- /resources/models/moon_sickle.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/moon_sickle.scad -------------------------------------------------------------------------------- /resources/models/mounting_plate.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/mounting_plate.scad -------------------------------------------------------------------------------- /resources/models/over_t.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/over_t.scad -------------------------------------------------------------------------------- /resources/models/overhang_bridging_cooling.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/overhang_bridging_cooling.scad -------------------------------------------------------------------------------- /resources/models/paper_stand.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/paper_stand.scad -------------------------------------------------------------------------------- /resources/models/phone_holder.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/phone_holder.scad -------------------------------------------------------------------------------- /resources/models/pipe_corner.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/pipe_corner.scad -------------------------------------------------------------------------------- /resources/models/plate_with_indent.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/plate_with_indent.scad -------------------------------------------------------------------------------- /resources/models/plopper.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/plopper.scad -------------------------------------------------------------------------------- /resources/models/plug.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/plug.scad -------------------------------------------------------------------------------- /resources/models/plunger_stop.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/plunger_stop.scad -------------------------------------------------------------------------------- /resources/models/question_stick_clip.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/question_stick_clip.scad -------------------------------------------------------------------------------- /resources/models/rack.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/rack.scad -------------------------------------------------------------------------------- /resources/models/rack_straight.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/rack_straight.scad -------------------------------------------------------------------------------- /resources/models/ring_5mm.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/ring_5mm.scad -------------------------------------------------------------------------------- /resources/models/rocket_dual.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/rocket_dual.scad -------------------------------------------------------------------------------- /resources/models/rod_holder.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/rod_holder.scad -------------------------------------------------------------------------------- /resources/models/rolling_blind_spacer.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/rolling_blind_spacer.scad -------------------------------------------------------------------------------- /resources/models/rotary_tumbler_lid.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/rotary_tumbler_lid.scad -------------------------------------------------------------------------------- /resources/models/rotary_tumbler_motor_lid.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/rotary_tumbler_motor_lid.scad -------------------------------------------------------------------------------- /resources/models/safety_lock.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/safety_lock.scad -------------------------------------------------------------------------------- /resources/models/seams_on_curves.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/seams_on_curves.scad -------------------------------------------------------------------------------- /resources/models/sharpening_corners.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/sharpening_corners.scad -------------------------------------------------------------------------------- /resources/models/signet.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/signet.scad -------------------------------------------------------------------------------- /resources/models/small_z_gap.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/small_z_gap.scad -------------------------------------------------------------------------------- /resources/models/spherical_cap.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/spherical_cap.scad -------------------------------------------------------------------------------- /resources/models/spike_curve.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/spike_curve.scad -------------------------------------------------------------------------------- /resources/models/spiral_stair.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/spiral_stair.scad -------------------------------------------------------------------------------- /resources/models/sprocket.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/sprocket.scad -------------------------------------------------------------------------------- /resources/models/stair.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/stair.scad -------------------------------------------------------------------------------- /resources/models/stairwell.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/stairwell.scad -------------------------------------------------------------------------------- /resources/models/stamp.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/stamp.scad -------------------------------------------------------------------------------- /resources/models/standing_ring.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/standing_ring.scad -------------------------------------------------------------------------------- /resources/models/star_podium.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/star_podium.scad -------------------------------------------------------------------------------- /resources/models/stature.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/stature.scad -------------------------------------------------------------------------------- /resources/models/stature_symmetrical.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/stature_symmetrical.scad -------------------------------------------------------------------------------- /resources/models/text.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/text.scad -------------------------------------------------------------------------------- /resources/models/thin_cylinder.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/thin_cylinder.scad -------------------------------------------------------------------------------- /resources/models/thin_ridge.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/thin_ridge.scad -------------------------------------------------------------------------------- /resources/models/three_cylinders.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/three_cylinders.scad -------------------------------------------------------------------------------- /resources/models/trash_bin_lid.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/trash_bin_lid.scad -------------------------------------------------------------------------------- /resources/models/twisted_triangular_hole.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/twisted_triangular_hole.scad -------------------------------------------------------------------------------- /resources/models/umbrella_square_rounded.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/umbrella_square_rounded.scad -------------------------------------------------------------------------------- /resources/models/watch_strap_keeper.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/watch_strap_keeper.scad -------------------------------------------------------------------------------- /resources/models/web.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/web.scad -------------------------------------------------------------------------------- /resources/models/wedge.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/wedge.scad -------------------------------------------------------------------------------- /resources/models/wide_bridge.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/wide_bridge.scad -------------------------------------------------------------------------------- /resources/models/wide_overhang.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/wide_overhang.scad -------------------------------------------------------------------------------- /resources/models/wire_mount.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/wire_mount.scad -------------------------------------------------------------------------------- /resources/models/yen.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/models/yen.scad -------------------------------------------------------------------------------- /resources/qml/ArticleCheckbox.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml/ArticleCheckbox.qml -------------------------------------------------------------------------------- /resources/qml/ArticleImages.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml/ArticleImages.qml -------------------------------------------------------------------------------- /resources/qml/ArticleText.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml/ArticleText.qml -------------------------------------------------------------------------------- /resources/qml/SettingsGuide.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml/SettingsGuide.qml -------------------------------------------------------------------------------- /resources/qml/SettingsSidebar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml/SettingsSidebar.qml -------------------------------------------------------------------------------- /resources/qml/SidebarSettings/SettingCategory.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml/SidebarSettings/SettingCategory.qml -------------------------------------------------------------------------------- /resources/qml/SidebarSettings/SettingCheckBox.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml/SidebarSettings/SettingCheckBox.qml -------------------------------------------------------------------------------- /resources/qml/SidebarSettings/SettingComboBox.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml/SidebarSettings/SettingComboBox.qml -------------------------------------------------------------------------------- /resources/qml/SidebarSettings/SettingItem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml/SidebarSettings/SettingItem.qml -------------------------------------------------------------------------------- /resources/qml/SidebarSettings/SettingTextField.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml/SidebarSettings/SettingTextField.qml -------------------------------------------------------------------------------- /resources/qml/TranslationButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml/TranslationButton.qml -------------------------------------------------------------------------------- /resources/qml_cura4/ArticleCheckbox.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml_cura4/ArticleCheckbox.qml -------------------------------------------------------------------------------- /resources/qml_cura4/ArticleImages.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml_cura4/ArticleImages.qml -------------------------------------------------------------------------------- /resources/qml_cura4/ArticleText.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml_cura4/ArticleText.qml -------------------------------------------------------------------------------- /resources/qml_cura4/SettingsGuide.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml_cura4/SettingsGuide.qml -------------------------------------------------------------------------------- /resources/qml_cura4/SettingsSidebar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml_cura4/SettingsSidebar.qml -------------------------------------------------------------------------------- /resources/qml_cura4/SidebarSettings/SettingItem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml_cura4/SidebarSettings/SettingItem.qml -------------------------------------------------------------------------------- /resources/qml_cura4/TranslationButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/qml_cura4/TranslationButton.qml -------------------------------------------------------------------------------- /resources/settings_guide_definitions.def.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/settings_guide_definitions.def.json -------------------------------------------------------------------------------- /resources/translations/cs_CZ/about/contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/about/contributors.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/about/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/about/glossary.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/blackmagic/mold_angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/blackmagic/mold_angle.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/blackmagic/mold_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/blackmagic/mold_width.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/dual/ooze_shield_dist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/dual/ooze_shield_dist.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/dual/prime_tower_size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/dual/prime_tower_size.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/images/brim_width_cs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/images/brim_width_cs.svg -------------------------------------------------------------------------------- /resources/translations/cs_CZ/infill/infill_angles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/infill/infill_angles.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/infill/infill_overlap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/infill/infill_overlap.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/infill/infill_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/infill/infill_pattern.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/resolution/line_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/resolution/line_width.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/hole_xy_offset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/hole_xy_offset.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/inset_direction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/inset_direction.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/min_bead_width.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/min_bead_width.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/wall_0_inset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/wall_0_inset.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/wall_line_count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/wall_line_count.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/wall_min_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/wall_min_flow.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/wall_thickness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/wall_thickness.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/xy_offset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/xy_offset.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/z_seam_corner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/z_seam_corner.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/z_seam_position.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/z_seam_position.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/z_seam_relative.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/z_seam_relative.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/z_seam_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/z_seam_type.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/z_seam_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/z_seam_x.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/shell/z_seam_y.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/shell/z_seam_y.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_enabled.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_infill.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_layer_0.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_print.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_print.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_roofing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_roofing.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_skirt_brim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_skirt_brim.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_support.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_topbottom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_topbottom.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_travel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_travel.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_wall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_wall.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_wall_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_wall_0.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/jerk_wall_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/jerk_wall_x.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/speed_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/speed_infill.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/speed_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/speed_layer_0.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/speed_print.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/speed_print.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/speed_roofing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/speed_roofing.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/speed_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/speed_support.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/speed_topbottom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/speed_topbottom.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/speed_travel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/speed_travel.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/speed_wall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/speed_wall.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/speed_wall_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/speed_wall_0.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/speed_wall_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/speed_wall_x.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/speed/speed_z_hop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/speed/speed_z_hop.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/support/support_angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/support/support_angle.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/support/support_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/support/support_type.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/top_bottom/top_layers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/top_bottom/top_layers.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/travel/layer_start_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/travel/layer_start_x.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/travel/layer_start_y.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/travel/layer_start_y.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/travel/retraction_hop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/travel/retraction_hop.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/troubleshooting/blobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/troubleshooting/blobs.md -------------------------------------------------------------------------------- /resources/translations/cs_CZ/troubleshooting/seam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/cs_CZ/troubleshooting/seam.md -------------------------------------------------------------------------------- /resources/translations/de_DE/about/contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/about/contributors.md -------------------------------------------------------------------------------- /resources/translations/de_DE/about/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/about/glossary.md -------------------------------------------------------------------------------- /resources/translations/de_DE/about/preferences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/about/preferences.md -------------------------------------------------------------------------------- /resources/translations/de_DE/shell/wall_0_inset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/shell/wall_0_inset.md -------------------------------------------------------------------------------- /resources/translations/de_DE/shell/wall_min_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/shell/wall_min_flow.md -------------------------------------------------------------------------------- /resources/translations/de_DE/shell/xy_offset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/shell/xy_offset.md -------------------------------------------------------------------------------- /resources/translations/de_DE/shell/z_seam_corner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/shell/z_seam_corner.md -------------------------------------------------------------------------------- /resources/translations/de_DE/shell/z_seam_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/shell/z_seam_type.md -------------------------------------------------------------------------------- /resources/translations/de_DE/shell/z_seam_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/shell/z_seam_x.md -------------------------------------------------------------------------------- /resources/translations/de_DE/shell/z_seam_y.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/shell/z_seam_y.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/jerk_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/jerk_enabled.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/jerk_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/jerk_infill.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/jerk_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/jerk_layer_0.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/jerk_print.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/jerk_print.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/jerk_roofing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/jerk_roofing.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/jerk_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/jerk_support.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/jerk_travel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/jerk_travel.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/jerk_wall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/jerk_wall.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/jerk_wall_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/jerk_wall_0.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/jerk_wall_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/jerk_wall_x.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/speed_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/speed_infill.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/speed_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/speed_layer_0.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/speed_print.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/speed_print.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/speed_roofing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/speed_roofing.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/speed_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/speed_support.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/speed_travel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/speed_travel.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/speed_wall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/speed_wall.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/speed_wall_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/speed_wall_0.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/speed_wall_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/speed_wall_x.md -------------------------------------------------------------------------------- /resources/translations/de_DE/speed/speed_z_hop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/de_DE/speed/speed_z_hop.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/about/contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/about/contributors.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/about/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/about/glossary.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/about/preferences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/about/preferences.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/shell/wall_0_inset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/shell/wall_0_inset.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/shell/wall_min_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/shell/wall_min_flow.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/shell/xy_offset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/shell/xy_offset.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/shell/z_seam_corner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/shell/z_seam_corner.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/shell/z_seam_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/shell/z_seam_type.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/shell/z_seam_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/shell/z_seam_x.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/shell/z_seam_y.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/shell/z_seam_y.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/jerk_enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/jerk_enabled.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/jerk_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/jerk_infill.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/jerk_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/jerk_layer_0.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/jerk_print.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/jerk_print.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/jerk_roofing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/jerk_roofing.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/jerk_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/jerk_support.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/jerk_travel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/jerk_travel.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/jerk_wall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/jerk_wall.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/jerk_wall_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/jerk_wall_0.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/jerk_wall_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/jerk_wall_x.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/speed_infill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/speed_infill.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/speed_layer_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/speed_layer_0.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/speed_print.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/speed_print.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/speed_roofing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/speed_roofing.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/speed_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/speed_support.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/speed_travel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/speed_travel.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/speed_wall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/speed_wall.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/speed_wall_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/speed_wall_0.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/speed_wall_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/speed_wall_x.md -------------------------------------------------------------------------------- /resources/translations/fr_FR/speed/speed_z_hop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/fr_FR/speed/speed_z_hop.md -------------------------------------------------------------------------------- /resources/translations/ru_RU/shell/wall_0_inset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/ru_RU/shell/wall_0_inset.md -------------------------------------------------------------------------------- /resources/translations/ru_RU/shell/wall_min_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/ru_RU/shell/wall_min_flow.md -------------------------------------------------------------------------------- /resources/translations/ru_RU/shell/xy_offset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/ru_RU/shell/xy_offset.md -------------------------------------------------------------------------------- /resources/translations/ru_RU/shell/z_seam_corner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/ru_RU/shell/z_seam_corner.md -------------------------------------------------------------------------------- /resources/translations/ru_RU/shell/z_seam_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/ru_RU/shell/z_seam_type.md -------------------------------------------------------------------------------- /resources/translations/ru_RU/shell/z_seam_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/ru_RU/shell/z_seam_x.md -------------------------------------------------------------------------------- /resources/translations/ru_RU/shell/z_seam_y.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/resources/translations/ru_RU/shell/z_seam_y.md -------------------------------------------------------------------------------- /test/links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/test/links.py -------------------------------------------------------------------------------- /test/markdown_syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghostkeeper/SettingsGuide/HEAD/test/markdown_syntax.py --------------------------------------------------------------------------------