Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
laser-gcode-exporter-inkscape-plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
laser-gcode-exporter-inkscape-plugin
Commits
99d92444
Commit
99d92444
authored
Oct 19, 2014
by
ajfoul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump up max traversal feedrate
parent
2e58807e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
thlaser.inx
thlaser.inx
+1
-1
No files found.
thlaser.inx
View file @
99d92444
...
@@ -39,7 +39,7 @@ This script is a fork of Gcodetools v1.2 by Nick Drobchenko. It is currently mai
...
@@ -39,7 +39,7 @@ This script is a fork of Gcodetools v1.2 by Nick Drobchenko. It is currently mai
<param
name=
"directory"
type=
"string"
_gui-text=
"Directory: "
></param>
<param
name=
"directory"
type=
"string"
_gui-text=
"Directory: "
></param>
<_param
name=
"help"
type=
"description"
>
(blank is your desktop)
</_param>
<_param
name=
"help"
type=
"description"
>
(blank is your desktop)
</_param>
<param
name=
"feed"
type=
"int"
min=
"0"
max=
"1000"
_gui-text=
"Cut Feedrate:"
>
60
</param>
<param
name=
"feed"
type=
"int"
min=
"0"
max=
"1000"
_gui-text=
"Cut Feedrate:"
>
60
</param>
<param
name=
"Mfeed"
type=
"int"
min=
"0"
max=
"
1
000"
_gui-text=
"Traversal Feedrate:"
>
300
</param>
<param
name=
"Mfeed"
type=
"int"
min=
"0"
max=
"
5
000"
_gui-text=
"Traversal Feedrate:"
>
300
</param>
<param
name=
"laser"
type=
"int"
min=
"0"
max=
"100"
_gui-text=
"Laser Intensity (0-100):"
>
10
</param>
<param
name=
"laser"
type=
"int"
min=
"0"
max=
"100"
_gui-text=
"Laser Intensity (0-100):"
>
10
</param>
<param
name=
"homebefore"
type=
"boolean"
_gui-text=
"HOMEALL (G28) Before:"
>
true
</param>
<param
name=
"homebefore"
type=
"boolean"
_gui-text=
"HOMEALL (G28) Before:"
>
true
</param>
<param
name=
"homeafter"
type=
"boolean"
_gui-text=
"HOMEALL (G28) After:"
>
false
</param>
<param
name=
"homeafter"
type=
"boolean"
_gui-text=
"HOMEALL (G28) After:"
>
false
</param>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment