Added a setting to allow disabling probing prompts

This commit is contained in:
David Carley
2021-03-15 19:21:06 -07:00
parent 77d064badc
commit 437772c908
6 changed files with 21 additions and 2 deletions

View File

@@ -35,6 +35,12 @@ script#settings-view-template(type="text/x-template")
| units used in motor configuration. GCode #[tt program-start],
| set below, may also change the default machine units.
fieldset
h2 Probing safety prompts
templated-input(name="probing-prompts",
:model.sync="config.settings['probing-prompts']",
:template="template.settings['probing-prompts']")
fieldset
h2 Probe Dimensions
templated-input(v-for="templ in template.probe", :name="$key",