Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New module to synchronously, blocking send gcodes with return #1008

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    2572052 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Update temp, progress, etc in current command line prompt as new info…

    … arrives
    
    Possible race condition between readline raw_input and prompt writing
    may leave garbage on command line. Used linux xterm fixed ANSI control
    sequences instead of quering with curses, which could also result in garbage.
    Are control sequences (also for color prompt) processed correctly in Windows?
    volconst committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    7d001ae View commit details
    Browse the repository at this point in the history
  2. Add complete_run_gcode_script to show available file names

    Completes only current drive absolute and relative files. On Windows
    user must enter drive letter without completion
    volconst committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    6091f27 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Prevent buffer overflow, loss of commands in run_gcode_script

    by using do_print which provides checksum, threading, ok waiting.
    Use adapted GCoder which does not preload data, but accumulates it till the end
    volconst committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    a214c2f View commit details
    Browse the repository at this point in the history
  2. Add doc

    volconst committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    5f32be8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Implement M420 parsing

    volconst committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    3d6b3ca View commit details
    Browse the repository at this point in the history