Pwdr / Pwdr-Model-0.1

A powder substrate rapid prototyping machine
131 stars 68 forks source link

Pause button code a glass half full/empty #32

Open columbus1231 opened 10 years ago

columbus1231 commented 10 years ago

I used the pause button I created in the arduino firmware on my pwdr 3d printer. It works only when the printer is on jog control. However once printing has started, the button fails to pause the printer. Anyone with an idea how to make the pause button work when printing?

Pwdr commented 10 years ago

Mmm, I didn't read the code intensively, but I now notice your while loop is put over the wrong voids.

You should put it after line 79 in printFile.ino (after for (long x=1; x<=pwdrconfig[0]; x++){)