Skip to content
Snippets Groups Projects
Unverified Commit 3d74ff3c authored by Roxy-3D's avatar Roxy-3D Committed by GitHub
Browse files

Cartesian UBL systems should not use SEGMENT_LEVELED_MOVES

There is significant downside to breaking up the long line segments on UBL Cartesian machines.   It adds a lot of extra computation but worse...  It cuts out all of UBL's off mesh Z-Height correction checks.    There have been a large number of people complaining about the nozzle going to infinity or crashing into the bed lately.   They are being caused by
```
void unified_bed_leveling::line_to_destination_cartesian()
```
not watching over the segments being queued up for movement.
parent 5dc04c52
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment