kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
rodzic
2dbb5dffec
commit
db77d970b8
|
@ -356,14 +356,14 @@
|
|||
<div id="jogcontrols" class="mt-2">
|
||||
<div class="row flex-justify-center flex-align-start" style="width: 100%; height: 100%;">
|
||||
<div class="cell">
|
||||
<nav data-role="ribbonmenu" class="mt-2">
|
||||
<!-- <nav data-role="ribbonmenu" class="mt-2">
|
||||
<ul class="tabs-holder ml-17">
|
||||
<li><a href="#tab-mm">mm-mode</a></li>
|
||||
<li><a href="#tab-inch">inch-mode</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
<table class="drotable mt-0">
|
||||
</nav> -->
|
||||
<table class="drotable mt-2">
|
||||
<tr>
|
||||
<td>
|
||||
<button class="button light jogbtn" onclick="sendGcode( 'G10 P1 L20 X0')" style="width: 60px;" data-role="ripple" data-ripple-color="#e21b1b">
|
||||
|
|
2
index.js
2
index.js
|
@ -2101,7 +2101,7 @@ if (isElectron()) {
|
|||
|
||||
// console.log(openFilePath);
|
||||
readFile(openFilePath);
|
||||
if (openFilePath.length > 1) {
|
||||
if (openFilePath !== undefined) {
|
||||
if (openFilePath.endsWith('.obc')) {
|
||||
//
|
||||
} else {
|
||||
|
|
Ładowanie…
Reference in New Issue