Files
OrcaSlicer_WIKI/printer_settings/multimaterial/printer_multimaterial_setup.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

Printer settings base (#29) * Printer home base * Create printer_basic_information_printable_space.md * Document multi bed type support in printable space Moved and expanded documentation for multi bed type support from bed-types.md to printer_basic_information_printable_space.md. The new section explains enabling multi bed types, selecting bed types, setting temperatures, and using the curr_bed_type variable in custom G-code. Removed redundant bed-types.md file. * advance * Create printer_basic_information_cooling_fan.md * Create printer_basic_information_extruder_clearance.md * adaptative bed mesh * Printer accesory * Update Home.md * Create printer_machine_gcode.md * MOVED * Create printer_multimaterial_wipe_tower.md * Create printer_multimaterial_setup.md * Create printer_multimaterial_semm_parameters.md * Create printer_multimaterial_advanced.md * Update multimaterial setup links and remove semm.md * Create printer_extruder_basic_information.md * Create printer_extruder_layer_height_limits.md * Refactor extruder docs and add retraction/Z-hop info Moved layer height limits and extruder position sections into 'printer_extruder_basic_information.md', deleted the separate layer height limits file, and added new documentation for extruder retraction and Z-hop settings. Updated Home.md navigation to reflect these changes and improve clarity for users. * Add printer motion ability documentation Introduces a new markdown file detailing motion-related printer settings, including speed, acceleration, jerk limitations, resonance avoidance, and G-code emission options. * Add icons to printer settings navigation links Updated the printer settings section in Home.md to include relevant SVG icons for each navigation link, improving visual clarity and user experience. This change affects links under Basic Information, Multimaterial, and Extruder subsections. * Clarify Auto option in Z-hop type documentation Updated the description for the 'Auto' Z-hop type to specify that it selects automatically between Spiral based on whether the travel move crosses over overhang areas. * Update printer-preset.png
2025-11-28 13:13:49 -03:00
# Multimaterial setup
Basic setup for multimaterial printing.
## Single Extruder Multi Material
2026-05-04 10:54:29 -03:00
[Mode](option_mode): `Advanced`.
2026-04-08 11:51:47 -03:00
[Variable](built_in_placeholders_variables): `single_extruder_multi_material`.
Printer settings base (#29) * Printer home base * Create printer_basic_information_printable_space.md * Document multi bed type support in printable space Moved and expanded documentation for multi bed type support from bed-types.md to printer_basic_information_printable_space.md. The new section explains enabling multi bed types, selecting bed types, setting temperatures, and using the curr_bed_type variable in custom G-code. Removed redundant bed-types.md file. * advance * Create printer_basic_information_cooling_fan.md * Create printer_basic_information_extruder_clearance.md * adaptative bed mesh * Printer accesory * Update Home.md * Create printer_machine_gcode.md * MOVED * Create printer_multimaterial_wipe_tower.md * Create printer_multimaterial_setup.md * Create printer_multimaterial_semm_parameters.md * Create printer_multimaterial_advanced.md * Update multimaterial setup links and remove semm.md * Create printer_extruder_basic_information.md * Create printer_extruder_layer_height_limits.md * Refactor extruder docs and add retraction/Z-hop info Moved layer height limits and extruder position sections into 'printer_extruder_basic_information.md', deleted the separate layer height limits file, and added new documentation for extruder retraction and Z-hop settings. Updated Home.md navigation to reflect these changes and improve clarity for users. * Add printer motion ability documentation Introduces a new markdown file detailing motion-related printer settings, including speed, acceleration, jerk limitations, resonance avoidance, and G-code emission options. * Add icons to printer settings navigation links Updated the printer settings section in Home.md to include relevant SVG icons for each navigation link, improving visual clarity and user experience. This change affects links under Basic Information, Multimaterial, and Extruder subsections. * Clarify Auto option in Z-hop type documentation Updated the description for the 'Auto' Z-hop type to specify that it selects automatically between Spiral based on whether the travel move crosses over overhang areas. * Update printer-preset.png
2025-11-28 13:13:49 -03:00
Use single nozzle to print multi filament.
## Extruders
Number of extruders of the printer.
## Manual Filament Change
2026-05-04 10:54:29 -03:00
[Mode](option_mode): `Advanced`.
2026-04-08 11:51:47 -03:00
[Variable](built_in_placeholders_variables): `manual_filament_change`.
Printer settings base (#29) * Printer home base * Create printer_basic_information_printable_space.md * Document multi bed type support in printable space Moved and expanded documentation for multi bed type support from bed-types.md to printer_basic_information_printable_space.md. The new section explains enabling multi bed types, selecting bed types, setting temperatures, and using the curr_bed_type variable in custom G-code. Removed redundant bed-types.md file. * advance * Create printer_basic_information_cooling_fan.md * Create printer_basic_information_extruder_clearance.md * adaptative bed mesh * Printer accesory * Update Home.md * Create printer_machine_gcode.md * MOVED * Create printer_multimaterial_wipe_tower.md * Create printer_multimaterial_setup.md * Create printer_multimaterial_semm_parameters.md * Create printer_multimaterial_advanced.md * Update multimaterial setup links and remove semm.md * Create printer_extruder_basic_information.md * Create printer_extruder_layer_height_limits.md * Refactor extruder docs and add retraction/Z-hop info Moved layer height limits and extruder position sections into 'printer_extruder_basic_information.md', deleted the separate layer height limits file, and added new documentation for extruder retraction and Z-hop settings. Updated Home.md navigation to reflect these changes and improve clarity for users. * Add printer motion ability documentation Introduces a new markdown file detailing motion-related printer settings, including speed, acceleration, jerk limitations, resonance avoidance, and G-code emission options. * Add icons to printer settings navigation links Updated the printer settings section in Home.md to include relevant SVG icons for each navigation link, improving visual clarity and user experience. This change affects links under Basic Information, Multimaterial, and Extruder subsections. * Clarify Auto option in Z-hop type documentation Updated the description for the 'Auto' Z-hop type to specify that it selects automatically between Spiral based on whether the travel move crosses over overhang areas. * Update printer-preset.png
2025-11-28 13:13:49 -03:00
Manual filament change is a feature that allows the user to change the filament during the print. This can be useful for multi-material prints or when changing colors. The user can specify the position and timing of the filament change, as well as the speed and distance of the ramming process.
Enable this option to omit the custom Change filament G-code only at the beginning of the print. The tool change command (e.g., T0) will be skipped throughout the entire print. This is useful for manual multi-material printing, where we use M600/PAUSE to trigger the manual filament change action.