mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 07:27:44 -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_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.
|
||||
* Inline power is specified by the I (inline) flag in an M3 command (e.g., M3 S20 I)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue