mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
ENH: manual setting for PA for 3-rd party printer only
Should never use these two setting for bambuPrinter. Thanks original code from OrcaSlicer. Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Ifda4086b71fd2ef170b044c7632d15fe2ef490fd
This commit is contained in:
parent
ca1facfaa0
commit
026eaf6bc4
7 changed files with 46 additions and 1 deletions
|
@ -784,7 +784,7 @@ static std::vector<std::string> s_Preset_filament_options {
|
|||
"filament_wipe_distance", "additional_cooling_fan_speed",
|
||||
"bed_temperature_difference", "nozzle_temperature_range_low", "nozzle_temperature_range_high",
|
||||
//softfever
|
||||
"chamber_temperature"
|
||||
"enable_pressure_advance", "pressure_advance", "chamber_temperature"
|
||||
};
|
||||
|
||||
static std::vector<std::string> s_Preset_machine_limits_options {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue