• Guillaume Seguin's avatar
    Fix _listen_until_online to have the desired behavior · 17e84364
    Guillaume Seguin authored
    Before you sometimes had to connect twice to actually connect because the M105
    was sent before the printer's Serial module actually became ready. Now when no
    data is available to read on the Serial line a new M105 is sent until
    connection is established.
    17e84364
printcore.py 13.5 KB