FlorianJa / ExtendedPrinter-Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slicing Profiles

FlorianJa opened this issue · comments

By default we are using 4 different slicing profiles:

  • 0.25mm Draft
  • 0.2mm Speed
  • 0.15mm Speed
  • 0.1mm Speed

These profiles are provided by the prusa slicer gui. They are imported into the slicing service. When this application connects to the service, he will provide information about the available profiles.
The profile list in the AR GUI should be dynamically loaded from the provided profile list from the slicing service.
By selecting a profile, other parameters in the GUI should change accordingly, at the moment it is only the infill percentage.

Slicing profiles are now loaded dynamically from the slicing service. The selected profile now needs to be passed back to the slicing service.