diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-05-01 20:44:43 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-05-01 20:51:13 -0400 |
| commit | 64fdda07a8464f17d14f583974906801281e2df2 (patch) | |
| tree | b7577ba330bd1b7bed0886d7740831311711de05 | |
| parent | 155e1ed16564c32883ed097d56238b2e4555de8d (diff) | |
add dynamic laser power toggle and laser warm up time option
| m--------- | pyembroidery | 0 | ||||
| -rw-r--r-- | templates/output_params_txt.xml | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pyembroidery b/pyembroidery -Subproject 6d14167c94bb63f4f1536f9467945e2e7beb435 +Subproject b205cf5dea49efdecb39df95bd29287fd5c15e5 diff --git a/templates/output_params_txt.xml b/templates/output_params_txt.xml index 767ddc1a..451a6ca9 100644 --- a/templates/output_params_txt.xml +++ b/templates/output_params_txt.xml @@ -1,5 +1,7 @@ {# these parameters are for g-code files (*.txt) #} <param name="laser_mode" type="boolean" gui-text="{{ _("laser mode") }}" gui-description="{{ _("Laser mode (generate g-code for grbl laser mode)") }}">false</param> + <param name="dynamic_laser_power" type="boolean" gui-text="{{ _("dynamic laser power") }}" gui-description="{{ _("Use Grbl's M4 dynamic laser power mode. Ensures consistent laser cutting power regardless of motor speed. Only for PWM-capable lasers.") }}" min="0.0" max="5.0">true</param> + <param name="laser_warm_up_time" type="float" gui-text="{{ _("laser warm-up time") }}" gui-description="{{ _("When turning on the laser, wait this many seconds for laser to warm up (G4 command)") }}">0.0</param> <param name="flip_x" type="boolean" gui-text="{{ _("negate X coordinate values") }}" gui-description="{{ _("Negate x coordinates") }}">false</param> <param name="flip_y" type="boolean" gui-text="{{ _("negate Y coordinate values") }}" gui-description="{{ _("Negate y coordinates") }}">false</param> <param name="stitch_z_travel" type="float" gui-text="{{ _("Z travel per stitch") }}" gui-description="{{ _("increment z coordinate by this amount per stitch") }}">5.0</param> |
