Using
G28
G29
in direct mode works as expected.
Same commands in start sequence (slice3) will show following effect:
G28 works as supposed
Then approx. 5 minutes pause
Then first probe point is tested
Then again 5 min. pause
Next probe point is tested..
and so on.
So testing 3 x 3 points takes almost 1 hour
Tried the following:
1.) Removed G29 from script - no change, probing will be executed but pauses remain
Tried to set/disable/change
#define BLTOUCH_DELAY 0 // (ms) Enable and increase if needed
No effect pauses remain
In addition I did have problems
1. Setting Z Fade Height. I had to set it directly via M500 to EEPROM, since configuration.h
#define ENABLE_LEVELING_FADE_HEIGHT
was ignored.
2. Seems that the Y-axis is flipped in the resulting mesh.
Some screenshots and files at:
https://reprap.org/forum/read.php?245,874431,874468#msg-874468
Any idea which direction I should look for to make the BL touch work as in direct mode?
Setup:
Marlin 1.1.5, BL-Touch clone ( Geetech 3dtouch), Repetier Host, slice3
Thank you