Skip to content

Commit 3d221a6

Browse files
committed
Update cnc_config.h
1 parent 4a42235 commit 3d221a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uCNC/cnc_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,13 +290,13 @@ extern "C"
290290
* processes comment as defined in the RS274NGC
291291
* */
292292

293-
#define PROCESS_COMMENTS
293+
// #define PROCESS_COMMENTS
294294

295295
/**
296296
* Enables RS274NGC canned cycles
297297
* */
298298

299-
#define ENABLE_CANNED_CYCLES
299+
// #define ENABLE_CANNED_CYCLES
300300

301301
/**
302302
* accepts the E word (currently is processed has A)

0 commit comments

Comments
 (0)