doc
script
Obsolete
console
proxy
stream
stream.rb
trapezoid_simulator.rb
simple_stream.py
stream.py
.gitignore
COPYING
Makefile
config.h
coolant_control.c
coolant_control.h
defaults.h
eeprom.c
eeprom.h
gcode.c
gcode.h
limits.c
limits.h
main.c
motion_control.c
motion_control.h
nuts_bolts.c
nuts_bolts.h
planner.c
planner.h
print.c
print.h
protocol.c
protocol.h
readme.textile
report.c
report.h
serial.c
serial.h
settings.c
settings.h
spindle_control.c
spindle_control.h
stepper.c
stepper.h
- Added machine position reporting to status queries. This will be further developed with part positioning/offsets and maintaining location upon reset. - System variables refactored into a global struct for better readability. - Removed old obsolete Ruby streaming scripts. These were no longer compatible. Updated Python streaming scripts. - Fixed printFloat() and other printing functions. - Decreased planner buffer back to 18 blocks and increased TX serial buffer to 64 bytes. Need the memory space for future developments. - Begun adding run-time modes to grbl, where block delete toggle, mm/in reporting modes, jog modes, etc can be set during runtime. Will be fleshed out and placed into EEPROM when everything is added.
6 lines
415 B
Plaintext
Executable File
6 lines
415 B
Plaintext
Executable File
socat -d -d READLINE /dev/tty.usbmodem26221,nonblock=1,clocal=1
|
|
socat -d -d READLINE /dev/tty.usbmodem621,nonblock=1,clocal=1
|
|
socat -d -d READLINE /dev/tty.usbserial-A700e0GO,clocal=1,nonblock=1,cread=1,cs8,ixon=1,ixoff=1
|
|
socat -d -d READLINE /dev/tty.usbserial-A9007QcR,clocal=1,nonblock=1,cread=1,cs8,ixon=1,ixoff=1
|
|
#socat -d -d READLINE /dev/tty.FireFly-A964-SPP-1,clocal=1,nonblock=1,cread=1,cs8,ixon=1,ixoff=1
|