Laser Test Fire (#20452)

This commit is contained in:
Mike La Spina
2021-01-10 06:01:25 -06:00
committed by GitHub
parent d78f2926ec
commit cf1f8aff77
6 changed files with 43 additions and 1 deletions

View File

@@ -3055,6 +3055,10 @@
#define SPEED_POWER_MAX 100 // (%) 0-100
#define SPEED_POWER_STARTUP 80 // (%) M3/M4 speed/power default (with no arguments)
// Define the minimum and maximum test pulse time values for a laser test fire function
#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
/**
* 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)