Skip to content

Commit

Permalink
add user message in accelerated speeds warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aleonard committed Nov 7, 2012
1 parent 9240540 commit eb08d8e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ private void checkIfAccelSpeeds(Frame parent)
JOptionPane.showMessageDialog(parent,"You are now slicing with accelerated build speeds.\n" +
"Do not print files generated at these speeds unless you have acceleration turned on.\n" +
"Building high speed files with acceleration turned off can harm your Makerbot.\n\n" +
"You can turn acceleration on in the Onboard Preferences menu or via your Makerbot's onboard menus",
"You can turn acceleration on in the Onboard Preferences menu or via your Makerbot's onboard menus\n\n" +
"To disable this message, uncheck 'Display Accelerated Speed Warning' in File->Preferences",
"Acceleration Warning", JOptionPane.WARNING_MESSAGE);
}
}
Expand Down

0 comments on commit eb08d8e

Please sign in to comment.