~ultimaker/ultimaker/+git/CuraEngine:CURA-9830_consolidate_polygon_classes

Last commit made on 2024-05-02
Get this branch:
git clone -b CURA-9830_consolidate_polygon_classes https://git.launchpad.net/~ultimaker/ultimaker/+git/CuraEngine

Branch merges

Branch information

Name:
CURA-9830_consolidate_polygon_classes
Repository:
lp:~ultimaker/ultimaker/+git/CuraEngine

Recent commits

4718d3d... by jellespijker <email address hidden>

Applied clang-format.

0ce98e6... by Jelle Spijker <email address hidden>

Include numbers

Contributes to CURA-9830

5a2c243... by jellespijker <email address hidden>

Applied clang-format.

76d32b8... by Jelle Spijker <email address hidden>

Add numbers library

Updated the copyright year to 2024 across all files and included the 'numbers' library for use in various files. Also, made certain changes such as replacing 'stdio.h' with 'cstdio' and 'assert.h' with 'cassert' for better compatibility.

Contribute to CURA-9830

b05d0fd... by jellespijker <email address hidden>

Applied clang-format.

b8a4b17... by Jelle Spijker <email address hidden>

use Shape instead of Polygons for the PrimeTowers

This commit replaces instances of the Polygons data structure with Shape in the PrimeTower class, both in prime tower calculations and in storage data structures such as MovesByExtruder and MovesByLayer. This change streamlines the handling of geometric data and enables more robust manipulation of shapes in the prime tower generation process.

Contribute to NP-9830

e495c31... by Jelle Spijker <email address hidden>

Merge branch 'refs/heads/main' into CURA-9830_consolidate_polygon_classes

# Conflicts:
# include/PrimeTower.h
# src/PrimeTower.cpp
# src/skin.cpp
# src/sliceDataStorage.cpp
# src/support.cpp

1f22f2c... by Erwan MATHIEU <email address hidden>

Minor code simplification

CURA-9830

74f008d... by Erwan MATHIEU <email address hidden>

Apply minor PR suggestions

CURA-9830

338d57c... by Erwan MATHIEU <email address hidden>

Code uniformization/cleaning

CURA-9830