mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
fix a bug that pressure advance value is not stored.
This commit is contained in:
parent
457c7ec556
commit
b1145f368f
1 changed files with 1 additions and 1 deletions
|
@ -3715,7 +3715,7 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
|
||||||
static std::set<std::string> ignore = {
|
static std::set<std::string> ignore = {
|
||||||
"acceleration", "scale", "rotate", "duplicate", "duplicate_grid",
|
"acceleration", "scale", "rotate", "duplicate", "duplicate_grid",
|
||||||
"bed_size",
|
"bed_size",
|
||||||
"print_center", "g0", "pressure_advance", "wipe_tower_per_color_wipe"
|
"print_center", "g0", "wipe_tower_per_color_wipe"
|
||||||
#ifndef HAS_PRESSURE_EQUALIZER
|
#ifndef HAS_PRESSURE_EQUALIZER
|
||||||
, "max_volumetric_extrusion_rate_slope_positive", "max_volumetric_extrusion_rate_slope_negative"
|
, "max_volumetric_extrusion_rate_slope_positive", "max_volumetric_extrusion_rate_slope_negative"
|
||||||
#endif /* HAS_PRESSURE_EQUALIZER */
|
#endif /* HAS_PRESSURE_EQUALIZER */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue