1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

SLA support points are now saved in AMF

This commit is contained in:
Lukas Matena
2018-10-03 15:13:54 +02:00
parent e89465cc3f
commit 6b007986ee
4 changed files with 36 additions and 4 deletions
+1
View File
@@ -498,6 +498,7 @@ ModelObject::ModelObject(Model *model, const ModelObject &other, bool copy_volum
instances(),
volumes(),
config(other.config),
sla_support_points(other.sla_support_points),
layer_height_ranges(other.layer_height_ranges),
layer_height_profile(other.layer_height_profile),
layer_height_profile_valid(other.layer_height_profile_valid),