Jan Herich
Jan Herich
I have the same problem, it's unfortunate that I can't use the build volume to the max extent physically possible - "print_radius_taper: True" option in config would be fully sufficient...
More efficient (volume-wise) position boundary checks for delta printer are implemented in pr #5917
To better illustrate the differences, this is current build volume:  And this is the boundary as implemented in PR:  Just for reference, this is true maximum boundary, which...
Hi @KevinOConnor: About the first point, while it's true that linear move in all three axes can indeed cross through invalid zone, I fail to see how it's different from...
@KevinOConnor I did some research and it seems like `math.sqrt()` in python links to C `sqrt()` function in python interpreter, therefore it should be reasonable fast, and linear interpolation is...