segmented move change
This commit is contained in:
@@ -1884,8 +1884,8 @@
|
||||
// split up moves into short segments like a Delta. This follows the
|
||||
// contours of the bed more closely than edge-to-edge straight moves.
|
||||
#if DISABLED(ABL_UBL)
|
||||
//#define SEGMENT_LEVELED_MOVES
|
||||
//#define LEVELED_SEGMENT_LENGTH 5.0 // (mm) Length of all segments (except the last one)
|
||||
#define SEGMENT_LEVELED_MOVES
|
||||
#define LEVELED_SEGMENT_LENGTH 20.0 // (mm) Length of all segments (except the last one)
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
@@ -22,7 +22,7 @@ All configuration options intended to be adjusted by end users have been placed
|
||||
|
||||
## Known Issues
|
||||
- While auto leveling (measuring) is in progress pressing other buttons on the screen can abort portions of the script depending where it is
|
||||
- Manual move screen has a planner issue with Bilinear when segmented moves is enabled. This is caused by a bug in the main Marlin branch. UBL is recommended in most cases anyway. If you choose to enable Bilinear, segmented moves has been disabled by default.
|
||||
- Manual move screen has a planner issue with Bilinear when segmented moves is enabled. This is caused by a bug in the main Marlin branch. UBL is recommended in most cases anyway. If you choose to enable Bilinear, segmented moves has been set to a value over the possible manual moves by default to avoid the bug.
|
||||
- UBL functions differently than Bilinear. It currently probes 16 points and extrapolates where the probe cant reach. This is because UBL is designed to build a mesh everywhere the nozzle can reach, instead of bilinear that only works where the probe can reach. These points are intended to be manually tuned however the touchscreen has no interface to do so. We are working on a way to increase the mesh density and feed alternative points to the screen. This is especially important for the CR10Max. Keep the differences with UBL in mind during use.
|
||||
- There are some points where the screen accepts input before it's really ready to (Measuring on auto leveling for example, wait for message to Set Z Offset) so please be patient! This will essentially overwrite the existing command with the new one.
|
||||
- CR-X Non auto leveling screens have the start of babystepping abilities on the adjust screen, however this has not been fully tested yet. Use with caution.
|
||||
|
||||
Reference in New Issue
Block a user