mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-11-04 21:53:24 +01:00
15 lines
436 B
HTML
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>
|