0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2025-06-11 09:23:17 +02:00

Added download GCODE feature, added keyboard shortcuts and added some basic Shapes

This commit is contained in:
Rick Companje
2013-12-05 11:14:12 +01:00
parent dd6c1d8034
commit b85d3244c9
11 changed files with 224 additions and 139 deletions

View File

@ -160,6 +160,7 @@
<fieldset id="debugPanel">
<legend>Debug</legend>
<input type="button" onclick="settingsWindow.downloadlogs()" name="downloadlogs" value="Download logs" class="button" id="downloadlogs"/>
<input type="button" onclick="settingsWindow.downloadGcode()" name="downloadGcode" value="Download gcode" class="button" id="downloadGcode"/>
</fieldset>
<fieldset id="restorePanel">
<legend>Restore</legend>