Mittwoch, 10. Juni 2015

Code work

Hey Folks,
my 3D Printer now works fine. I rewrote my code a little bit and redesigned the thread-communication. But there is way more work to do. I have to write a piece of code that does control the temperature of the nozzle and the heated bed with a PID-loop instead of just switching on or off depending on what the measured temperature is. And I've also not yet implemented code that calculates G1/G0 movements while executing a G1/G0 command. That causes some stutters in especially circles which are made of several lines, because my script doesn't supports G2/G3 commands yet. So I'm going to write a piece of code that calculates the movements while driving the previous Command and pushes the data into a queue.

You see, there is a bit work to do but don't worry, at June the 26. I'll get a faster internet connection and then I will be able to upload a video for you. Until then I'll design the code as best as I can.

Cheers,
JHL