26804 Commits

Author SHA1 Message Date
Arjen Hiemstra
ad2f839dc1 Send the transformed mesh data to the backend 2015-03-23 17:57:45 +01:00
Arjen Hiemstra
0c606c4d6f Rename id to objectId to prevent issues with built-in property id 2015-03-23 15:31:16 +01:00
Arjen Hiemstra
b614b47ed2 Catch errors when objects no longer exist in backend processing jobs 2015-03-23 15:31:16 +01:00
Tim Kuipers
e5ee19037e syntax bugfix 2015-03-23 15:02:12 +01:00
Tim Kuipers
b69e4d7660 Merge branch 'master' of https://github.com/Ultimaker/PluggableCura 2015-03-23 14:59:48 +01:00
Tim Kuipers
700d2d6f6c fixed options type and default value and backend communication (not yet structure and ordering) 2015-03-23 14:58:37 +01:00
Tim Kuipers
cefa69592a fix of one wrong setting description (and some more stuff) 2015-03-23 11:43:31 +01:00
Tim Kuipers
2f9ddaf899 fix of one wrong setting description (and some more stuff) 2015-03-23 11:43:10 +01:00
Arjen Hiemstra
4ad75bd43c Don't emit meshDataChanged when ProcessSlicedObjectListJob is done 2015-03-23 11:13:23 +01:00
Arjen Hiemstra
e6bd9f8cc6 Add support for rendering disallowed areas 2015-03-19 12:16:24 +01:00
Arjen Hiemstra
f75c2db13c Use the new addLine to build the build volume mesh 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
Arjen Hiemstra
3d5788a6c2 Add context menu actions for objects and empty space 2015-03-17 15:57:39 +01:00
Arjen Hiemstra
7e2bd91359 Expose contextMenuRequested signal to QML 2015-03-17 15:57:39 +01:00
daid
444936a545 Update the build volume to render a checkerboard. 2015-03-17 14:25:10 +01:00
daid
21c1bb2605 Merge branch 'master' of github.com:Ultimaker/PluggableCura
Conflicts:
	printer/BuildVolume.py
2015-03-17 12:32:31 +01:00
daid
a2191965ac Update build volume to render as lines. 2015-03-17 12:18:45 +01:00
Arjen Hiemstra
1bda724cf2 Add a bottom grid with UV coordinates 2015-03-16 17:31:14 +01:00
Tim Kuipers
5e8cc90a3e xMerge branch 'master' of https://github.com/Ultimaker/PluggableCura 2015-03-16 12:07:29 +01:00
Tim Kuipers
1f340beef1 included lots of support options and the bed temp option, massive rewrite of the support options structure 2015-03-16 12:03:51 +01:00
Arjen Hiemstra
3a2aa12bc3 Write to SD Card directly when it has been detected 2015-03-16 11:44:03 +01:00
Arjen Hiemstra
924cbaaac5 Fix LayerData to use the right indices for polygons 2015-03-16 10:09:29 +01:00
Arjen Hiemstra
53f2eb7e13 Change ConfigurationDialog::addPage to insertPage so we can supply an index 2015-03-16 10:09:29 +01:00
daid
8c7faa9bc6 Ignore numpy errors. 2015-03-16 08:40:49 +01:00
daid
b751c90813 Small for for when we get engine data for an object which is already removed from the scene. 2015-03-13 18:20:10 +01:00
Arjen Hiemstra
c723601f85 Add a preference and preference page for displaying overhangs 2015-03-13 16:56:37 +01:00
Arjen Hiemstra
3b54a2de58 Prevent rendering the selection outline in layer view 2015-03-13 13:54:24 +01:00
Arjen Hiemstra
05dcd90b78 Emit a progress message when we start processing to improve user feedback 2015-03-13 13:54:24 +01:00
Arjen Hiemstra
5dcd5c2258 Improve rendering of build platform and build volume 2015-03-13 13:54:24 +01:00
Arjen Hiemstra
25d347691d Enable killing and restarting the engine when we get a change and are busy slicing 2015-03-13 13:54:24 +01:00
Arjen Hiemstra
17316edfef Ensure we update the view when the layer data has changed 2015-03-13 13:54:24 +01:00
Arjen Hiemstra
c03a368a0d Cancel the running timer when receiving another change notification in CuraEngineBackend 2015-03-13 13:54:24 +01:00
Arjen Hiemstra
4ccc5ea6cf Support colours for rendering the layer view 2015-03-12 13:31:14 +01:00
Arjen Hiemstra
800faf6bcf Support colours for rendering the layer view 2015-03-12 13:31:14 +01:00
Arjen Hiemstra
80ca571cea Read/write preferences on application start/end 2015-03-11 18:11:00 +01:00
Arjen Hiemstra
4e6322d94e Move backend location preference into the backend class and use the new api 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
c440c4bbdb Use the new read/write local file methods to load and save meshes in printer 2015-03-03 18:04:36 +01:00
Arjen Hiemstra
aa1889754e Remove saveGCode method 2015-03-03 18:03:13 +01:00
Arjen Hiemstra
27f475dc79 Assign processed GCode to a mesh instead of the scene 2015-03-03 18:00:49 +01:00
Arjen Hiemstra
e9dacf14f7 Implement write in GCodeWriter 2015-03-03 18:00:19 +01:00
Arjen Hiemstra
638b8be8a0 Update plugin metadata to the new format 2015-03-03 15:17:15 +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
a7ed3ae2ae Update plugin metadata to the new format 2015-03-03 15:17:15 +01:00
Arjen Hiemstra
207f1a8999 Add the beginnings of a GCode writer plugin 2015-03-03 15:17:15 +01:00
Arjen Hiemstra
020015cccc Update plugin's register functions to return the object instance instead of performing the registration themselves 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
b158e65839 Update plugin's register functions to return the object instance instead of performing the registration themselves 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
43d8d31a63 Show the Machine page when clicking "Configure Machines" 2015-02-26 16:45:08 +01:00