thunderbug1 / Spherebot-Host-GUI

Qt based GUI to control the spherebot
54 stars 60 forks source link

Future Improvements #12

Open thunderbug1 opened 10 years ago

thunderbug1 commented 10 years ago
JamesT42 commented 10 years ago

I got the checksum integrated into the firmware. But I don't know how to implement it in the GUI. It works like the Gcode for Reprap, so you send N[line number] G.... *(checksum) and the firmware answers with ok or rs [line number] http://reprap.org/wiki/G-code#Replies_from_the_RepRap_machine_to_the_host_computer

Look at my fork (needs more work!) https://github.com/JamesT42/Spherebot-Host-GUI/blob/master/SphereBot%20Arduino/SphereBot/SphereBot.ino

thunderbug1 commented 10 years ago

Thanks for the code, looks promising. The implementation into the GUI shouldn't be that hard to do, I 'll do it when I find some time.

JamesT42 commented 10 years ago

Hi there! Any progress? Christmas is coming up "soon", and i wanted to plot some christmas baubles...

thunderbug1 commented 10 years ago

Hi. Right now I´m quite busy with another project but I haven´t forgotten the spherebot project. Hopefully I find time in september to write some code