Ghostkeeper

Results 403 comments of Ghostkeeper

The "g-code header after slicing" is indeed more intended as a debugging output rather than to be put in the g-code. The firmware doesn't read the header there anyway.

The `-o AlcoveWall_v2.gcode` option basically writes the stdout to a file. Or you can use the `1> stdout.txt 2> stderr.txt` like Beherith did.

File association could still be possible if you put a very recognisable file in the tgz. A MIME type detection algorithm could open up the gzip and see if it...

> What would Ultimaker like to see in such a contribution? My approach to implement such a feature would be to allow loading the 3MF files into the front-end, visualise...

There's a useful format for listing toolpaths that is currently the industry standard: .gcode. Cura does list the layer numbers, and the structure type (walls, infill, skin, etc) it's working...

> I'm not sure whether this is still the case but it could be that all layers are sliced 0.5 * layer height below their top, meaning that the initial...

It is indeed adjusting the speed to keep the flow constant. If you set Flow Equalization Ratio (`speed_equalize_flow_width_factor`) to 0, does that improve the result? I'm also seeing a possible...

That would make sense. The Maximum Extrusion Area Deviation determines how much it's going to split up a line with variable line width. So if a line should be wider...

All of the extrusion area deviation is in both directions equally. Let's say you wish to print a line with a length of - say - 10mm that changes from...

Actually, we found values of 80%-90% to be printing best. It's not really up to me to optimise the printing profiles. Ultimaker has a group of process engineers that do...