charlespick / plastic

An iOS app for controlling Klipper-based 3d Printers using Moonraker
GNU General Public License v3.0
33 stars 4 forks source link

Tabbed view and full printer editing #12

Closed charlespick closed 2 years ago

charlespick commented 2 years ago

Also includes some refactoring. WARNING, the selection is still being handled by a render state value in the struct while the selected printer is actually handled by an index. I plan to migrate this to using enumerated() in an array soon