5199 Commits

Author SHA1 Message Date
Arjen Hiemstra
92afe31e37 Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00
Arjen Hiemstra
2e96ac1e91 Add 'resources/themes/cura/' from commit 'ff0b05acb2bcfcb4d021889ef94cfe603a44f870'
git-subtree-dir: resources/themes/cura
git-subtree-mainline: 63e8cf72a3032797f25b0cc2f14a0350d0a6a9d8
git-subtree-split: ff0b05acb2bcfcb4d021889ef94cfe603a44f870
2015-04-30 13:28:11 +02:00
Arjen Hiemstra
63e8cf72a3 Add 'plugins/USBPrinting/' from commit 'b28ca0881a6c2564f5447476f7b21de5645c10bd'
git-subtree-dir: plugins/USBPrinting
git-subtree-mainline: 3823afd8cca1fe92b69082d51d0d50946b904e91
git-subtree-split: b28ca0881a6c2564f5447476f7b21de5645c10bd
2015-04-30 12:30:37 +02:00
Arjen Hiemstra
3823afd8cc Add 'plugins/CuraEngineBackend/' from commit '918d4b41c802f5e8acd0e271a261b73df0441346'
git-subtree-dir: plugins/CuraEngineBackend
git-subtree-mainline: 49210587fff4e64553a377b25cbdc78cc22ebbb1
git-subtree-split: 918d4b41c802f5e8acd0e271a261b73df0441346
2015-04-30 12:25:58 +02:00
Arjen Hiemstra
49210587ff Move all Cura files into a src/ directory 2015-04-30 12:25:31 +02:00
Arjen Hiemstra
918d4b41c8 Remove obsolete "Commands" directory 2015-04-30 12:23:48 +02:00
Arjen Hiemstra
ffbe66896d Scale down too large models 2015-04-29 18:22:48 +02:00
Arjen Hiemstra
64370093b2 Implement ScaleTool Scale to Max 2015-04-29 18:22:32 +02:00
Arjen Hiemstra
ff0b05acb2 Improve styling of MessageStack 2015-04-29 17:48:40 +02:00
Arjen Hiemstra
b9f99a3c56 Translate the received polygons from the engine to use 0,0 as center 2015-04-29 17:48:40 +02:00
Arjen Hiemstra
28ac931629 Add About dialog to cura main QML file 2015-04-29 17:48:40 +02:00
Arjen Hiemstra
e0e33aa029 Add an About dialog for Cura 2015-04-29 17:48:40 +02:00
Arjen Hiemstra
8cbc239af6 Implement reset() for ViewPage 2015-04-29 17:47:59 +02:00
Arjen Hiemstra
06c5419054 Use UM Dialog for AddMachineWizard 2015-04-29 17:47:59 +02:00
Arjen Hiemstra
2b2c624e4e Use UM Dialog for EngineLog dialog 2015-04-29 17:47:59 +02:00
Arjen Hiemstra
5917596ad7 Display messages about saving and ejecting when saving to SD Card 2015-04-29 17:47:58 +02:00
Arjen Hiemstra
bef998ba7f Add "fill_sparse_density" as a setting to change using the t/q slider 2015-04-28 17:49:38 +02:00
Jaime van Kessel
a329411e5d pep coding violations 2015-04-28 17:17:49 +02:00
Jaime van Kessel
883f1b30f4 Added saving of window size in preferences 2015-04-28 14:23:30 +02:00
Arjen Hiemstra
ffcf5c7885 Rename Polygon.count to Polygon.elementCount and return the proper element count 2015-04-28 11:50:54 +02:00
Arjen Hiemstra
52868ec01e Rename Polygon.count to Polygon.elementCount and return the proper element count 2015-04-28 11:50:54 +02:00
Arjen Hiemstra
1a50753914 Use the start and end parameters to QtGL2Renderer::queueNode to implement showing only a range of layers 2015-04-28 11:31:29 +02:00
Arjen Hiemstra
9dbff5a109 Only build the layer data mesh after we have received all the polygons
Certain polygons might be added to a layer later, so to prevent issues
when using range drawing, we need to wait until we have all layer data
then process that in the right order.
2015-04-28 11:30:52 +02:00
Jaime van Kessel
6d6148bd61 Documentation 2015-04-28 09:53:12 +02:00
Jaime van Kessel
c58ed21406 Cleanup & documentation 2015-04-28 09:41:52 +02:00
Jaime van Kessel
d81a2e7a15 Merge branch 'master' of https://github.com/Ultimaker/PluggableCura 2015-04-24 17:19:51 +02:00
Jaime van Kessel
553a3ec94a fixed blank lines pep thingi 2015-04-24 17:17:01 +02:00
Arjen Hiemstra
b58a5456cc Calculate convex hulls for scene nodes and use it for collision testing 2015-04-24 17:16:28 +02:00
Arjen Hiemstra
952f7b68ec Add ConvexHullJob and ConvexHullNode that can be used for Convex hull calculations and display 2015-04-24 17:16:28 +02:00
Arjen Hiemstra
711ed509e3 Add a setter for calculate AABB to SceneNode and use it where needed 2015-04-24 17:16:27 +02:00
daid
b28ca0881a Merge branch 'master' of github.com:Ultimaker/PluggableCura
Conflicts:
	plugins/USBPrinting/PrinterConnection.py
	plugins/USBPrinting/USBPrinterManager.py
	plugins/Views/LayerView/LayerView.py
