0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 15:39:31 +00:00

Drop extraneous ok_to_send

This commit is contained in:
Scott Lahteine 2015-05-14 04:38:09 -07:00
parent 0ce355d9e7
commit 0f6cd3640b

View file

@ -1793,7 +1793,6 @@ inline void gcode_G0_G1() {
#endif //FWRETRACT
prepare_move();
//ok_to_send();
}
}