mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 15:37:32 -06:00
parent
0273f1fddf
commit
d480b53bae
277 changed files with 2770 additions and 0 deletions
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3687,6 +3687,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3679,6 +3679,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3681,6 +3681,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3670,6 +3670,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3685,6 +3685,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3683,6 +3683,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3685,6 +3685,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3673,6 +3673,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3678,6 +3678,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
|
@ -3677,6 +3677,16 @@
|
||||||
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
#define LASER_TEST_PULSE_MIN 1 // Used with Laser Control Menu
|
||||||
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
#define LASER_TEST_PULSE_MAX 999 // Caution: Menu may not show more than 3 characters
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Laser Safety Timeout
|
||||||
|
*
|
||||||
|
* The laser should be turned off when there is no movement for a period of time.
|
||||||
|
* Consider material flammability, cut rate, and G-code order when setting this
|
||||||
|
* value. Too low and it could turn off during a very slow move; too high and
|
||||||
|
* the material could ignite.
|
||||||
|
*/
|
||||||
|
#define LASER_SAFETY_TIMEOUT_MS 1000 // (ms)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable inline laser power to be handled in the planner / stepper routines.
|
* Enable inline laser power to be handled in the planner / stepper routines.
|
||||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||||
|
|
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