This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id='inputs'> | |
<label for=angle>Angle from centerline</label> | |
<input id=angle oninput="update()" required type=number value=89 /> | |
<label for=noseRadius>Tool nose radius</label> | |
<input id=noseRadius oninput="update()" required value="0.015625" /> | |
</div> | |
<div id='results' /> |