Todd Fleming

Results 186 comments of Todd Fleming

I just renamed the files to drop ```:/}```. Colons are nice, but don't play well on Windows filesystems. The ```}``` was a temporary workaround. For now we'll need to live...

Marking it high priority doesn't mean we have any volunteers to do it :(

> when I touch the gcode section it loses all LF/CR What do you mean?

@DarkAlchy Are you using Notepad to view the gcode? Almost every other editor for Windows doesn't care about CR. I use this from Microsoft: https://code.visualstudio.com/ .

We probably need to nail down the use case: what will users need custom post-processors for? Will they solve anything that adding new config settings (e.g. #334) won't solve?

Something we'd probably want to avoid: post processors which take gcode in. That's a very difficult road to go down; look at Skeinforge. It produces gcode near the beginning of...

Not a language, a Javascript interface. The downside is it will slow down most users who don't need a postprocessor.

That demo limits the GPU solver to 16 nodes. We'd need hundreds. If it can solve hundreds in short time then it'd be worth considering. I suspect (I haven't checked...

Something to watch out for: we don't have a pure TSP formulation. Instead of nodes we have: * Open paths: 2 endpoints. TSP has to decide which endpoint to enter...

mergePaths() in cam.js does a nearest neighbor search.