From 00d3cdc8a6ac34f35ce83de4d148d76f04935a95 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sat, 24 Aug 2019 00:37:13 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43d950086b..7c3698814a 100644 --- a/README.md +++ b/README.md @@ -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. This is caused by a bug in the main Marlin branch. UBL is recommended in most cases. + - 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. - 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.