-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SW-3951 backend refactor the printer profile class and use it to implement rotary profile #1831
SW-3951 backend refactor the printer profile class and use it to implement rotary profile #1831
Conversation
The profile class is a modified version of the printerProfile class from OctoPrint. It has been modified to be able to serve as a parent class that can be implemented for different purposes and for different profile schemas.
This class implements the profile parent class to be used for laser cutter profiles.
✅ Linked to Story SW-3951 · BACKEND - Refactor the printer profile class and use it to implement Rotary profile |
Kudos, SonarCloud Quality Gate passed! 0 Bugs 72.3% Coverage The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
97a7d42
into
feature/SW-3719-rotary-milestone-1-end-of-september
SW-3951 Add profile class
The profile class is a modified version of the printerProfile class from OctoPrint. It has been modified to be able to serve as a parent class that can be implemented for different purposes and for different profile schemas.
SW-3951 Add laser cutter profile model
SW-3951 Add laser cutter profile service
This class implements the profile parent class to be used for laser cutter profiles.
SW-3951 Add laser cutter profiles to constants
SW-3951 Refactor services
SW-3951 Remove duplicated class
SW-3951 Refactor laser cutter profiles viewmodel
SW-3951 Implement the new laser cutter profile service