2026-01-05 15:55:11 +03:00
|
|
|
site_name: OrcaSlicer Wiki
|
2026-01-02 00:08:06 +08:00
|
|
|
site_description: Official Wiki for OrcaSlicer - A powerful open source slicer for FFF (FDM) 3D Printers
|
2026-01-16 22:59:06 +08:00
|
|
|
site_url: https://www.orcaslicer.com/wiki
|
2026-04-07 16:19:22 -03:00
|
|
|
repo_url: https://github.com/OrcaSlicer/OrcaSlicer_WIKI
|
|
|
|
|
repo_name: OrcaSlicer/OrcaSlicer_WIKI
|
|
|
|
|
edit_uri: edit/main/
|
2026-01-02 00:08:06 +08:00
|
|
|
|
|
|
|
|
# MkDocs requires docs_dir to be a subdirectory
|
|
|
|
|
# The build script will handle the file structure
|
|
|
|
|
docs_dir: docs
|
|
|
|
|
site_dir: html
|
|
|
|
|
|
2026-01-16 22:59:06 +08:00
|
|
|
# Use flat URLs (page.html) instead of directory URLs (page/index.html)
|
|
|
|
|
use_directory_urls: false
|
2026-01-02 00:08:06 +08:00
|
|
|
|
|
|
|
|
# Theme configuration
|
|
|
|
|
theme:
|
2026-01-03 13:29:58 +08:00
|
|
|
name: material
|
2026-02-13 10:06:58 +08:00
|
|
|
custom_dir: overrides
|
2026-01-05 15:55:11 +03:00
|
|
|
logo: assets/images/OrcaSlicer.png
|
|
|
|
|
favicon: assets/images/OrcaSlicer.ico
|
2026-01-03 13:29:58 +08:00
|
|
|
features:
|
2026-02-11 04:17:39 -08:00
|
|
|
- navigation.instant # Enable instant loading (SPA behavior)
|
|
|
|
|
- navigation.instant.progress # Show progress bar on slow connections
|
|
|
|
|
- navigation.instant.prefetch # Preload linked pages on hover
|
2026-02-11 09:28:06 -03:00
|
|
|
- navigation.instant.preview # Show page preview on hover
|
2026-04-07 16:19:22 -03:00
|
|
|
- content.action.edit # Adds "Edit this page" action
|
2026-01-03 13:29:58 +08:00
|
|
|
- content.code.copy # Enables the copy-to-clipboard button
|
2026-01-08 22:16:36 +03:00
|
|
|
- search.suggest
|
|
|
|
|
- search.highlight
|
2026-03-26 18:34:32 -03:00
|
|
|
- navigation.path # shows breadcrumb trail
|
2026-02-11 15:14:52 +03:00
|
|
|
- navigation.top # adds back to top button
|
2026-01-05 15:55:11 +03:00
|
|
|
- navigation.footer # adds next and previous buttons
|
|
|
|
|
- navigation.indexes
|
2026-03-25 15:01:33 -03:00
|
|
|
- content.code.copy # force copy button to code blocks
|
2026-01-27 04:11:01 -08:00
|
|
|
palette: # Automatic light/dark mode with toggle
|
|
|
|
|
- media: "(prefers-color-scheme)" # Auto-detect system preference
|
|
|
|
|
toggle:
|
|
|
|
|
icon: material/brightness-auto
|
|
|
|
|
name: Switch to light mode
|
|
|
|
|
- media: "(prefers-color-scheme: light)" # Light mode
|
|
|
|
|
scheme: default
|
2026-01-05 15:55:11 +03:00
|
|
|
toggle:
|
|
|
|
|
icon: material/weather-sunny
|
|
|
|
|
name: Switch to dark mode
|
2026-01-27 04:11:01 -08:00
|
|
|
- media: "(prefers-color-scheme: dark)" # Dark mode
|
|
|
|
|
scheme: slate
|
2026-01-05 15:55:11 +03:00
|
|
|
toggle:
|
|
|
|
|
icon: material/weather-night
|
2026-01-27 04:11:01 -08:00
|
|
|
name: Switch to system preference
|
2026-01-09 01:22:23 +03:00
|
|
|
font: false # default font only pulls font with 300, 400, 400i and 700 weight
|
2026-03-26 18:34:32 -03:00
|
|
|
# pulled fonts with CSS method. Fonts are pulled from Google and its same for Default behavior
|
2026-01-15 12:43:15 -03:00
|
|
|
|
2026-01-05 15:55:11 +03:00
|
|
|
extra_css:
|
|
|
|
|
- assets/stylesheets/extra.css
|
2026-01-18 14:48:54 -03:00
|
|
|
- https://unpkg.com/katex@0/dist/katex.min.css
|
2026-01-05 15:55:11 +03:00
|
|
|
|
2026-01-15 12:43:15 -03:00
|
|
|
extra_javascript:
|
2026-01-18 14:48:54 -03:00
|
|
|
- https://unpkg.com/katex@0/dist/katex.min.js
|
|
|
|
|
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
|
|
|
|
|
- assets/javascripts/katex.js
|
2026-01-15 12:43:15 -03:00
|
|
|
- assets/javascripts/icon-theme.js
|
|
|
|
|
|
2026-01-05 15:55:11 +03:00
|
|
|
plugins:
|
2026-01-08 22:16:36 +03:00
|
|
|
- search
|
2026-03-26 18:34:32 -03:00
|
|
|
- gh-admonitions # converts GitHub annotations to admonitions
|
2026-01-05 15:55:11 +03:00
|
|
|
#- optimize # automatically optimizes images
|
|
|
|
|
#- git-committers: # not works # adds committers to footer # pip install mkdocs-git-committers-plugin-2
|
|
|
|
|
# repository: OrcaSlicer/OrcaSlicer_WIKI
|
|
|
|
|
# branch: main
|
2026-01-02 00:08:06 +08:00
|
|
|
|
|
|
|
|
# Markdown extensions (using built-in extensions to avoid extra dependencies)
|
|
|
|
|
markdown_extensions:
|
|
|
|
|
- tables
|
|
|
|
|
- toc:
|
|
|
|
|
permalink: true
|
|
|
|
|
- attr_list
|
|
|
|
|
- md_in_html
|
2026-01-03 13:29:58 +08:00
|
|
|
- admonition
|
|
|
|
|
- pymdownx.details # For collapsible admonitions
|
2026-01-18 14:48:54 -03:00
|
|
|
- pymdownx.superfences:
|
|
|
|
|
custom_fences:
|
|
|
|
|
- name: mermaid
|
|
|
|
|
class: mermaid
|
2026-01-19 09:26:50 -03:00
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
2026-01-18 14:48:54 -03:00
|
|
|
- pymdownx.arithmatex:
|
|
|
|
|
generic: true
|
2026-01-24 13:32:30 -03:00
|
|
|
- pymdownx.highlight:
|
|
|
|
|
anchor_linenums: true
|
|
|
|
|
use_pygments: true
|
|
|
|
|
line_spans: __span
|
|
|
|
|
pygments_lang_class: true
|
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
|
- pymdownx.superfences
|
2026-01-15 12:43:15 -03:00
|
|
|
|
2026-01-05 15:55:11 +03:00
|
|
|
extra:
|
|
|
|
|
generator: false # hides "Made with Material for MkDocs" from footer
|
2026-03-26 18:34:32 -03:00
|
|
|
social: # adds links to footer
|
2026-03-26 17:47:48 -03:00
|
|
|
- icon: fontawesome/solid/link
|
2026-03-26 17:39:14 -03:00
|
|
|
link: https://www.orcaslicer.com
|
2026-01-15 12:43:15 -03:00
|
|
|
- icon: fontawesome/brands/github
|
2026-01-05 15:55:11 +03:00
|
|
|
link: https://github.com/OrcaSlicer/OrcaSlicer
|
2026-01-15 12:43:15 -03:00
|
|
|
- icon: fontawesome/brands/discord
|
2026-01-05 15:55:11 +03:00
|
|
|
link: https://discord.gg/P4VE9UY9gJ
|
2026-03-26 17:39:14 -03:00
|
|
|
- icon: fontawesome/brands/x-twitter
|
|
|
|
|
link: https://x.com/real_OrcaSlicer
|
2026-01-05 15:55:11 +03:00
|
|
|
|
2026-02-13 10:09:41 +08:00
|
|
|
copyright: Copyright © 2022-2026 Li Jiang. All rights reserved.
|
2026-01-02 00:08:06 +08:00
|
|
|
|
2026-04-08 11:51:47 -03:00
|
|
|
# Navigation structure based on home.md
|
2026-01-02 00:08:06 +08:00
|
|
|
nav:
|
2026-04-08 12:56:44 -03:00
|
|
|
- Home: index.md
|
2026-01-02 00:08:06 +08:00
|
|
|
- Calibration:
|
2026-04-08 12:39:35 -03:00
|
|
|
- "Calibration Guide": calibration/calibration_guide.md
|
2026-04-08 11:51:47 -03:00
|
|
|
- "Adaptive Pressure Advance": calibration/adaptive_pressure_advance_calib.md
|
|
|
|
|
- Cornering: calibration/cornering_calib.md
|
|
|
|
|
- "Flow Ratio Calibration": calibration/flow_ratio_calib.md
|
|
|
|
|
- "Input Shaping": calibration/input_shaping_calib.md
|
|
|
|
|
- "Pressure Advance": calibration/pressure_advance_calib.md
|
|
|
|
|
- "Retraction test": calibration/retraction_calib.md
|
|
|
|
|
- "Temp Calibration": calibration/temp_calib.md
|
|
|
|
|
- "Filament Tolerance Calibration": calibration/tolerance_calib.md
|
|
|
|
|
- VFA: calibration/vfa_calib.md
|
|
|
|
|
- "Max Volumetric Speed (FlowRate) Calibration": calibration/volumetric_speed_calib.md
|
2026-01-02 00:08:06 +08:00
|
|
|
- "General Settings":
|
2026-04-08 11:51:47 -03:00
|
|
|
- "Import and Export": general_settings/import_export.md
|
|
|
|
|
- "Keyboard Shortcuts": general_settings/keyboard_shortcuts.md
|
2026-05-04 11:59:15 -03:00
|
|
|
- "Option Modes": general_settings/option_mode.md
|
2026-04-21 13:54:18 -03:00
|
|
|
- "Transfer or Discard Changes popup dialog": general_settings/transfer_discard_changes.md
|
2026-01-02 00:08:06 +08:00
|
|
|
- "Material Settings":
|
|
|
|
|
- Cooling:
|
|
|
|
|
- "Material Cooling": material_settings/cooling/material_cooling.md
|
|
|
|
|
- Filament:
|
|
|
|
|
- "Material Basic Information": material_settings/filament/material_basic_information.md
|
|
|
|
|
- "Material Flow Ratio and Pressure Advance": material_settings/filament/material_flow_ratio_and_pressure_advance.md
|
|
|
|
|
- "Material Temperatures": material_settings/filament/material_temperatures.md
|
|
|
|
|
- "Material Volumetric Speed Limitation": material_settings/filament/material_volumetric_speed_limitation.md
|
|
|
|
|
- Multimaterial:
|
|
|
|
|
- "Material Multimaterial Settings": material_settings/multimaterial/material_multimaterial.md
|
|
|
|
|
- "Setting Overrides":
|
|
|
|
|
- "Material Setting Overrides": "material_settings/setting overrides/material_setting_overrides.md"
|
|
|
|
|
- Advanced:
|
|
|
|
|
- "Advanced Material Settings": material_settings/advanced/material_advanced.md
|
|
|
|
|
- Dependencies:
|
|
|
|
|
- "Material Dependencies": material_settings/dependencies/material_dependencies.md
|
|
|
|
|
- "Print Prepare":
|
2026-01-13 17:29:16 -03:00
|
|
|
- "Prepare Toolbar": print_prepare/prepare_basic.md
|
|
|
|
|
- "Assembly Tools": print_prepare/prepare_assembly_tools.md
|
|
|
|
|
- "Auto Arrange": print_prepare/prepare_auto_arrange.md
|
|
|
|
|
- "Auto Orientation": print_prepare/prepare_auto_orient.md
|
|
|
|
|
- "Brim ears Painting": print_prepare/prepare_brim_ears_painting.md
|
|
|
|
|
- "Color Painting": print_prepare/prepare_color_painting.md
|
|
|
|
|
- "Cutting Tool": print_prepare/prepare_cutting_tool.md
|
|
|
|
|
- Emboss: print_prepare/prepare_emboss.md
|
|
|
|
|
- "Mesh Boolean": print_prepare/prepare_mesh_boolean.md
|
|
|
|
|
- "Object Manipulation": print_prepare/prepare_object_manipulation.md
|
|
|
|
|
- "Object Set": print_prepare/prepare_object_set.md
|
|
|
|
|
- "Paint on Fuzzy Skin": print_prepare/prepare_paint_on_fuzzy_skin.md
|
|
|
|
|
- "Seam Painting": print_prepare/prepare_seam_painting.md
|
|
|
|
|
- "STL Transformation": print_prepare/prepare_stl_transformation.md
|
|
|
|
|
- "Support Painting": print_prepare/prepare_support_painting.md
|
|
|
|
|
- "Variable Layer Height": print_prepare/prepare_variable_layer_height.md
|
2026-01-02 00:08:06 +08:00
|
|
|
- "Print Settings":
|
|
|
|
|
- Multimaterial:
|
|
|
|
|
- "Filament for Features": print_settings/multimaterial/multimaterial_settings_filament_for_features.md
|
|
|
|
|
- "Flush Options": print_settings/multimaterial/multimaterial_settings_flush_options.md
|
|
|
|
|
- "Ooze prevention": print_settings/multimaterial/multimaterial_settings_ooze_prevention.md
|
|
|
|
|
- "Prime Tower": print_settings/multimaterial/multimaterial_settings_prime_tower.md
|
|
|
|
|
- "Multimaterial Advanced": print_settings/multimaterial/multimaterial_settings_advanced.md
|
|
|
|
|
- Quality:
|
|
|
|
|
- Bridging: print_settings/quality/quality_settings_bridging.md
|
|
|
|
|
- Ironing: print_settings/quality/quality_settings_ironing.md
|
|
|
|
|
- "Layer Height": print_settings/quality/quality_settings_layer_height.md
|
|
|
|
|
- "Line Width": print_settings/quality/quality_settings_line_width.md
|
|
|
|
|
- Overhangs: print_settings/quality/quality_settings_overhangs.md
|
|
|
|
|
- Precision: print_settings/quality/quality_settings_precision.md
|
|
|
|
|
- Seam: print_settings/quality/quality_settings_seam.md
|
|
|
|
|
- "Wall and surfaces": print_settings/quality/quality_settings_wall_and_surfaces.md
|
|
|
|
|
- "Wall Generator": print_settings/quality/quality_settings_wall_generator.md
|
2026-05-04 11:59:15 -03:00
|
|
|
- "Z Contouring": print_settings/quality/quality_settings_z_contouring.md
|
2026-01-02 00:08:06 +08:00
|
|
|
- Speed:
|
|
|
|
|
- Acceleration: print_settings/speed/speed_settings_acceleration.md
|
|
|
|
|
- "Initial layer speed": print_settings/speed/speed_settings_initial_layer_speed.md
|
|
|
|
|
- "Jerk XY": print_settings/speed/speed_settings_jerk_xy.md
|
|
|
|
|
- "Overhang Speed": print_settings/speed/speed_settings_overhang_speed.md
|
|
|
|
|
- Travel: print_settings/speed/speed_settings_travel.md
|
|
|
|
|
- "Speed Advanced - Extrusion Rate Smoothing": print_settings/speed/speed_settings_advanced.md
|
|
|
|
|
- "Other layers speed": print_settings/speed/speed_settings_other_layers_speed.md
|
|
|
|
|
- Strength:
|
|
|
|
|
- Infill: print_settings/strength/strength_settings_infill.md
|
|
|
|
|
- "Infill rotation template metalanguage": print_settings/strength/strength_settings_infill_rotation_template_metalanguage.md
|
|
|
|
|
- Patterns: print_settings/strength/strength_settings_patterns.md
|
|
|
|
|
- "Top and Bottom Shells": print_settings/strength/strength_settings_top_bottom_shells.md
|
|
|
|
|
- Walls: print_settings/strength/strength_settings_walls.md
|
|
|
|
|
- "Strength Advanced": print_settings/strength/strength_settings_advanced.md
|
|
|
|
|
- Support:
|
|
|
|
|
- "Support Filament": print_settings/support/support_settings_filament.md
|
|
|
|
|
- "Support Ironing": print_settings/support/support_settings_ironing.md
|
|
|
|
|
- Raft: print_settings/support/support_settings_raft.md
|
|
|
|
|
- Support: print_settings/support/support_settings_support.md
|
|
|
|
|
- "Tree Support": print_settings/support/support_settings_tree.md
|
|
|
|
|
- "Support Advanced": print_settings/support/support_settings_advanced.md
|
|
|
|
|
- Others:
|
|
|
|
|
- Brim: print_settings/others/others_settings_brim.md
|
|
|
|
|
- "Fuzzy Skin": print_settings/others/others_settings_fuzzy_skin.md
|
|
|
|
|
- "G-Code Output": print_settings/others/others_settings_g_code_output.md
|
|
|
|
|
- Notes: print_settings/others/others_settings_notes.md
|
|
|
|
|
- "Post-Processing Scripts": print_settings/others/others_settings_post_processing_scripts.md
|
|
|
|
|
- Skirt: print_settings/others/others_settings_skirt.md
|
|
|
|
|
- "Special Mode": print_settings/others/others_settings_special_mode.md
|
|
|
|
|
- "Printer Settings":
|
|
|
|
|
- "Basic Information":
|
|
|
|
|
- "Printer Accessory": "printer_settings/basic information/printer_basic_information_accessory.md"
|
|
|
|
|
- "Adaptive Bed Mesh": "printer_settings/basic information/printer_basic_information_adaptive_bed_mesh.md"
|
|
|
|
|
- "Advanced Printer Settings": "printer_settings/basic information/printer_basic_information_advanced.md"
|
|
|
|
|
- "Cooling Fan": "printer_settings/basic information/printer_basic_information_cooling_fan.md"
|
|
|
|
|
- "Extruder Clearance": "printer_settings/basic information/printer_basic_information_extruder_clearance.md"
|
|
|
|
|
- "Printable Space": "printer_settings/basic information/printer_basic_information_printable_space.md"
|
|
|
|
|
- Extruder:
|
|
|
|
|
- "Basic Extruder Information": printer_settings/extruder/printer_extruder_basic_information.md
|
|
|
|
|
- Retraction: printer_settings/extruder/printer_extruder_retraction.md
|
|
|
|
|
- "Z Hop": printer_settings/extruder/printer_extruder_z_hop.md
|
|
|
|
|
- "Machine G-Code":
|
|
|
|
|
- "Machine G-code": "printer_settings/machine gcode/printer_machine_gcode.md"
|
|
|
|
|
- "Motion Ability":
|
|
|
|
|
- "Motion Ability": "printer_settings/motion ability/printer_motion_ability.md"
|
|
|
|
|
- Multimaterial:
|
|
|
|
|
- "Single Extruder Multi-Material Parameters": printer_settings/multimaterial/printer_multimaterial_semm_parameters.md
|
|
|
|
|
- "Multimaterial setup": printer_settings/multimaterial/printer_multimaterial_setup.md
|
|
|
|
|
- "Wipe Tower": printer_settings/multimaterial/printer_multimaterial_wipe_tower.md
|
|
|
|
|
- "Advanced Multi-Material Settings": printer_settings/multimaterial/printer_multimaterial_advanced.md
|
2026-01-03 13:43:11 +08:00
|
|
|
- "Developer Reference":
|
2026-04-08 11:51:47 -03:00
|
|
|
- "Localization and translation guide": developer_reference/localization_guide.md
|
|
|
|
|
- "Placeholders Variables": developer_reference/built_in_placeholders_variables.md
|
|
|
|
|
- "How to Build": developer_reference/how_to_build.md
|
|
|
|
|
- "Guide: Develop Profiles for OrcaSlicer": developer_reference/how_to_create_profiles.md
|
|
|
|
|
- "How to Download Pull Requests Artifacts for Testing": developer_reference/how_to_download_pr_artifacts.md
|
|
|
|
|
- "How to Test": developer_reference/how_to_test.md
|
|
|
|
|
- "How to Contribute to the Wiki": developer_reference/how_to_wiki.md
|
|
|
|
|
- "Application Structure Overview": developer_reference/plater_sidebar_tab_combobox.md
|
|
|
|
|
- "Preset and Bundle": developer_reference/preset_and_bundle.md
|
|
|
|
|
- Hierarchy: developer_reference/slicing_hierarchy.md
|