Penny Wood

Results 51 comments of Penny Wood
trafficstars

I think these lines in the start code need to be changed: ``` M140 S60 T0 M104 S200 T0 ``` to something like: ``` M140 S{material_bed_temperature} T0 M104 S{material_print_temperature} T0...

Definitely not stale. Awaiting review on parent.

I think I had it set up on a remote dev container on a linux VM. I don't think docker allows host mode on windows. I can't really remember though...

There's a fix above, create a PR to change it and it'll be fixed

I guess this is a good point. Not so sure about the quicksave however, possibly it should get fixed? Am intending to put a bit of UI controlling the whole...

I agree, some UI would be good. Just got to actually do it.

Ok finally got my documentation PR working right! Ready for r/v with documentation.

> For how much time does the binary sensor stay in true state, when code is detected? Only quite momentarily. An event would make more sense, same across all the...

Have converted this to draft, will add some test cases.

This is ready for merging. Has tests and docs done