RickMcConney / PenPlotter

Polar graph controler that uses repetier firmware. Inspired by work at http://www.polargraph.co.uk
GNU General Public License v2.0
120 stars 26 forks source link

Servo range not defined by default.txt? #12

Closed kongorillaSJK closed 6 years ago

kongorillaSJK commented 7 years ago

Changes to the up/down servo values in the default.txt aren't having an effect for me. Do I have to change the values in the firmware? If so, can you give me a pointer? (I did do a quick search through the various files of the firmware, but it wasn't apparent where I should make the change). I've adjusted other values in the txt and those had an effect, so I assume I'm not doing something too stupid. TIA

RickMcConney commented 7 years ago

Thanks you are correct I was not using the values read from the config file. I have made the correction. It is in the sendPenUp and sendPenDown functions in the comm.pde file. Let me know if this fixes your issue. Rick/

kongorillaSJK commented 6 years ago

Thanks, Rick! This indeed fixed the issue. (Sorry for the late reply; time for plotting has been hard to come by lately).