73 Commits

Author SHA1 Message Date
Arjen Hiemstra
b83e34aa24 Load all extensions so we do not get an error when loading USBPrint fails 2015-04-16 13:57:50 +02:00
Jaime van Kessel
f6daca8c53 Added extensions as a working plugin type 2015-04-14 14:31:52 +02:00
daid
b82ff11d54 One small change for #2 2015-04-10 10:52:40 +02:00
Arjen Hiemstra
6353eedba7 Update more things to the changed SceneNode API 2015-04-08 17:32:19 +02:00
Arjen Hiemstra
a162fd0f67 Use a palette colour for the window background color 2015-04-08 17:32:19 +02:00
Arjen Hiemstra
dc31d3af94 Start updating things to the new SceneNode API 2015-04-08 17:32:19 +02:00
Jaime van Kessel
ec1500860f fixed exceptions caused by disconnecting printer 2015-04-07 15:19:44 +02:00
Arjen Hiemstra
a4b09d3dac Update API of Printer output device handling so we can handle multiple devices 2015-04-07 12:24:10 +02:00
Jaime van Kessel
dab74e524a Fixed black magic options being visible when none of its options were 2015-04-07 11:22:44 +02:00
Arjen Hiemstra
f001efde8f Add outputDevice, outputDeviceIcon properties and saveToOutputDevice slot to PrinterApplication 2015-04-03 18:04:37 +02:00
daid
ef7b224abc When the application is running "frozen" (py2exe, py2app) use a different base path for certain parts of the application. As all the python code is compressed into a zip file. 2015-04-03 15:10:30 +02:00
Arjen Hiemstra
4a8f6beb26 Move all of Cura's QML files into a qml subdir 2015-03-25 11:23:48 +01:00
Arjen Hiemstra
e6bd9f8cc6 Add support for rendering disallowed areas 2015-03-19 12:16:24 +01:00
Arjen Hiemstra
b11757d80f Implement context menu actions for Cura 2015-03-17 15:57:39 +01:00
daid
a2191965ac Update build volume to render as lines. 2015-03-17 12:18:45 +01:00
Arjen Hiemstra
3a2aa12bc3 Write to SD Card directly when it has been detected 2015-03-16 11:44:03 +01:00
daid
8c7faa9bc6 Ignore numpy errors. 2015-03-16 08:40:49 +01:00
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