Skip to content

Commit

Permalink
Cleanup prompt help text
Browse files Browse the repository at this point in the history
  • Loading branch information
JenWarman committed Mar 3, 2024
1 parent 0351789 commit 21f3395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ugs-core/src/resources/MessagesBundle_en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ mainWindow.swing.softResetMachineControl = Soft Reset
mainWindow.swing.stepSizeLabel = XY Step size\:
mainWindow.swing.visualizeButton = Visualize
mainWindow.swing.workPositionLabel = Work Position\:
mainWindow.swing.macroInstructions = <html>Each box can contain a series of GCode commands seperated by ';'.<br />To execute the command, click the button to the left of the text.<br /><br />Interactive substitutions can be made with\: <br /> <ul><li>{machine_x} - The machine X location</li><li>{machine_y} - The machine Y location</li><li>{machine_z} - The machine Z location</li><li>{work_x} - The work X location</li><li>{work_y} - The work Y location</li><li>{work_z} - The work Z location</li><li>{prompt|name} - Prompt the user for a value named 'name'. If default is provided the text input will contain this value by default. The value of a prompt can be re-used with a {name} placeholder. e.g. X{prompt|pos} Y{pos} would resolve to X0 Y0.</li><li>{prompt|name|default} - Prompt the user for a value named 'name' with the default value added to the input by default. e.g. {prompt|pos|0}</li></html>
mainWindow.swing.macroInstructions = <html>Each box can contain a series of GCode commands seperated by ';'.<br />To execute the command, click the button to the left of the text.<br /><br />Interactive substitutions can be made with\: <br /> <ul><li>{machine_x} - The machine X location</li><li>{machine_y} - The machine Y location</li><li>{machine_z} - The machine Z location</li><li>{work_x} - The work X location</li><li>{work_y} - The work Y location</li><li>{work_z} - The work Z location</li><li>{prompt|name} - Prompt the user for a value named 'name'. The value of a prompt<br /> can be re-used with a {name} placeholder e.g. X{prompt|pos} Y{pos} would resolve to X0 Y0.</li><li>{prompt|name|default} - Same as a normal prompt, except the third value will be included<br /> in the popup input by default. e.g. {prompt|pos|0}</li></html>
mainWindow.swing.inchRadioButton = Inches
mainWindow.swing.mmRadioButton = Millimeters
gcodeTable.command = Command
Expand Down

0 comments on commit 21f3395

Please sign in to comment.