Canned G-code: distribute new config option to all templates.
This commit is contained in:
parent
5cc84a069a
commit
95b3ea0b30
|
|
@ -572,6 +572,22 @@ DEFINE_TEMP_SENSOR(bed, TT_INTERCOM, AIO1, 0)
|
||||||
*/
|
*/
|
||||||
#define ENDSTOP_STEPS 4
|
#define ENDSTOP_STEPS 4
|
||||||
|
|
||||||
|
/** \def CANNED_CYCLE
|
||||||
|
|
||||||
|
G-code commands in this string will be executed over and over again, without
|
||||||
|
user interaction or even a serial connection. It's purpose is e.g. for
|
||||||
|
exhibitions or when using Teacup for other purposes than printing. You can
|
||||||
|
add any G-code supported by Teacup.
|
||||||
|
|
||||||
|
Note: don't miss these newlines (\n) and backslashes (\).
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
#define CANNED_CYCLE "G1 X100 F3000\n" \
|
||||||
|
"G4 P500\n" \
|
||||||
|
"G1 X0\n" \
|
||||||
|
"G4 P500\n"
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
|
|
@ -558,6 +558,22 @@ PWM value for 'off'
|
||||||
*/
|
*/
|
||||||
#define ENDSTOP_STEPS 4
|
#define ENDSTOP_STEPS 4
|
||||||
|
|
||||||
|
/** \def CANNED_CYCLE
|
||||||
|
|
||||||
|
G-code commands in this string will be executed over and over again, without
|
||||||
|
user interaction or even a serial connection. It's purpose is e.g. for
|
||||||
|
exhibitions or when using Teacup for other purposes than printing. You can
|
||||||
|
add any G-code supported by Teacup.
|
||||||
|
|
||||||
|
Note: don't miss these newlines (\n) and backslashes (\).
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
#define CANNED_CYCLE "G1 X100 F3000\n" \
|
||||||
|
"G4 P500\n" \
|
||||||
|
"G1 X0\n" \
|
||||||
|
"G4 P500\n"
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
|
|
@ -570,6 +570,21 @@ PWM value for 'off'
|
||||||
*/
|
*/
|
||||||
#define ENDSTOP_STEPS 4
|
#define ENDSTOP_STEPS 4
|
||||||
|
|
||||||
|
/** \def CANNED_CYCLE
|
||||||
|
|
||||||
|
G-code commands in this string will be executed over and over again, without
|
||||||
|
user interaction or even a serial connection. It's purpose is e.g. for
|
||||||
|
exhibitions or when using Teacup for other purposes than printing. You can
|
||||||
|
add any G-code supported by Teacup.
|
||||||
|
|
||||||
|
Note: don't miss these newlines (\n) and backslashes (\).
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
#define CANNED_CYCLE "G1 X100 F3000\n" \
|
||||||
|
"G4 P500\n" \
|
||||||
|
"G1 X0\n" \
|
||||||
|
"G4 P500\n"
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
|
|
@ -570,6 +570,22 @@ PWM value for 'off'
|
||||||
*/
|
*/
|
||||||
#define ENDSTOP_STEPS 4
|
#define ENDSTOP_STEPS 4
|
||||||
|
|
||||||
|
/** \def CANNED_CYCLE
|
||||||
|
|
||||||
|
G-code commands in this string will be executed over and over again, without
|
||||||
|
user interaction or even a serial connection. It's purpose is e.g. for
|
||||||
|
exhibitions or when using Teacup for other purposes than printing. You can
|
||||||
|
add any G-code supported by Teacup.
|
||||||
|
|
||||||
|
Note: don't miss these newlines (\n) and backslashes (\).
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
#define CANNED_CYCLE "G1 X100 F3000\n" \
|
||||||
|
"G4 P500\n" \
|
||||||
|
"G1 X0\n" \
|
||||||
|
"G4 P500\n"
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
|
|
@ -567,6 +567,22 @@ PWM value for 'off'
|
||||||
*/
|
*/
|
||||||
#define ENDSTOP_STEPS 4
|
#define ENDSTOP_STEPS 4
|
||||||
|
|
||||||
|
/** \def CANNED_CYCLE
|
||||||
|
|
||||||
|
G-code commands in this string will be executed over and over again, without
|
||||||
|
user interaction or even a serial connection. It's purpose is e.g. for
|
||||||
|
exhibitions or when using Teacup for other purposes than printing. You can
|
||||||
|
add any G-code supported by Teacup.
|
||||||
|
|
||||||
|
Note: don't miss these newlines (\n) and backslashes (\).
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
#define CANNED_CYCLE "G1 X100 F3000\n" \
|
||||||
|
"G4 P500\n" \
|
||||||
|
"G1 X0\n" \
|
||||||
|
"G4 P500\n"
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
|
|
@ -570,6 +570,22 @@ PWM value for 'off'
|
||||||
*/
|
*/
|
||||||
#define ENDSTOP_STEPS 4
|
#define ENDSTOP_STEPS 4
|
||||||
|
|
||||||
|
/** \def CANNED_CYCLE
|
||||||
|
|
||||||
|
G-code commands in this string will be executed over and over again, without
|
||||||
|
user interaction or even a serial connection. It's purpose is e.g. for
|
||||||
|
exhibitions or when using Teacup for other purposes than printing. You can
|
||||||
|
add any G-code supported by Teacup.
|
||||||
|
|
||||||
|
Note: don't miss these newlines (\n) and backslashes (\).
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
#define CANNED_CYCLE "G1 X100 F3000\n" \
|
||||||
|
"G4 P500\n" \
|
||||||
|
"G1 X0\n" \
|
||||||
|
"G4 P500\n"
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
|
|
@ -566,6 +566,22 @@ PWM value for 'off'
|
||||||
*/
|
*/
|
||||||
#define ENDSTOP_STEPS 4
|
#define ENDSTOP_STEPS 4
|
||||||
|
|
||||||
|
/** \def CANNED_CYCLE
|
||||||
|
|
||||||
|
G-code commands in this string will be executed over and over again, without
|
||||||
|
user interaction or even a serial connection. It's purpose is e.g. for
|
||||||
|
exhibitions or when using Teacup for other purposes than printing. You can
|
||||||
|
add any G-code supported by Teacup.
|
||||||
|
|
||||||
|
Note: don't miss these newlines (\n) and backslashes (\).
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
#define CANNED_CYCLE "G1 X100 F3000\n" \
|
||||||
|
"G4 P500\n" \
|
||||||
|
"G1 X0\n" \
|
||||||
|
"G4 P500\n"
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
|
|
@ -566,6 +566,22 @@ PWM value for 'off'
|
||||||
*/
|
*/
|
||||||
#define ENDSTOP_STEPS 4
|
#define ENDSTOP_STEPS 4
|
||||||
|
|
||||||
|
/** \def CANNED_CYCLE
|
||||||
|
|
||||||
|
G-code commands in this string will be executed over and over again, without
|
||||||
|
user interaction or even a serial connection. It's purpose is e.g. for
|
||||||
|
exhibitions or when using Teacup for other purposes than printing. You can
|
||||||
|
add any G-code supported by Teacup.
|
||||||
|
|
||||||
|
Note: don't miss these newlines (\n) and backslashes (\).
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
#define CANNED_CYCLE "G1 X100 F3000\n" \
|
||||||
|
"G4 P500\n" \
|
||||||
|
"G1 X0\n" \
|
||||||
|
"G4 P500\n"
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
|
|
@ -570,6 +570,22 @@ PWM value for 'off'
|
||||||
*/
|
*/
|
||||||
#define ENDSTOP_STEPS 4
|
#define ENDSTOP_STEPS 4
|
||||||
|
|
||||||
|
/** \def CANNED_CYCLE
|
||||||
|
|
||||||
|
G-code commands in this string will be executed over and over again, without
|
||||||
|
user interaction or even a serial connection. It's purpose is e.g. for
|
||||||
|
exhibitions or when using Teacup for other purposes than printing. You can
|
||||||
|
add any G-code supported by Teacup.
|
||||||
|
|
||||||
|
Note: don't miss these newlines (\n) and backslashes (\).
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
#define CANNED_CYCLE "G1 X100 F3000\n" \
|
||||||
|
"G4 P500\n" \
|
||||||
|
"G1 X0\n" \
|
||||||
|
"G4 P500\n"
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
|
|
@ -624,6 +624,22 @@ PWM value for 'off'
|
||||||
*/
|
*/
|
||||||
#define ENDSTOP_STEPS 4
|
#define ENDSTOP_STEPS 4
|
||||||
|
|
||||||
|
/** \def CANNED_CYCLE
|
||||||
|
|
||||||
|
G-code commands in this string will be executed over and over again, without
|
||||||
|
user interaction or even a serial connection. It's purpose is e.g. for
|
||||||
|
exhibitions or when using Teacup for other purposes than printing. You can
|
||||||
|
add any G-code supported by Teacup.
|
||||||
|
|
||||||
|
Note: don't miss these newlines (\n) and backslashes (\).
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
#define CANNED_CYCLE "G1 X100 F3000\n" \
|
||||||
|
"G4 P500\n" \
|
||||||
|
"G1 X0\n" \
|
||||||
|
"G4 P500\n"
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
|
|
@ -638,6 +638,22 @@ PWM value for 'off'
|
||||||
*/
|
*/
|
||||||
#define ENDSTOP_STEPS 4
|
#define ENDSTOP_STEPS 4
|
||||||
|
|
||||||
|
/** \def CANNED_CYCLE
|
||||||
|
|
||||||
|
G-code commands in this string will be executed over and over again, without
|
||||||
|
user interaction or even a serial connection. It's purpose is e.g. for
|
||||||
|
exhibitions or when using Teacup for other purposes than printing. You can
|
||||||
|
add any G-code supported by Teacup.
|
||||||
|
|
||||||
|
Note: don't miss these newlines (\n) and backslashes (\).
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
#define CANNED_CYCLE "G1 X100 F3000\n" \
|
||||||
|
"G4 P500\n" \
|
||||||
|
"G1 X0\n" \
|
||||||
|
"G4 P500\n"
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue