• Guillaume Seguin's avatar
    Implement coordinate tracking for manual moves (#343) · 8013ac86
    Guillaume Seguin authored
    This change needs testing : M114 is unbuffered, and thus might break lookahead
    for Marlin and results in laggy jogging. We need to see how bad this is and
    find some smart way to do it (like to send the M114 only when the user stopped
    clicking everywhere, by using some timer callbacks).
    8013ac86
gcoder.py 11.2 KB