0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-02 20:54:31 +02:00
doodle3d-client/js
Adriaan Wormgoor 93a4bc2fd3 Merge branch 'master' of https://github.com/Doodle3D/doodle3d-client
# By peteruithoven
# Via peteruithoven
* 'master' of https://github.com/Doodle3D/doodle3d-client:
  Sending end GCode at manual stop
2013-08-16 22:29:46 +02:00
..
libs bunch of javascript 2013-07-26 22:39:28 +02:00
buttonbehaviors.js Changes to how we draw to the canvas and how the preview is rendered. This has massive speedup results for tablets and phones. 2013-08-16 22:27:26 +02:00
canvasDrawing_v01.js Changes to how we draw to the canvas and how the preview is rendered. This has massive speedup results for tablets and phones. 2013-08-16 22:27:26 +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 small change improving the resizing on iPads 2013-08-16 22:26:32 +02:00
main.js Now looks for querystring variables which allow us to control Doodle3D's behavior, such as disabling the attempt to communicatie with the wifibox or disabling printcommands (i.e.: debug stuff and such). 2013-08-16 22:28:58 +02:00
previewRendering_v01.js Changes to how we draw to the canvas and how the preview is rendered. This has massive speedup results for tablets and phones. 2013-08-16 22:27:26 +02:00
Printer.js Merge branch 'master' of https://github.com/Doodle3D/doodle3d-client 2013-08-16 22:29:46 +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