mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Wiki Update 10 - Quality (#10301)
* Update quality_settings_wall_generator.md * Expand layer height wiki * Rework height * Update quality_settings_line_width.md * Update quality_settings_precision.md * Update quality_settings_seam.md * Minor linking * Update quality_settings_wall_and_surfaces.md * Reverse on odd improved * Extra perimeter on overhangs * Images fixes * Update speed_settings_jerk_xy.md * quality_settings_ironing * Update quality_settings_seam.md * Update quality_settings_bridging.md * Remove precision sub-section links * Add icons to settings links in Home documentation * Moved fuzzy skin Remove Fuzzy Skin section from special mode settings to it's own place. * Fix image adaptive-pressure-advance-calib.md * Update image references Standardized image alt text and filenames for consistency and clarity. * Update image alt text and file references in docs Standardized and clarified image alt text in Calibration.md for easy md to html conversion. * Update seam * Base scarf joint seam * Update quality_settings_seam.md * Update quality_settings_wall_generator.md * Update quality_settings_overhangs.md * Fuzzy Skin Generator Mode Wiki Co-Authored-By: π² <189209038+pi-squared-studio@users.noreply.github.com> * Infill Templates Wiki Co-Authored-By: π² <189209038+pi-squared-studio@users.noreply.github.com> * basic md formating * Update infill and advanced strength settings docs * Moved + Linked Metalanguage * image preview (change befor ready) * Update strength_settings_infill_rotation_template_metalanguage.md * reorder image description * Some credits * Spelling infill rotation metalanguage docs * Crop metalanguage fills * fix image reference * Update strength_settings_infill_rotation_template_metalanguage.md * Update strength_settings_infill_rotation_template_metalanguage.md * standard characters images * flow rate update division * Update Tab.cpp * Reworking flow rate calibration guide * Update strength_settings_top_bottom_shells.md * Flow Calib WIP --------- Co-authored-by: π² <189209038+pi-squared-studio@users.noreply.github.com> Co-authored-by: pi-squared-studio <pi.squared.studio@gmail.com>
This commit is contained in:
@@ -2108,10 +2108,10 @@ void TabPrint::build()
|
||||
optgroup->append_single_option_line("seam_slope_steps", "quality_settings_seam#scarf-joint-seam");
|
||||
optgroup->append_single_option_line("scarf_joint_flow_ratio", "quality_settings_seam#scarf-joint-seam");
|
||||
optgroup->append_single_option_line("seam_slope_inner_walls", "quality_settings_seam#scarf-joint-seam");
|
||||
optgroup->append_single_option_line("role_based_wipe_speed","quality_settings_seam");
|
||||
optgroup->append_single_option_line("wipe_speed", "quality_settings_seam");
|
||||
optgroup->append_single_option_line("wipe_on_loops","quality_settings_seam");
|
||||
optgroup->append_single_option_line("wipe_before_external_loop","quality_settings_seam");
|
||||
optgroup->append_single_option_line("role_based_wipe_speed","quality_settings_seam#role-based-wipe-speed");
|
||||
optgroup->append_single_option_line("wipe_speed", "quality_settings_seam#wipe-speed");
|
||||
optgroup->append_single_option_line("wipe_on_loops","quality_settings_seam#wipe-on-loop-inward-movement");
|
||||
optgroup->append_single_option_line("wipe_before_external_loop","quality_settings_seam#wipe-before-external");
|
||||
|
||||
|
||||
optgroup = page->new_optgroup(L("Precision"), L"param_precision");
|
||||
@@ -2230,11 +2230,11 @@ void TabPrint::build()
|
||||
optgroup->append_single_option_line("solid_infill_direction", "strength_settings_infill");
|
||||
optgroup->append_single_option_line("solid_infill_rotate_template", "strength_settings_infill");
|
||||
optgroup->append_single_option_line("gap_fill_target", "strength_settings_infill#apply-gap-fill");
|
||||
optgroup->append_single_option_line("filter_out_gap_fill", "strength_settings_infill");
|
||||
optgroup->append_single_option_line("filter_out_gap_fill", "strength_settings_infill#filter-out-tiny-gaps");
|
||||
optgroup->append_single_option_line("infill_wall_overlap", "strength_settings_infill#infill-wall-overlap");
|
||||
|
||||
optgroup = page->new_optgroup(L("Advanced"), L"param_advanced");
|
||||
optgroup->append_single_option_line("align_infill_direction_to_model");
|
||||
optgroup->append_single_option_line("align_infill_direction_to_model", "strength_settings_advanced#align-infill-direction-to-model");
|
||||
optgroup->append_single_option_line("bridge_angle", "strength_settings_advanced#bridge-infill-direction");
|
||||
optgroup->append_single_option_line("internal_bridge_angle", "strength_settings_advanced#bridge-infill-direction"); // ORCA: Internal bridge angle override
|
||||
optgroup->append_single_option_line("minimum_sparse_infill_area", "strength_settings_advanced#minimum-sparse-infill-threshold");
|
||||
@@ -2455,15 +2455,15 @@ optgroup->append_single_option_line("skirt_loops", "others_settings_skirt#loops"
|
||||
optgroup->append_single_option_line("timelapse_type", "others_settings_special_mode#timelapse");
|
||||
|
||||
optgroup = page->new_optgroup(L("Fuzzy Skin"), L"fuzzy_skin");
|
||||
optgroup->append_single_option_line("fuzzy_skin", "others_settings_special_mode#fuzzy-skin");
|
||||
optgroup->append_single_option_line("fuzzy_skin_mode");
|
||||
optgroup->append_single_option_line("fuzzy_skin_noise_type", "others_settings_special_mode#fuzzy-skin-mode");
|
||||
optgroup->append_single_option_line("fuzzy_skin_point_distance", "others_settings_special_mode#point-distance");
|
||||
optgroup->append_single_option_line("fuzzy_skin_thickness", "others_settings_special_mode#skin-thickness");
|
||||
optgroup->append_single_option_line("fuzzy_skin_scale", "others_settings_special_mode#skin-feature-size");
|
||||
optgroup->append_single_option_line("fuzzy_skin_octaves", "others_settings_special_mode#skin-noise-octaves");
|
||||
optgroup->append_single_option_line("fuzzy_skin_persistence", "others_settings_special_mode#skin-noise-persistence");
|
||||
optgroup->append_single_option_line("fuzzy_skin_first_layer", "others_settings_special_mode#apply-fuzzy-skin-to-first-layer");
|
||||
optgroup->append_single_option_line("fuzzy_skin", "others_settings_fuzzy_skin");
|
||||
optgroup->append_single_option_line("fuzzy_skin_mode", "others_settings_fuzzy_skin#fuzzy-skin-mode");
|
||||
optgroup->append_single_option_line("fuzzy_skin_noise_type", "others_settings_fuzzy_skin#noise-type");
|
||||
optgroup->append_single_option_line("fuzzy_skin_point_distance", "others_settings_fuzzy_skin#point-distance");
|
||||
optgroup->append_single_option_line("fuzzy_skin_thickness", "others_settings_fuzzy_skin#skin-thickness");
|
||||
optgroup->append_single_option_line("fuzzy_skin_scale", "others_settings_fuzzy_skin#skin-feature-size");
|
||||
optgroup->append_single_option_line("fuzzy_skin_octaves", "others_settings_fuzzy_skin#skin-noise-octaves");
|
||||
optgroup->append_single_option_line("fuzzy_skin_persistence", "others_settings_fuzzy_skin#skin-noise-persistence");
|
||||
optgroup->append_single_option_line("fuzzy_skin_first_layer", "others_settings_fuzzy_skin#apply-fuzzy-skin-to-first-layer");
|
||||
|
||||
optgroup = page->new_optgroup(L("G-code output"), L"param_gcode");
|
||||
optgroup->append_single_option_line("reduce_infill_retraction", "others_settings_g_code_output#reduce-infill-retraction");
|
||||
|
||||
Reference in New Issue
Block a user