Skip to content
Snippets Groups Projects
Commit 28e88641 authored by Michael Adams's avatar Michael Adams
Browse files

Better label for S value setting

parent 58b101a8
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ public class GenericGcodeDriver extends LaserCutter { ...@@ -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_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_FILE_EXPORT_PATH = "Path to save exported gcode";
protected static final String SETTING_USE_BIDIRECTIONAL_RASTERING = "Use bidirectional rastering"; 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; protected static Locale FORMAT_LOCALE = Locale.US;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment