Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LibLaserCut
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Elektronikföreningen Admittansen
LibLaserCut
Commits
28e88641
Commit
28e88641
authored
9 years ago
by
Michael Adams
Browse files
Options
Downloads
Patches
Plain Diff
Better label for S value setting
parent
58b101a8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/com/t_oster/liblasercut/drivers/GenericGcodeDriver.java
+1
-1
1 addition, 1 deletion
src/com/t_oster/liblasercut/drivers/GenericGcodeDriver.java
with
1 addition
and
1 deletion
src/com/t_oster/liblasercut/drivers/GenericGcodeDriver.java
+
1
−
1
View file @
28e88641
...
...
@@ -69,7 +69,7 @@ public class GenericGcodeDriver extends LaserCutter {
protected
static
final
String
SETTING_BLANK_LASER_DURING_RAPIDS
=
"Force laser off during G0 moves"
;
protected
static
final
String
SETTING_FILE_EXPORT_PATH
=
"Path to save exported gcode"
;
protected
static
final
String
SETTING_USE_BIDIRECTIONAL_RASTERING
=
"Use bidirectional rastering"
;
protected
static
final
String
SETTING_SPINDLE_MAX
=
"
100%
value for
spindle
"
;
protected
static
final
String
SETTING_SPINDLE_MAX
=
"
S
value for
100% laser power
"
;
protected
static
Locale
FORMAT_LOCALE
=
Locale
.
US
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment