Firmware2/Marlin/src/gcode
Chris Pepper 4ab433d391 Fix binary protocol with one serial port (#13270)
- The `sdcard.transfer_port` variable is Marlin's internal serial port index, not the physical serial port number.
- Added packet number to "ok" response so hosts don't need to wait for the ACK.
- Renamed feature to `BINARY_FILE_TRANSFER`, as the speed up is only consequential to the ability to transfer binaries over serial.
2019-02-27 19:57:48 -06:00
..
bedlevel Update some ABL/UBL conditionals 2019-02-25 16:01:42 -06:00
calibrate Clean up some motion code 2019-02-25 16:01:42 -06:00
config Simplify serial port redirect (#13234) 2019-02-23 22:53:01 -06:00
control Fix init of power supply pin 2019-02-20 05:29:05 -06:00
eeprom Simplify serial port redirect (#13234) 2019-02-23 22:53:01 -06:00
feature Printrboard G2 support (#13116) 2019-02-26 21:03:13 -06:00
geometry Update copyright in headers 2019-02-12 15:30:11 -06:00
host Fix binary protocol with one serial port (#13270) 2019-02-27 19:57:48 -06:00
lcd Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00
motion Update copyright in headers 2019-02-12 15:30:11 -06:00
probe Update copyright in headers 2019-02-12 15:30:11 -06:00
scara Update copyright in headers 2019-02-12 15:30:11 -06:00
sdcard Fix binary protocol with one serial port (#13270) 2019-02-27 19:57:48 -06:00
stats Followup to serial reform 2019-02-25 00:20:36 -06:00
temperature Followup to serial reform 2019-02-25 00:20:36 -06:00
units Update copyright in headers 2019-02-12 15:30:11 -06:00
gcode.cpp Simplify serial port redirect (#13234) 2019-02-23 22:53:01 -06:00
gcode.h Add PHOTO_GCODE option, photo trigger physical move (#13168) 2019-02-14 15:09:35 -06:00
parser.cpp Simplify serial port redirect (#13234) 2019-02-23 22:53:01 -06:00
parser.h Update copyright in headers 2019-02-12 15:30:11 -06:00
queue.cpp Fix binary protocol with one serial port (#13270) 2019-02-27 19:57:48 -06:00
queue.h Update copyright in headers 2019-02-12 15:30:11 -06:00