Billiam

Results 21 comments of Billiam

Instead of (or in addition to) tying the filament selection to the `m600` command, could the filament select be enabled while printing? I do use the filament swap command, but...

Even if your touch offs are fully manual, I think you could handle this with a pair of macros. The first would save the position of the first touch off,...

A bounding box calculator would be really helpful. @vertfin Note that the shopfloor tablet bounding box calculation will be [incorrect for some gcode moves](https://github.com/cncjs/cncjs-shopfloor-tablet/issues/36), which can be misleading if you...

I'd love to have dewpoint added if possible! It's useful for comparing indoor vs outdoor absolute humidity.

Related: https://github.com/ueberdosis/tiptap/issues/2690

> > Hiding the inner borders should be an option too. > > Is there a config for this like `outerBorderWidth`? Maybe `innerBorderWidth`? I didn't add one, since there's already...

> we should set the default text position as 75% too Will that break existing pie snapshot tests? How are those invalidated/rebuilt?

> In that case, outerBorderWidth might be a better fit in the theme option. Is it alright that `pieOuterStrokeWidth` must be an integer (or decimal), while `pieStrokeWidth` (and other theme...

> Is there any technical difficulty in there? There is! The value sets both the border width, and expands the circle by half that width as well, so it needs...

> You can use the parseFontSize function in utils to get the number value. Ah perfect. I've moved it to a theme variable and renamed it to `pieOuterStrokeWidth` to be...