Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
shahaibo
2023-10-05 15:16:03 +08:00
4 changed files with 13 additions and 3 deletions

View File

@@ -1396,8 +1396,12 @@ public class PythonService {
List<DesignSinglePrint> prints = printObject.getPrints();
prints.forEach(p -> {
if (printObject.getIfSingle().equals(Boolean.FALSE)){
p.getLocation().set(0,p.getLocation().get(0));
p.getLocation().set(1,p.getLocation().get(1));
scale.add(p.getScale());
paths.add(p.getPath());
paths.add(p.getMinIOPath());
location.add(p.getLocation());
angle.add(p.getAngle());
}else {
p.getLocation().set(0,p.getLocation().get(0));
p.getLocation().set(1,p.getLocation().get(1));