56 Commits

Author SHA1 Message Date
Arjen Hiemstra
80ca571cea Read/write preferences on application start/end 2015-03-11 18:11:00 +01:00
Arjen Hiemstra
69d2db05b7 Add a clean way to disable the up axis for the translation tool 2015-03-06 16:43:02 +01:00
Arjen Hiemstra
aa1889754e Remove saveGCode method 2015-03-03 18:03:13 +01:00
Arjen Hiemstra
36a2735c5c Use the removable drive notification to update the state of the save button 2015-03-03 15:17:15 +01:00
Arjen Hiemstra
49c7dcc2be Set the right required plugins and load the right plugin types on printer application start 2015-03-03 15:17:15 +01:00
Arjen Hiemstra
97dd82e107 Animate camera origin changes 2015-02-26 18:00:05 +01:00
Arjen Hiemstra
f1d6bb9472 Add an Add Machine dialog 2015-02-26 14:37:43 +01:00
daid
5a03928a4b Improve camera controls, and fix FOV, which was off by a factor of 2. 2015-02-25 16:09:48 +01:00
Arjen Hiemstra
0f65cf3cf1 Always deactivate the tool when the selection is cleared 2015-02-24 18:36:27 +01:00
Arjen Hiemstra
b94763875f Show a splash screen during application startup 2015-02-23 18:09:03 +01:00
Arjen Hiemstra
7d98cd83a6 Lower-case cura application name for consistency 2015-02-23 16:43:00 +01:00
Arjen Hiemstra
2992b77a9b Update the build volume based on machine 2015-02-16 17:42:12 +01:00
Arjen Hiemstra
dadeb87801 Save/Load all machines from config files at startup 2015-02-13 18:05:45 +01:00
Arjen Hiemstra
a13be5d9dc Make it possible to use application-specific setting directories 2015-02-13 18:01:17 +01:00
Arjen Hiemstra
19754599b7 Call the parseArguments method so we actually parse the command line arguments during start 2015-02-12 17:58:39 +01:00
Arjen Hiemstra
1c1371489b Update Printer application to the new style GUI 2015-02-06 18:01:29 +01:00
Arjen Hiemstra
8e1e37e2eb Show a save dialog when the save button is clicked in Printer 2015-01-28 18:00:52 +01:00
Jaime van Kessel
ff850c5bec Fixed mistake in printer application & continued work on calibration interface 2015-01-28 12:04:15 +01:00
Jaime van Kessel
ac465521e3 Added Camera image recieving 2015-01-27 16:23:06 +01:00
Jaime van Kessel
4d082bad25 Moved plugins that need to be loaded to own function 2015-01-21 10:45:19 +01:00
Jaime van Kessel
0c18161d13 Moved setting file to scanner/printer application 2015-01-13 17:31:39 +01:00
Arjen Hiemstra
b132b5db20 Load the CuraEngineBackend in PrinterApplication 2015-01-09 17:37:14 +01:00
Arjen Hiemstra
bfa3c00200 Lower the build volume to reduce Z fighting 2014-12-24 16:49:43 +01:00
Arjen Hiemstra
c7cecb180d Add a BuildVolume node to render the build volume 2014-12-23 16:38:44 +01:00
Arjen Hiemstra
e7a51b3bd8 Use the new bits of API to add some more bits of printer application 2014-12-22 15:12:26 +01:00
Arjen Hiemstra
e68e761598 Set translate tool as active/inactive on selection change in Printer 2014-12-19 11:59:12 +01:00
Arjen Hiemstra
3786ced279 Set the camera and selection tools for PrinterApplication 2014-12-18 12:22:35 +01:00
Arjen Hiemstra
b2cced2772 Add an applicationName property to Application 2014-12-18 12:22:35 +01:00
Arjen Hiemstra
821f9ca0e1 Remove robot mesh from default setup for now 2014-12-17 17:29:08 +01:00
Jaime van Kessel
1881dd4219 Refactoring of namespace 2014-12-15 10:44:23 +01:00
Arjen Hiemstra
2aa47eae4b Render a bounding box around the loaded Ultimaker robot 2014-12-12 17:07:48 +01:00
Arjen Hiemstra
bc24183f51 Load the Ultimaker robot as an example mesh 2014-12-12 11:35:12 +01:00
Arjen Hiemstra
3b2a6423d0 Try to read and write the current machine setting values for the application 2014-12-11 16:45:34 +01:00
Arjen Hiemstra
7b686143d2 Tweak Scene and camera setup for printerapplication 2014-12-09 15:45:18 +01:00
Arjen Hiemstra
b2480bea71 Create a platform in PrinterApplication 2014-12-09 11:54:24 +01:00
Arjen Hiemstra
4572c7a9b7 Fix the cameras etc of the default setup 2014-12-08 17:52:57 +01:00
Arjen Hiemstra
35a67b6d25 Set up more scene stuff in PrinterApplication 2014-12-05 13:45:40 +01:00
Arjen Hiemstra
3c4250c6fb Don't set an active tool on application start 2014-11-28 10:16:40 +01:00
Arjen Hiemstra
d9374d5154 Name the camera and add a second camera 2014-11-27 14:52:49 +01:00
Jaime van Kessel
9a766edf52 Renamed sceneObject to sceneNode & updated some documentation 2014-11-25 16:18:07 +01:00
Arjen Hiemstra
3f462cc585 Add a Camera that can be used in PrinterApplication 2014-11-18 18:03:38 +01:00
Jaime van Kessel
1414a7e456 Moved file plugins to own folder 2014-11-18 14:21:26 +01:00
Jaime van Kessel
d10c88d148 Added more logging 2014-11-17 15:28:17 +01:00
Jaime van Kessel
0d5621e148 Added args to log so variables can be logged aswell 2014-11-17 14:45:28 +01:00
Jaime van Kessel
0c82cb92b5 Fixed FileLogger 2014-11-17 13:57:39 +01:00
Jaime van Kessel
3433597aac Added Logger list to application 2014-11-17 13:52:21 +01:00
Arjen Hiemstra
4f2fba04ea Move panels etc to a common "DefaultWindow" qml object so it can be shared 2014-11-17 11:25:12 +01:00
Arjen Hiemstra
3b9bc5a3a8 Implement a QtApplication and use it in PrinterApplication 2014-11-17 10:03:15 +01:00
Arjen Hiemstra
797a345aa1 Add Mesh reading and a basic mesh to render to PrinterApplication 2014-11-13 16:34:51 +01:00
Arjen Hiemstra
15cec2dbe2 Load view plugins in PrinterApplication and set a default view 2014-11-13 13:30:42 +01:00