This website requires JavaScript.
Explore
Help
Sign In
vmario
/
doodle3d-client
Watch
0
Star
0
Fork
0
You've already forked doodle3d-client
mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced
2025-01-22 08:55:08 +01:00
Code
Issues
Releases
Wiki
Activity
doodle3d-client
/
js
History
Adriaan Wormgoor
d420bde380
added if-statements for the new variables which are grabbed from the query string (these allow us to enable/disable certain behaviors such as communicating with the wifibox, or being allowed to print)
2013-08-16 22:25:25 +02:00
..
libs
bunch of javascript
2013-07-26 22:39:28 +02:00
buttonbehaviors.js
Did a ajax calls and the gcode sending overhaul/rewrite. All failed calls (temp, process check, preheat, print and stop) are retried automatically. All printer communication is now handled in Printer.js.
2013-08-14 20:54:48 +02:00
canvasDrawing_v01.js
adjusted css and htmls
2013-07-28 02:46:32 +02:00
d3dServerInterfacing.js
bunch of javascript
2013-07-26 22:39:28 +02:00
draw_logic.js
bunch of javascript
2013-07-26 22:39:28 +02:00
gcodeGenerating_v01.js
Did a ajax calls and the gcode sending overhaul/rewrite. All failed calls (temp, process check, preheat, print and stop) are retried automatically. All printer communication is now handled in Printer.js.
2013-08-14 20:54:48 +02:00
init_layout.js
adjusted css and htmls
2013-07-28 02:46:32 +02:00
main.js
oops
2013-08-09 22:36:18 +02:00
previewRendering_v01.js
lower text wasn't always showing (put it higher) and the text was iPad specific. It's generic now.
2013-07-27 18:19:50 +02:00
Printer.js
added if-statements for the new variables which are grabbed from the query string (these allow us to enable/disable certain behaviors such as communicating with the wifibox, or being allowed to print)
2013-08-16 22:25:25 +02:00
settings.js
added if-statements for the new variables which are grabbed from the query string (these allow us to enable/disable certain behaviors such as communicating with the wifibox, or being allowed to print)
2013-08-16 22:25:25 +02:00
utils.js
new utils file for general methods. This first method grabs the query string variables from the URL
2013-08-16 22:23:24 +02:00