units set , wifi fix
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user