Skip to content
Snippets Groups Projects
  1. Feb 18, 2018
  2. Feb 17, 2018
  3. Feb 16, 2018
  4. Feb 15, 2018
  5. Feb 14, 2018
    • Roxy-3D's avatar
      Cartesian UBL systems should not use SEGMENT_LEVELED_MOVES · 3d74ff3c
      Roxy-3D authored
      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.
      Unverified
      3d74ff3c
    • Scott Lahteine's avatar
      Fix #9361 · 5dc04c52
      Scott Lahteine authored
      5dc04c52
Loading