Tomas Franzén

Results 5 comments of Tomas Franzén

Remove the M117 line from your start G-code in Cura.

Make sure you put the relevant parts within a printFinished handler: ``` on printFinished(printName, duration) ... end printFinished ```

Yeah, WARequest ought to have some general handling of types that are not urlencoded or multipart. Reading the data (with a maximum length) into an NSData buffer and then exposing...

Firmware updating is definitely on the roadmap. It's sort of the last remaining thing you need M3D's software for. I haven't attempted it yet, mostly because it's a somewhat convoluted...

Compatibility with Slic3r would be good. We should have a mechanism for ignoring some codes, like G21, in TFPPrinter, at the dequeueCode level or something. If Slic3r has an embedded...