Hi All,
Newbie here. Have gotten tons of help from this group already. Greatly appreciated!
Trying to install Bed Visualizer Plugin.
On Ender 3, running Marlin 1.3.1, OctoPrint 1.5.0
I copy pasted the following as directed (and I understand this is for Marlin 1.1.9 With AUTO_REPORT_TEMPERATURES enabled and UBL) but I didn't see a script more specific for what I'm running);
M155 S30 ; set temperature reporting delay, use a value longer than the time it takes for your leveling command to complete.
@BEDLEVELVISUALIZER ; instruct plugin to start recording responses from printer.
G29 T ; report the bed leveling mesh points.
M155 S3 ; set the temperature reporting delay back to a shorter time span.
When I ask it to update mesh, the head drives to a place off the printer bed (way up front). Using BL Touch, and it has been working great.
Little help please? Thanks so much in advance!