mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
parent
385587051f
commit
1292d42804
358 changed files with 3222 additions and 0 deletions
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3970,6 +3970,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3961,6 +3961,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3962,6 +3962,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3965,6 +3965,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3957,6 +3957,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3961,6 +3961,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3961,6 +3961,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3963,6 +3963,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3961,6 +3961,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3961,6 +3961,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3968,6 +3968,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3961,6 +3961,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3961,6 +3961,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3958,6 +3958,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3962,6 +3962,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3966,6 +3966,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3968,6 +3968,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3963,6 +3963,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3961,6 +3961,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3950,6 +3950,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3961,6 +3961,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3961,6 +3961,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3961,6 +3961,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3960,6 +3960,15 @@
|
||||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Variables
|
||||||
|
*
|
||||||
|
* Define a variable from 100-115 with G-code like '#101=19.6'.
|
||||||
|
* A variable can then be used in a G-code expression like 'G0 X[#101+3]'.
|
||||||
|
* See https://gcodetutor.com/cnc-macro-programming/cnc-variables.html
|
||||||
|
*/
|
||||||
|
//#define GCODE_VARIABLES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
* Support for MeatPack G-code compression (https://github.com/scottmudge/OctoPrint-MeatPack)
|
||||||
*/
|
*/
|
||||||
|
|
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