2018-10-20 23:50:39 +00:00
{# these parameters are for g-code files (*.txt) #}
2020-04-19 07:49:41 +00:00
<param type= "notebook" name= "gcode-settings" >
<page name= "embroidery" gui-text= "Coordinate Settings" >
<param name= "flip_x" type= "boolean" gui-text= "{{ _(" n e g a t e X c o o r d i n a t e v a l u e s " ) } } " gui-description= "{{ _(" N e g a t e x c o o r d i n a t e s " ) } } " > false</param>
<param name= "flip_y" type= "boolean" gui-text= "{{ _(" n e g a t e Y c o o r d i n a t e v a l u e s " ) } } " gui-description= "{{ _(" N e g a t e y c o o r d i n a t e s " ) } } " > false</param>
<param type= "optiongroup" name= "alternate_z" gui-text= "{{ _(" Z c o o r d i n a t e v a l u e " ) } } " gui-description= "{{ _(" E i t h e r a l t e r n a t e Z v a l u e b e t w e e n 0 a n d 1 o r t r a v e l c u s t o m v a l u e . " ) } } " >
<option value= "true" > {{ _("alternate Z value") }}</option>
<option value= "false" > {{ _("Z travel per stitch") }}</option>
</param>
2020-05-16 20:43:48 +00:00
<param name= "stitch_z_travel" type= "float" gui-text= "{{ _(" Z t r a v e l p e r s t i t c h " ) } } "
gui-description="{{ _('increment z coordinate by this amount per stitch if "Z travel per stitch" is enabled') }}">5.0</param>
</page>
<page name= "custom-commands" gui-text= "Custom Commands" >
<param name= "custom_stitch" type= "string" appearance= "multiline" gui-text= "{{ _(" S T I T C H " ) } } "
gui-description="{{ _("Use '%X' for x-coordinate. Use '%Y' for y-coordinate and '%Z' for z-coordinate. Use '\\n' for a new line.") }}"></param>
<param name= "custom_color_change" type= "string" appearance= "multiline" gui-text= "{{ _(" C O L O R C H A N G E " ) } } "
gui-description="{{ _("Use '\\n' for a new line. Leave empty to use default value. Use 'none' to remove.") }}"></param>
<param name= "custom_stop" type= "string" appearance= "multiline" gui-text= "{{ _(" S T O P " ) } } "
gui-description="{{ _("Use '\\n' for a new line. Leave empty to use default value. Use 'none' to remove.") }}"></param>
<param name= "custom_start" type= "string" appearance= "multiline" gui-text= "{{ _(" S T A R T " ) } } "
gui-description="{{ _("Use '\\n' for a new line.") }}"></param>
<param name= "custom_end" type= "string" appearance= "multiline" gui-text= "{{ _(" E N D " ) } } "
gui-description="{{ _("Use '\\n' for a new line.") }}"></param>
2020-04-19 07:49:41 +00:00
</page>
<page name= "laser" gui-text= "Laser Settings" >
2020-05-16 20:43:48 +00:00
<param name= "laser_mode" type= "boolean" gui-text= "{{ _(" l a s e r m o d e " ) } } "
gui-description="{{ _("Laser mode (generate g-code for grbl laser mode)") }}">false</param>
<param name= "dynamic_laser_power" type= "boolean" gui-text= "{{ _(" d y n a m i c l a s e r p o w e r " ) } } "
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= "{{ _(" l a s e r w a r m - u p t i m e " ) } } "
gui-description="{{ _("When turning on the laser, wait this many seconds for laser to warm up (G4 command)") }}">0.0</param>
<param name= "spindle_speed" type= "int" gui-text= "{{ _(" s p i n d l e s p e e d " ) } } "
gui-description="{{ _("spindle speed (laser power for laser mode, set to -1 to omit)") }}" min="-1" max="1000000000">-1</param>
<param name= "min_spindle_speed" type= "int" gui-text= "{{ _(" m i n s p i n d l e s p e e d " ) } } "
gui-description="{{ _("minimum spindle speed value (grbl $31 setting)") }}" min="-1" max="1000000000">-1</param>
<param name= "max_spindle_speed" type= "int" gui-text= "{{ _(" m a x s p i n d l e s p e e d " ) } } "
gui-description="{{ _("minimum spindle speed value (grbl $30 setting)") }}" min="-1" max="1000000000">-1</param>
2021-03-04 17:40:53 +00:00
<param name= "feed_rate" type= "int" gui-text= "{{ _(" f e e d r a t e ( i n m m / m i n , s e t t o - 1 t o o m i t ) " ) } } " min= "-1" max= "1000000000" > -1</param>
2020-04-19 07:49:41 +00:00
</page>
</param>