Skip to content

Commit

Permalink
disable laser timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
crocsg committed Aug 28, 2023
1 parent 48bbac0 commit e445e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/configuration/mega2560/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3494,7 +3494,7 @@
* 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)
#define LASER_SAFETY_TIMEOUT_MS 0 // (ms)

/**
* Any M3 or G1/2/3/5 command with the 'I' parameter enables continuous inline power mode.
Expand Down

0 comments on commit e445e7f

Please sign in to comment.