Jan Herich

Results 5 comments of 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: ![delta_current_boundary](https://user-images.githubusercontent.com/1910609/205038617-3bbbd644-5192-4558-9078-2058048b20d7.png) And this is the boundary as implemented in PR: ![delta_pr_boundary](https://user-images.githubusercontent.com/1910609/205038734-4ec87a82-0547-4206-8daf-b1809a9102fb.png) 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...