Firmware2/Marlin/src/inc
Roxy-3D 3d74ff3c87
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.
2018-02-14 14:16:12 -06:00
..
Conditionals_adv.h SERIAL_XON_XOFF not supported on USB-native AVR devices 2017-12-04 03:57:01 -08:00
Conditionals_LCD.h Special override of LCD_WIDTH 2018-02-08 01:30:56 -06:00
Conditionals_post.h Cartesian UBL systems should not use SEGMENT_LEVELED_MOVES 2018-02-14 14:16:12 -06:00
MarlinConfig.h LED_CONTROL_MENU config changes 2017-11-29 21:02:56 -06:00
MarlinConfigPre.h Various updates for TMC support 2018-01-10 23:04:48 -06:00
SanityCheck.h Have Kossel Pro use Z_MIN_PROBE_ENDSTOP (#9586) 2018-02-11 01:41:40 -06:00
Version.h Date refresh 2018-01-20 09:17:57 -06:00