kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
rodzic
aa05087e49
commit
7e1da3306d
|
@ -1,4 +1,5 @@
|
|||
v1.0.171: Fix Keyboard-Jog Default Assignment bug
|
||||
v1.0.172: Fix spelling error (US vs UK English)
|
||||
v1.0.171: Fix Keyboard-Jog Default Assignment bug
|
||||
v1.0.170: MacOS: Fixes: Top Menu, Copy/Paste, Label for Port Name (remove /dev/tty to keep smaller)
|
||||
v1.0.169: Added Estimated Time to Serial Log on GCODE Load.
|
||||
v1.0.168: Improved Grbl Flashing Tool and Moved to "Wizards and Tools", Improved Inch Mode 3D viewer, fix bug in Continious Jog
|
||||
|
|
|
@ -277,7 +277,7 @@
|
|||
<li class="disabled grblCalibrationMenu" onclick="ystepscalibrate();"><a href="#"><i class="fas fa-wrench fa-fw"></i> Calibrate Y-Axes Steps/mm</a></li>
|
||||
<li class="disabled grblCalibrationMenu" onclick="zstepscalibrate();"><a href="#"><i class="fas fa-wrench fa-fw"></i> Calibrate Z-Axes Steps/mm</a></li>
|
||||
<li class="divider fg-lightGray"></li>
|
||||
<li onclick="keyboardShortcutsEditor();"><a href="#"><i class="far fa-edit fa-fw"></i> Customise Shortcut Key Assignments</a></li>
|
||||
<li onclick="keyboardShortcutsEditor();"><a href="#"><i class="far fa-edit fa-fw"></i> Customize Shortcut Key Assignments</a></li>
|
||||
<li class="divider fg-lightGray"></li>
|
||||
<li onclick="populateGrblBuilderToolForm();"><a href="#"><img src="img/grbl.png"/> Flashing Tool</a></li>
|
||||
</ul>
|
||||
|
@ -953,7 +953,7 @@
|
|||
<div class="dialog dark" data-role="dialog" id="grblFlashDialog" data-width="60%" data-actions-align="right" data-overlay-click-close="true">
|
||||
<div class="dialog-title"><img src="img/grbltop.png" /> Custom Grbl Flashing Tool</div>
|
||||
<div class="dialog-content" style="height: calc(100% - 100px);">
|
||||
<p class="text-small mb-4">You can use this wizard to flash customised instances of Grbl Firmware onto a compatible controller<br>Only use with care, or when instructed by Support</p>
|
||||
<p class="text-small mb-4">You can use this wizard to flash customized instances of Grbl Firmware onto a compatible controller<br>Only use with care, or when instructed by Support</p>
|
||||
<form>
|
||||
<div class="row">
|
||||
<div class="cell-md-4 mb-1">
|
||||
|
|
|
@ -359,7 +359,7 @@ function keyboardShortcutsEditor() {
|
|||
</div>`
|
||||
|
||||
Metro.dialog.create({
|
||||
title: "<i class='far fa-keyboard fa-fw'></i> Customise Keyboard Shortcuts",
|
||||
title: "<i class='far fa-keyboard fa-fw'></i> Customize Keyboard Shortcuts",
|
||||
content: template,
|
||||
width: 600,
|
||||
clsDialog: 'dark',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "OpenBuildsCONTROL",
|
||||
"version": "1.0.171",
|
||||
"version": "1.0.172",
|
||||
"license": "AGPL-3.0",
|
||||
"description": "Machine Interface Driver for OpenBuilds",
|
||||
"author": "github.com/openbuilds <webmaster@openbuilds.com>",
|
||||
|
|
Ładowanie…
Reference in New Issue