GOTO counter error on projector 2 was due to a CSS error. Resolved #8. Increment patch number.
This commit is contained in:
parent
2e8d20f40a
commit
d0cc8eca70
|
@ -194,7 +194,7 @@
|
||||||
<button id="move_cam_to_go_2" onclick="return cmd.camera_to();">GO TO</button>
|
<button id="move_cam_to_go_2" onclick="return cmd.camera_to();">GO TO</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="proj proj2">
|
<div class="proj2">
|
||||||
<!--<label>MOVE TO</label>-->
|
<!--<label>MOVE TO</label>-->
|
||||||
<div>
|
<div>
|
||||||
<input type="number" id="move_proj_to_2" class="count" value="00000" onchange="gui.counterFormat(this, this.value);"/>
|
<input type="number" id="move_proj_to_2" class="count" value="00000" onchange="gui.counterFormat(this, this.value);"/>
|
||||||
|
|
|
@ -32,7 +32,7 @@ gui.counterFormat = function (t, normal, prevent) {
|
||||||
};
|
};
|
||||||
gui.counterUpdate = function (which, raw) {
|
gui.counterUpdate = function (which, raw) {
|
||||||
'use strict';
|
'use strict';
|
||||||
const formattedVal = gui.fmtZero(raw, 6)
|
const formattedVal = gui.fmtZero(raw, 6);
|
||||||
$(`.${which} .count`).val(formattedVal);
|
$(`.${which} .count`).val(formattedVal);
|
||||||
};
|
};
|
||||||
gui.notify = function (title, message) {
|
gui.notify = function (title, message) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy-app",
|
"name": "mcopy-app",
|
||||||
"version": "1.4.2",
|
"version": "1.4.7",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy-app",
|
"name": "mcopy-app",
|
||||||
"version": "1.4.6",
|
"version": "1.4.7",
|
||||||
"description": "GUI for the mcopy small gauge film optical printer platform",
|
"description": "GUI for the mcopy small gauge film optical printer platform",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy-cli",
|
"name": "mcopy-cli",
|
||||||
"version": "1.4.6",
|
"version": "1.4.7",
|
||||||
"description": "CLI for controlling the mcopy optical printer platform",
|
"description": "CLI for controlling the mcopy optical printer platform",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.4.6",
|
"version": "1.4.7",
|
||||||
"ext_port": 1111,
|
"ext_port": 1111,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"mcopy": {
|
"mcopy": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.4.6",
|
"version": "1.4.7",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.4.6",
|
"version": "1.4.7",
|
||||||
"description": "Small gauge film optical printer platform",
|
"description": "Small gauge film optical printer platform",
|
||||||
"main": "build.js",
|
"main": "build.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Loading…
Reference in New Issue