mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Add BLtouch descriptor in ABL drop down
This commit is contained in:
@ -164,7 +164,7 @@
|
||||
<label for="abl">Select which method of ABL is in place.</label>
|
||||
<select name="abl">
|
||||
<option value="0">No ABL</option>
|
||||
<option value="1">Probe new mesh at the start of print - G29</option>
|
||||
<option value="1">Probe new mesh at the start of print - G29 (BLtouch,EZABL,etc)</option>
|
||||
<option value="2">Restore saved mesh - M420 S1</option>
|
||||
<option value="3">Prusa MK3 - G28 W followed by M80</option>
|
||||
<option value="4">Prusa Mini - Only heat nozzle to 170, then G29</option>
|
||||
@ -561,7 +561,7 @@
|
||||
<label for="abl">Select which method of ABL is in place.</label>
|
||||
<select name="abl">
|
||||
<option value="0">No ABL</option>
|
||||
<option value="1">Probe new mesh at the start of print - G29</option>
|
||||
<option value="1">Probe new mesh at the start of print - G29 (BLtouch,EZABL,etc)</option>
|
||||
<option value="2">Restore saved mesh - M420 S1</option>
|
||||
<option value="3">Prusa MK3 - G28 W followed by M80</option>
|
||||
<option value="4">Prusa Mini - Only heat nozzle to 170, then G29</option>
|
||||
@ -696,7 +696,7 @@
|
||||
<label for="abl">Select which method of ABL is in place.</label>
|
||||
<select name="abl">
|
||||
<option value="0">No ABL</option>
|
||||
<option value="1">Probe new mesh at the start of print - G29</option>
|
||||
<option value="1">Probe new mesh at the start of print - G29 (BLtouch,EZABL,etc)</option>
|
||||
<option value="2">Restore saved mesh - M420 S1</option>
|
||||
<option value="3">Prusa MK3 - G28 W followed by M80</option>
|
||||
<option value="4">Prusa Mini - Only heat nozzle to 170, then G29</option>
|
||||
@ -872,7 +872,7 @@
|
||||
<label for="abl">Select which method of ABL is in place.</label>
|
||||
<select name="abl">
|
||||
<option value="0">No ABL</option>
|
||||
<option value="1">Probe new mesh at the start of print - G29</option>
|
||||
<option value="1">Probe new mesh at the start of print - G29 (BLtouch,EZABL,etc)</option>
|
||||
<option value="2">Restore saved mesh - M420 S1</option>
|
||||
<option value="3">Prusa MK3 - G28 W followed by M80</option>
|
||||
<option value="4">Prusa Mini - Only heat nozzle to 170, then G29</option>
|
||||
|
Reference in New Issue
Block a user