Ghostkeeper

Results 403 comments of Ghostkeeper

Installing via the "Install..." button in the add-ons window still works for me. It puts it in the correct location automatically. That is the instruction in the readme. Does it...

I'm a developer for Cura. Could you help me out with what's needed exactly for the first two things that Spegelius mentioned? I could easily add a comment before all...

If you put the `;TOOL_CHANGE` comment in the extruder's end g-code it seems to work properly, being put right before the `T#` command. I don't think it's feasible to parse...

Here's a new section of documentation about the temperature regulation in CuraEngine that will be relevant to you: https://github.com/Ultimaker/CuraEngine/blob/master/docs/inserts.md#pre-heating-and-pre-cooling It indicates the places where you'll find temperature commands within a...

> Correct me if I am wrong, but Cura does send all settings to CuraEngine to slice, right? Perhaps a setting flag that would tell CuraEngine to dump all the...

> I've seen unexplained movements to X0 Y0 after the first use of each tool. This was a bug in Cura (and also considered by the developers to be a...

It sounds like something went wrong in the slicing process. Are you certain the model fits inside the build volume? It also looks like something went wrong when uploading those...

You wrote that you'd prefer to have a virtual machine set up for you that you could download. That is precisely what Docker intends to do here. Docker is _sort...

Developers, merge at the same time as https://github.com/Ultimaker/Cura/pull/10265. This PR refers to the printers added there.

Interesting. I think this is maybe the same reason as why libSavitar and libArcus want to install to `/usr/lib` regardless of what the install path is. I haven't been able...