Stuart P. Bentley

Results 161 comments of Stuart P. Bentley

If you rename the project to reflect that it's not just for Raspberry Pi, you might as well also change the "bernetes" part too, since these images could still be...

Converting this to a draft because I vaguely remember writing this, testing it, and finding that it didn't work as currently written.

Actually, the branch is editable by maintainers; I'll let anybody who wants to contribute take this for a spin.

How do I install just the HelmController? The [documentation](https://toolkit.fluxcd.io/guides/installation/) only describes how to install some GitOps Toolkit thing that apparently needs its own binary. I don't need GitOps, just Helm.

What if there was an option to format & swapon enough swap files for the system to hibernate all its available memory when systemd-swap starts up? and perform `bootctl` calls,...

Indeed, now that I think about it, it seems like this assumption that the active extruder will be 0 will be *even more* of a problem in 3.2, as #640...

The *other* way to fix this (short of initializing `current_extruder` to the start_extruder_nr in the `GCodeExport` constructor, which looks like it'd require significant refactoring?) would be to initialize `current_extruder` to...

Yeah, no, I'm just describing that the problem is the slicer assuming the initial extruder *of the routine* is T0, which isn't necessarily the case (as mentioned [here](https://github.com/Ultimaker/CuraEngine/issues/676#issuecomment-354687366)).

I think the cable-holders are generated from modules in the Einsy-base.scad file. What *I* can't find, however, is the code for the Raspberry Pi Zero frame. There's [a comment that...

I would honestly peg it at "avoid". The spec is vague on almost every behavior, with outstanding issues. Each major browser disregards large portions of the spec in its implementation:...