Sebastian Kuzminsky

Results 33 comments of Sebastian Kuzminsky

Each of the 11 closed paths in the picture above is a separate entity in the DXF file, and SVG files similarly encode separate paths as separate objects. I'm imagining...

Here are some videos showing off those GUIs. dxf2gcode: * https://www.youtube.com/watch?v=RR1ujV8BoYM&feature=youtu.be&t=375 (LOUD!) * https://www.youtube.com/watch?v=mnPhRSFKPJE&t=330 CamBam: * https://www.youtube.com/watch?v=RFBE2RuNCD8

Hi @pjz, the current version numbers are designed to work well as debian package version numbers. I didn't mean to break them for setup.py in the process, but clearly I...

That seems like it would work. I would prefer it if the string in all three places "looked" the same, ie using either "dev" or "pre" everywhere. I have a...

Great! I'm going to be out of town for a week, but I will work on this when I get back, if no one beats me to it 😊

@jtpedersen, I bet @aewallin would be interested to know about the openvoronoi issues you're running into.

The transformed `` elements still have `transform` attributes: ~~~ ~~~ I'd expect the `circle` elements to have the transform applied and not have a "residual" `transform` attribute, just like what's...

Something similar is affecting me, using buildbot 3.6.1: ~~~ c['change_source'].append( changes.GitPoller( repourl='git://10.0.0.4/linuxcnc-upstream.git', branches=True, pollInterval=10 ) ) ~~~ I get this in the log every time the gitpoller runs: ~~~ 2022-12-16...

Defining HAGL_HAL_DEBUG if it is not defined (as you suggested above) would work, but it's debatable whether that would be better. The solution proposed in this PR has the advantage...

I switched this branch to use your suggestion.