|
7 | 7 | <li><a data-toggle="tab" href="#bedlevelvisualizer_stored_data">Data</a></li> |
8 | 8 | <li><a data-toggle="tab" href="#bedlevelvisualizer_corrections">Corrections</a></li> |
9 | 9 | <li><a data-toggle="tab" href="#bedlevelvisualizer_custom_commands">Commands</a></li> |
| 10 | + <li><a data-toggle="tab" href="#bedlevelvisualizer_advanced">Advanced</a></li> |
10 | 11 | <li><a data-toggle="tab" href="#bedlevelvisualizer_support">Support</a></li> |
11 | 12 | </ul> |
12 | 13 | <div class="tab-content"> |
|
141 | 142 | <input type="text" id="bedlevelvisualizer_date_locale_format" title="Enter the js locale string for date display format for last stored mesh message. If left blank this will default to your browser's date locale settings." data-toggle="tooltip" class="input-small" data-bind="value: settingsViewModel.settings.plugins.bedlevelvisualizer.date_locale_format"> |
142 | 143 | </div> |
143 | 144 | </div> |
| 145 | + <div class="control-group span3"> |
| 146 | + <div class="control-group"> |
| 147 | + <input class="input-checkbox" type="checkbox" id="snap_shot" |
| 148 | + title="Will average the four quadrants of the bed and render a 4 point reference plane overlaid on graph." |
| 149 | + data-toggle="tooltip" |
| 150 | + data-bind="checked: settingsViewModel.settings.plugins.bedlevelvisualizer.show_reference_plane" |
| 151 | + style="display: inline-block;margin-bottom: 5px;"/> Show Reference Plane |
| 152 | + </div> |
| 153 | + </div> |
144 | 154 | </div> |
145 | 155 | <div class="row-fluid"> |
146 | 156 | <div class="control-group"> |
|
295 | 305 | </div> |
296 | 306 | </div> |
297 | 307 |
|
| 308 | + <div id="bedlevelvisualizer_advanced" class="tab-pane"> |
| 309 | + <div class="control-group"> |
| 310 | + <label for="bedlevelvisualizer_advanced_data"><i class="icon icon-info-sign" title="Custom plotly.js data parameters to merge with other settings" data-toggle="tooltip"></i> Data Overrides</label> |
| 311 | + <textarea class="input-block-level" id="bedlevelvisualizer_advanced_data" rows="15" data-bind="value: settingsViewModel.settings.plugins.bedlevelvisualizer.advanced.data"></textarea> |
| 312 | + </div> |
| 313 | + <div class="control-group"> |
| 314 | + <label for="bedlevelvisualizer_advanced_layout"><i class="icon icon-info-sign" title="Custom plotly.js layout parameters to merge with other settings" data-toggle="tooltip"></i> Layout Overrides</label> |
| 315 | + <textarea class="input-block-level" id="bedlevelvisualizer_advanced_layout" rows="15" data-bind="value: settingsViewModel.settings.plugins.bedlevelvisualizer.advanced.layout"></textarea> |
| 316 | + </div> |
| 317 | + </div> |
| 318 | + |
298 | 319 | <div id="bedlevelvisualizer_support" class="tab-pane"> |
299 | 320 | <div class="row-fluid"> |
300 | 321 | <label class="well">It is extremely important to enable debug logging, restart OctoPrint, and attempt a probing process prior to submitting a bug report. Include the file <code>plugin_bedlevelvisualizer_debug.log</code> from OctoPrint's logging section by downloading it locally and dragging it into your bug report's comment. Check out the <a href="http://github.com/jneilliii/OctoPrint-BedLevelVisualizer/blob/master/wiki/index.md" target="_blank">wiki</a> for explanation of settings and tips.</label> |
|
0 commit comments