mirror of
https://github.com/synthetos/g2.git
synced 2026-02-06 19:31:47 +08:00
Review and formatting. No code changes other than {} wrappers in some places in bio where they were missing
This commit is contained in:
@@ -33,8 +33,12 @@
|
||||
#include "json_parser.h" // so we can switch js.comm_mode on a marlin M-code
|
||||
#endif
|
||||
|
||||
// Helpers
|
||||
|
||||
static stat_t _execute_gcode_block_marlin(void);
|
||||
|
||||
// Locally used enums
|
||||
|
||||
typedef enum { // Used for detecting gcode errors. See NIST section 3.4
|
||||
MODAL_GROUP_G0 = 0, // {G10,G28,G28.1,G92} non-modal axis commands (note 1)
|
||||
MODAL_GROUP_G1, // {G0,G1,G2,G3,G80} motion
|
||||
|
||||
Reference in New Issue
Block a user