-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea802df
commit 0fd4bd9
Showing
5 changed files
with
34 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
.DS_Store | ||
.pyc | ||
CR_10_Leveling.egg-info/ | ||
octoprint_CR10_Leveling/__init__.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,11 @@ Email: [email protected] | |
|
||
<div style="background-color: #d9534f; color: #fff; margin: 10px; padding: 10px; border-radius: 4px"> | ||
Warning: Please home your printer before using the buttons, failing to do so | ||
can cause the printer head to go out-of-bounds. There is a fix for this in the | ||
works, but it is not complete yet. | ||
can cause the printer head to go out-of-bounds. <s>There is a fix for this in the | ||
works, but it is not complete yet.</s> 04/19/2018 UPDATE: The OctoPrint core | ||
exhibits the same behavior. Therefore, forcing the user to home before using | ||
this plugin is beyond its scope. This issue won't be fixed in the forseeable | ||
future. | ||
</div> | ||
<div style="background-color: #5bc0de; color: #fff; margin: 10px; padding: 10px; border-radius: 4px"> | ||
After saving these settings, please refresh the page to update the control | ||
|
@@ -65,6 +68,12 @@ Email: [email protected] | |
<input type="checkbox" data-bind="checked: settings.plugins.CR10_Leveling.heat_simultaneously"> | ||
</div> | ||
</div> | ||
<div class="control-group"> | ||
<label class="control-label">Wait for heating to finish (if unchecked, bed and nozzle will heat simultaneously):</label> | ||
<div class="controls"> | ||
<input type="checkbox" data-bind="checked: settings.plugins.CR10_Leveling.wait_for_heat"> | ||
</div> | ||
</div> | ||
<div class="control-group"> | ||
<label class="control-label">Play post-heat tune:</label> | ||
<div class="controls"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters