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
902de2d9
Commit
902de2d9
authored
9 years ago
by
Michael Adams
Browse files
Options
Downloads
Patches
Plain Diff
Better text for blanking option
parent
6abc69be
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 @
902de2d9
...
...
@@ -64,7 +64,7 @@ public class GenericGcodeDriver extends LaserCutter {
protected
static
final
String
SETTING_WAIT_FOR_OK
=
"Wait for OK after each line (interactive mode)"
;
protected
static
final
String
SETTING_INIT_DELAY
=
"Seconds to wait for board reset (Serial)"
;
protected
static
final
String
SETTING_SERIAL_TIMEOUT
=
"Milliseconds to wait for response"
;
protected
static
final
String
SETTING_BLANK_LASER_DURING_RAPIDS
=
"
Blank
laser during
non-laser
moves"
;
protected
static
final
String
SETTING_BLANK_LASER_DURING_RAPIDS
=
"
Force
laser
off
during
G0
moves"
;
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