Pull Bed leveling data from MINI without Octo?
Hello I'm sorry but I did not find answer on the forum or knowledge base.
So how to pull bed leveling data if I only have a Prusa slicer and usual PC tools at my disposal ?
I understand there are Gcode commands for this which I should inject into a print file but where to collect the output ?
Simple guide would be much appreciated !
Thanks in advance !
Best Answer by Turro75:
G28 then G29 is the gcode command, You need a console terminal such as the old hyperterminal or You would use the sw pronterface.
Of course You need a usb micro cable and connect to the usb micro connector on prusa mini to get access to the mini serial interface.
RE: Pull Bed leveling data from MINI without Octo?
G28 then G29 is the gcode command, You need a console terminal such as the old hyperterminal or You would use the sw pronterface.
Of course You need a usb micro cable and connect to the usb micro connector on prusa mini to get access to the mini serial interface.
RE: Pull Bed leveling data from MINI without Octo?
According to Wiki Prusa use G81 to return return mesh data.
RE: Pull Bed leveling data from MINI without Octo?
forgot to mention that You have to set 170°c as nozzle temp, the bed temp must be the right one depending on the current filament
RE: Pull Bed leveling data from MINI without Octo?
Thanks guys!
I did not realize it has serial interface.. though simplies was to connect the terminal (Putty) and run Mesh bed leveing from printer menu. Pity it does not display the output on the fancy MINI screen right away.
Does same stuff work trough the telnet ?