Ghostkeeper

Results 403 comments of Ghostkeeper

I'm planning to update the Settings Guide soonish. That guide has the visual space to actually thoroughly explain it. Should start with that earlier than usual because this update changes...

The command looks fine to me. You're saying that the command also works correctly on MacOS when running it through a terminal. Just not when running it through your Electron...

Uh, yeah, and thinking about it again, it's probably not good to have implemented it in this way. The reason was that the Ultimaker 3 doesn't have enough power to...

Ah, yes. Indeed the front-end does this part: https://github.com/Ultimaker/Cura/blob/6ebc08420a9cedd437184806249880dd0595199e/plugins/CuraEngineBackend/StartSliceJob.py#L320-L364 The front-end then signals to CuraEngine whether or not it needs to insert its own temperature commands via these two settings:...

> Uh, yeah, and thinking about it again, it's probably not good to have implemented it in this way.

> As a workaround for now, would it work to set `material_bed_temp_wait` and `material_print_temp_wait` to false and add the `M109` and `M190` commands (with no `S` argument) to the custom...

Not as far as I know. This has no real priority for Ultimaker since the command line interface is only there for debugging purposes. Using the front-end, it's simple enough...

You can still set this via settings. You simply have to edit the start g-code. You can't make it automatically adjust with other settings such as the printing temperature, but...

Those settings are made invisible in Cura's front-end. You can only set them if you call CuraEngine manually, which is the setting that Richfelker was describing. Cura's front-end sets these...