mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
FYSETC S6 LCD, quoted strings
This commit is contained in:
parent
5f675bcba4
commit
281ed22817
138 changed files with 966 additions and 138 deletions
|
@ -1333,9 +1333,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2784,6 +2786,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1341,9 +1341,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2793,6 +2795,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2792,6 +2794,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2793,6 +2795,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1344,9 +1344,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2795,6 +2797,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1348,9 +1348,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2799,6 +2801,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2794,6 +2796,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2787,6 +2789,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1339,9 +1339,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2790,6 +2792,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2793,6 +2795,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1344,9 +1344,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2795,6 +2797,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1344,9 +1344,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2795,6 +2797,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2790,6 +2792,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2790,6 +2792,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2790,6 +2792,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1332,9 +1332,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2783,6 +2785,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1345,9 +1345,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2796,6 +2798,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1345,9 +1345,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2796,6 +2798,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2787,6 +2789,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1342,9 +1342,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2793,6 +2795,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1341,9 +1341,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2792,6 +2794,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1337,9 +1337,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2788,6 +2790,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1337,9 +1337,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2788,6 +2790,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -1340,9 +1340,11 @@
|
||||||
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
//#define AO_EXP1_PINMAP // AlephObjects CLCD UI EXP1 mapping
|
||||||
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
//#define AO_EXP2_PINMAP // AlephObjects CLCD UI EXP2 mapping
|
||||||
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
//#define CR10_TFT_PINMAP // Rudolph Riedel's CR10 pin mapping
|
||||||
|
//#define S6_TFT_PINMAP // FYSETC S6 pin mapping
|
||||||
|
|
||||||
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
//#define OTHER_PIN_LAYOUT // Define pins manually below
|
||||||
#if ENABLED(OTHER_PIN_LAYOUT)
|
#if ENABLED(OTHER_PIN_LAYOUT)
|
||||||
// The pins for CS and MOD_RESET (PD) must be chosen.
|
// Pins for CS and MOD_RESET (PD) must be chosen
|
||||||
#define CLCD_MOD_RESET 9
|
#define CLCD_MOD_RESET 9
|
||||||
#define CLCD_SPI_CS 10
|
#define CLCD_SPI_CS 10
|
||||||
|
|
||||||
|
@ -2791,6 +2793,10 @@
|
||||||
*/
|
*/
|
||||||
#define FASTER_GCODE_PARSER
|
#define FASTER_GCODE_PARSER
|
||||||
|
|
||||||
|
#if ENABLED(FASTER_GCODE_PARSER)
|
||||||
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue