Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammacher <bmasterc@gmail.com>2021-09-21 14:49:09 +0300
committerChristian Hammacher <bmasterc@gmail.com>2021-09-21 14:49:09 +0300
commit2af2bdbbd1027dc332a2d4fd0c963666174b0582 (patch)
tree09ed176757bb8cdff5f25a4dda7ad9fe342ac6ee /src/GCodes/GCodes2.cpp
parent0891cdfa5ff3101be6f957a8436e8398fd50633d (diff)
SBC-related work towards 3.4-b4
Added support for pausable macro files Removed spurious warning message Hopefully resolved occasional CRC32 errors
Diffstat (limited to 'src/GCodes/GCodes2.cpp')
-rw-r--r--src/GCodes/GCodes2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GCodes/GCodes2.cpp b/src/GCodes/GCodes2.cpp
index f857f4bb..6a0f02e8 100644
--- a/src/GCodes/GCodes2.cpp
+++ b/src/GCodes/GCodes2.cpp
@@ -6,7 +6,6 @@
*
* This file contains the code to see what G, M or T command we have and start processing it.
*/
-
#include "GCodes.h"
#include "GCodeBuffer/GCodeBuffer.h"