mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 08:28:42 +03:00
add “precise_z_height”
This commit is contained in:
@@ -745,7 +745,9 @@ bool PrintObject::invalidate_state_by_config_options(
|
||||
//w12
|
||||
|| opt_key == "xy_size_compensation"
|
||||
|| opt_key == "xy_hole_compensation"
|
||||
|| opt_key == "xy_contour_compensation") {
|
||||
|| opt_key == "xy_contour_compensation"
|
||||
//w27
|
||||
|| opt_key == "precise_z_height" ) {
|
||||
steps.emplace_back(posSlice);
|
||||
} else if (opt_key == "support_material") {
|
||||
steps.emplace_back(posSupportMaterial);
|
||||
|
||||
Reference in New Issue
Block a user