units set , wifi fix

This commit is contained in:
saifullah-N
2022-12-24 12:45:09 +05:30
parent dd54584857
commit 9daae2923d
4 changed files with 57 additions and 34 deletions

View File

@@ -23,7 +23,7 @@
};
const namesByKey = {
"junction-accel": "Default type",
"units":"units",
"probing-prompts": "Show safety prompts",
"probe-xdim": "Probe block width",
"probe-ydim": "Probe block length",

View File

@@ -16,13 +16,13 @@
for a variety of support resources, and to find our contact information.
</p>
<Button
<!-- <Button
touch
variant="raised"
on:click={() => (showRemoteDiagnosticsDialog = true)}
>
<Label>Remote Diagnostics</Label>
</Button>
</Button> -->
<h2>Discussion Forum</h2>
<p>

View File

@@ -12,7 +12,7 @@
</script>
<ScreenRotationDialog bind:open={showScreenRotationDialog} />
<SetTimeDialog bind:open={showSetTimeDialog} />
<!-- <SetTimeDialog bind:open={showSetTimeDialog} /> -->
<div class="settings-view">
<h1>Settings</h1>
@@ -32,7 +32,7 @@
</Button>
</div>
<div class="pure-control-group">
<!-- <div class="pure-control-group">
<label for="set-time" />
<Button
name="set-time"
@@ -42,15 +42,15 @@
>
<Label>Change Time & Timezone</Label>
</Button>
</div>
</div> -->
</fieldset>
<h2>Gamepads / Joypads</h2>
<h2>Units</h2>
<fieldset>
<ConfigTemplatedInput key={`settings.junction-accel`} />
<ConfigTemplatedInput key={`settings.units`} />
<div class="tip">
If your gamepad doesn't work as expected, try one of the other
types.
Note, units sets both the machine default units and the units used in motor configuration. GCode program-start,
set below, may also change the default machine units.
</div>
</fieldset>