You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Real gcode viewer which reads the gcode and draws it virtually on a canvas
(I started to write the code but haven´t fished yet->: MainWindow::interpretGcode(QString code))
Checksum for the communication
->(hopefully gets rid of some bugs)
Port the application logic to a QStateMachine
-> just to make the code maintainable and ease additions to it
(Idea) Port the unicorn extension of inkscape to the spherebot-gui. This would make it easy to use other programs to generate the svg files and directly import them into the host. It would also make it possible to automate the gcode generation.
(I started to write the code but haven´t fished yet->: MainWindow::interpretGcode(QString code))
->(hopefully gets rid of some bugs)
-> just to make the code maintainable and ease additions to it