thunderbug1 / Spherebot-Host-GUI

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

Checksums integrated + moved every option to the config #17

Closed JamesT42 closed 10 years ago

JamesT42 commented 10 years ago

Sorry, I'm new to github, I could not completely remove my private config stuff...

JamesT42 commented 10 years ago

No, that was already in there in StepperModel::doStep. Look for lines like: if(maxStepCount==0 || currentStepcount<=maxStepCount) Just define some value other than 0 in the config.

thunderbug1 commented 10 years ago

ah yes thx. I was looking in the wrong place