I have a robo3d R1 with auto level.
I just got BuildTak print base to put on the build plate, running the auto level with a hot nozzle will mess it up.
Is there a way to have it
Run auto level script.
THEN wait for build platform and nozzle to heat up.
Then print?
The auto level script looks like this and is in the script section of Simplify.. I just dont know how to make it do this before heating.
G28 ; home all axes
G1 Z5 F5000 ; lift Z by 5mm
M565 Z-0.8 ; set the offset for auto-leveling mechanism
G29 ; run auto-level
