Closed GoogleCodeExporter closed 8 years ago
The FEEDRATE is in the iso.py, but it isn't marked, sorry
Original comment by d...@nakedscientists.com
on 12 May 2011 at 9:04
I believe this has already been fixed.
Instead of this line:
def PECK_DEPTH(self, format, depth): return('Q' + self.SPACE() + (format %
depth))
There is now:
def PECK_DEPTH(self, format, depth): return('Q' + self.SPACE() + (format.string(depth)))
Original comment by danhe...@gmail.com
on 12 May 2011 at 10:50
Cool, I had a look in the change log but didn't notice anything in the last
couple of weeks.
did you get the other 5-6 similar ones in the same file, the FEEDRATE() and
add_line issues as well?
cheers
Original comment by d...@nakedscientists.com
on 12 May 2011 at 11:51
Original issue reported on code.google.com by
d...@nakedscientists.com
on 12 May 2011 at 8:56Attachments: