mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Wiki Update 12 - Others (#10452)
* Update others_settings_brim.md * Improved brim * brim wiki * Update others_settings_brim.md * Skirt * Icons to settings sections * Create Built-in-placeholders-variables.md * Update others_settings_g_code_output.md * Update others_settings_notes.md * Update others_settings_post_processing_scripts.md * special mode * Fuzzy skin * Image fix * PA update * Update pressure-advance-calib.md * Phishing report link in README * pa wiki link * Esthetic -> Aesthetic
This commit is contained in:
@@ -3445,13 +3445,13 @@ void TabFilament::build()
|
||||
optgroup->append_single_option_line("pellet_flow_coefficient", "pellet-flow-coefficient");
|
||||
optgroup->append_single_option_line("filament_flow_ratio");
|
||||
|
||||
optgroup->append_single_option_line("enable_pressure_advance");
|
||||
optgroup->append_single_option_line("pressure_advance");
|
||||
optgroup->append_single_option_line("enable_pressure_advance", "pressure-advance-calib");
|
||||
optgroup->append_single_option_line("pressure_advance", "pressure-advance-calib");
|
||||
|
||||
// Orca: adaptive pressure advance and calibration model
|
||||
optgroup->append_single_option_line("adaptive_pressure_advance");
|
||||
optgroup->append_single_option_line("adaptive_pressure_advance_overhangs");
|
||||
optgroup->append_single_option_line("adaptive_pressure_advance_bridges");
|
||||
optgroup->append_single_option_line("adaptive_pressure_advance", "adaptive-pressure-advance-calib");
|
||||
optgroup->append_single_option_line("adaptive_pressure_advance_overhangs", "adaptive-pressure-advance-calib");
|
||||
optgroup->append_single_option_line("adaptive_pressure_advance_bridges", "adaptive-pressure-advance-calib");
|
||||
|
||||
Option option = optgroup->get_option("adaptive_pressure_advance_model");
|
||||
option.opt.full_width = true;
|
||||
|
||||
Reference in New Issue
Block a user