Merge branch 'v1.6.0' of https://github.com/sanjayk03-dev/onefinity-firmware into v1.6.0
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
const namesByKey = {
|
const namesByKey = {
|
||||||
"units":"units",
|
"units":"units",
|
||||||
"probing-prompts": "Show safety prompts",
|
"probing-prompts": "Show safety prompts",
|
||||||
"easy-adapter": "Enable/Disable Easy Adapter",
|
"easy-adapter": "Easy Adapter On/Off",
|
||||||
"probe-xdim": "Probe block width",
|
"probe-xdim": "Probe block width",
|
||||||
"probe-ydim": "Probe block length",
|
"probe-ydim": "Probe block length",
|
||||||
"probe-zdim": "Probe block height",
|
"probe-zdim": "Probe block height",
|
||||||
|
|||||||
@@ -34,5 +34,9 @@
|
|||||||
|
|
||||||
:global(.easy-adapter-dialog .mdc-dialog__surface) {
|
:global(.easy-adapter-dialog .mdc-dialog__surface) {
|
||||||
z-index: 10002 !important;
|
z-index: 10002 !important;
|
||||||
|
width: 50vw !important;
|
||||||
|
height: 35vh !important;
|
||||||
|
max-width: 50vw !important;
|
||||||
|
max-height: 35vh !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ export function handleConfigUpdate(config: Record<string, any>) {
|
|||||||
} finally {
|
} finally {
|
||||||
easyAdapterTimer = null;
|
easyAdapterTimer = null;
|
||||||
}
|
}
|
||||||
}, 5000);
|
}, 90000);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to show EasyAdapter dialog:", error);
|
console.error("Failed to show EasyAdapter dialog:", error);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user