fnorbenden
fnorbenden
> I commented this line in the python script '''lines = self.addExplicitZ(lines)''' and it seems to work so far ( i'm trying a simple model) , please try and let...
I took another look at the function itself and it's trying to use next() on a list (from re.findall) instead of an iterator. That is probably breaking the output and...
`M104 S{ ; set final nozzle temp M190 S{ ; wait for bed temp to stabilize M109 S{ ; wait for nozzle temp to stabilize` It looks like you're having...