Small Orca printer profile changes#15
Open
den-kozlov wants to merge 1 commit intoMakertech3D:mainfrom
Open
Conversation
Orca profile changes: enable "Activate air filtration" option by default in OrcaSlicer for "Generic ABS@ProForge" filament profile changed default_filament_profile to "Generic PLA @proforge" to use included profile by default changed default_print_profile to "0.20mm Standard @proforge" to match included profile name changed printer_model to "ProForge300". Now {printer_model} placeholder (used in default value of the "Filename format" setting of filaments) expands to ProForge300 instead of "Generic ToolChanger Printer" optimised Start Gcode: M104 S0 T0 command injected only when first toolhead in not used, otherwise M109 T0 command is injected. added M106 macro override to enable control of filter_fan from Orca removed SET_FAN_SPEED FAN=filter_fan SPEED=1 from Start Gcode. Instead M106 command will be used to control filter fan as configured in filament settings. printer config changes: added M106 macro override to enable filter fan control with P3 parameter (supporter by Orca)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Orca profile changes:
Activate air filtrationoption by default in OrcaSlicer forGeneric ABS@ProForgefilament profileGeneric PLA @ProForgeto use included profile by default0.20mm Standard @ProForgeto match included profile nameProForge300. Now{printer_model}placeholder (used in default value of the "Filename format" setting of filaments) expands toProForge300instead ofGeneric ToolChanger PrinterSET_FAN_SPEED FAN=filter_fan SPEED=1from Start Gcode. Instead Orca will automatically useM106 P3command to control filter fan in accordance with configured in filament settings.printer config changes:
M106macro override to enable filter fan control withP3parameter (supporter by Orca)