ENH: add acceleration para

thanks SoftFever

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ie82934e2fb5cdb4ec77246e2d5cd6be36fdc7d5a
This commit is contained in:
qing.zhang 2023-06-16 17:25:10 +08:00 committed by Lane.Wei
parent 9b5a86ba01
commit ec756bc2df
7 changed files with 31 additions and 4 deletions

View file

@ -158,7 +158,9 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
"infill_jerk",
"top_surface_jerk",
"initial_layer_jerk",
"travel_jerk"
"travel_jerk",
"inner_wall_acceleration",
"sparse_infill_acceleration"
};
static std::unordered_set<std::string> steps_ignore;