Tim Long

Results 27 comments of Tim Long

> Unfortunately creating an arc with an end point at another Z location is not possible. At least I'm not aware of this if it is supported by any firmware....

> So, the marlin docs suggest that only one plane can be active at a time I think CNC planes are a confusing distraction and we don't need to consider...

If you do get around to doing this, and you still don’t have firmware support, then as the feature requestor I will accept responsibility to help as much as I...

@FormerLurker Awesome! I've only just seen that you pushed a branch with this in. I'll try it out ASAP, I'm playing catch up at the moment so give me a...

@FormerLurker My first impression is that this works spectacularly well. I made a 40x40x40 cylinder in Prusa Slicer and converted it to arcs from the command line. It reduced the...

OK I see a potential problem. Now this could be my understanding of the tool and I might not be using it correctly, but I see a sort of "seam"...

The only option I used was the `--allow-z-axis-changes` option

I'm also seeing this. I like being prompted to confirm the spool but usually the first time all the selection list and buttons are disabled so you have to cancel...

> Hmm I'm still not sure how this can happen since v3 has moved the sync packet to another frequency. The only thing I can think of is that BF...

I guess this answers point 1 - an MSP baro is always healthy (`barometer.c`). ``` bool baroIsHealthy(void) { return true; } ```