0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-01 16:06:12 +02:00
doodle3d-firmware/extra/print-gcode.html
2013-07-27 02:39:45 +02:00

15 lines
436 B
HTML

<html>
<head>
<title>.</title>
</head>
<body>
<form action="http://192.168.5.1/cgi-bin/d3dapi/printer/print" method="post">
<input type="hidden" name="id" value="0"></input>
<input type="hidden" name="first" value="true"></input>
<input type="hidden" name="last" value="true"></input>
<textarea name="gcode" rows="42" cols="100"></textarea>
<input type="submit" name="submit" value="print"></input>
</form>
</body>
</html>