Peter Boin

Results 32 comments of Peter Boin

:+1:. I just got root access to my laptop without a password with: ```bash fprintd-enroll -f left-little-finger # swipe any finger sudo su # swipe the same finger ``` then...

@justbuchanan - I'd be happy to do a PR in `cqparts` for this, I'll see if I can put something together ~tonight after work~ when I get time 🙄 ......

@jmwright > Where does CQParts support for CadQuery 2.0 stand? The most suitable description would be "long overdue". But perhaps a more useful description is "on its way". I've started...

Yes! I agree. It's actually passing all the core tests now, in the `feature/freecad-occ` branch. I've just got to put the hours in to release it.... but I'll definitely be...

Hi @dickshaydle you're absolutely right, `pygcode` is a bit limited, and more of a pet project (hence it's alpha release state). The completion of #9 and #14 would greatly help...

@dickshaydle > I would also want to add something to the project and just wanted to ask what the current status is I guess the project's status is, _stale_... it's...

@maculata No, you're not missing anything, the current version of `pygcode` doesn't support this. Do you have some sample gcode you could post here? Also: is there an online specification...

linuxcnc specs: * [parameters](http://linuxcnc.org/docs/html/gcode/overview.html#_parameters) * [expressions](http://linuxcnc.org/docs/html/gcode/overview.html#gcode:expressions)

@maculata That looks quite simple, you're not using any dynamic variables like `#`, so you can pre-process the file to remove parameters. I think this does the job: ```python #!/usr/bin/env...

To clarify: I agree with @maculata ; parameters should be deciphered by `pygcode` interpreter where possible, and shouldn't _need_ pre-processing. Furthermore, the pre-processing done by the above script is something...