2015-04-24 17:09:28 +02:00
daid
8b5e5dbfda Merge branch 'master' of github.com:Ultimaker/PluggableCura
Conflicts:
	plugins/USBPrinting/PrinterConnection.py
	plugins/USBPrinting/USBPrinterManager.py
	plugins/Views/LayerView/LayerView.py
2015-04-24 17:09:28 +02:00
daid
b0f413bee2 Merge branch 'master' of github.com:Ultimaker/PluggableCura
Conflicts:
	plugins/USBPrinting/PrinterConnection.py
	plugins/USBPrinting/USBPrinterManager.py
	plugins/Views/LayerView/LayerView.py
2015-04-24 17:09:28 +02:00
daid
83c367cdf4 Some style fixing, and added a test script to test for the major style violations. 2015-04-24 17:07:32 +02:00
daid
b0243a4caa Some style fixing, and added a test script to test for the major style violations. 2015-04-24 17:07:32 +02:00
daid
0b3ffc452e Some style fixing, and added a test script to test for the major style violations. 2015-04-24 17:07:32 +02:00
Jaime van Kessel
25cfce2803 Fixed caused by cleanup 2015-04-24 15:31:02 +02:00
Jaime van Kessel
2bde36790e Fixed caused by cleanup 2015-04-24 15:31:02 +02:00
Jaime van Kessel
ee52f96f29 More documentation 2015-04-24 13:53:27 +02:00
Jaime van Kessel
13d2d7e42a More cleanup 2015-04-24 13:43:21 +02:00
Jaime van Kessel
f0601675f2 Code cleanup & added more documentation 2015-04-24 13:35:16 +02:00
Jaime van Kessel
34f92f38c8 Layer view now has an awesome slider! 2015-04-24 12:31:40 +02:00
Jaime van Kessel
0bc860a5d6 Layer view now has an awesome slider! 2015-04-24 12:31:40 +02:00
daid
23e5bcc55b Merge fix, and update to json file to get all engine settings in there. 2015-04-23 14:50:55 +02:00
daid
1726254bd7 Update to remove dict of doom. 2015-04-23 14:41:58 +02:00
Arjen Hiemstra
dcb33be89f Invert the Y axis when sending data to the engine, not Z
Since we just swapped Y and Z it is Y that needs to be inverted, not Z
2015-04-23 14:14:06 +02:00
Arjen Hiemstra
be168bace0 Correct for inverted Z in ProcessSlicedObjectListJob 2015-04-23 14:14:05 +02:00
Arjen Hiemstra
6d0e31aa8d Fix the engine log window after changing it to use Window instead of Dialog 2015-04-23 11:38:02 +02:00
Tim Kuipers
61de130880 Use Window instead of Dialog for the Engine Log as Dialog is not available 2015-04-23 10:35:19 +02:00
Arjen Hiemstra
462b68f389 Fix issues caused by merge 2015-04-22 17:53:10 +02:00