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
Arjen Hiemstra
b0ae7ee180
Slightly delay platform physics to give time to calculate the bounding box
2015-04-22 17:53:10 +02:00
Arjen Hiemstra
49a510b03c
Clarify documentation a bit
2015-04-22 17:53:10 +02:00
Arjen Hiemstra
d1ed5a7a8a
Fix undo of PlatformPhysicsOperation after the SceneNode changes
2015-04-22 17:53:10 +02:00
Arjen Hiemstra
a8ca621051
Add get/setSettingValue to Printer
2015-04-22 17:53:10 +02:00
Arjen Hiemstra
c28e3600b2
Use Duration in SaveButton and SidebarSimple
2015-04-22 17:53:10 +02:00
Arjen Hiemstra
77af94527f
Use Duration in PrintInformation
2015-04-22 17:53:10 +02:00
Jaime van Kessel
6fc044387a
Plugin registering is now done by dict instead of single object or list
2015-04-22 11:00:12 +02:00
Jaime van Kessel
4a965e04b4
Plugin registering is now done by dict instead of single object or list
2015-04-22 11:00:12 +02:00
Jaime van Kessel
32e3706677
Plugin registering is now done by dict instead of single object or list
2015-04-22 11:00:12 +02:00
Jaime van Kessel
abc28cc766
Plugin registering is now done by dict instead of single object or list
2015-04-22 11:00:12 +02:00
Jaime van Kessel
7d88d800b2
Merge branch 'master' of https://github.com/Ultimaker/PluggableCura
...
Conflicts:
plugins/CuraEngineBackend/CuraEngineBackend.py
2015-04-22 09:41:08 +02:00
Jaime van Kessel
c5fae38c31
Merge branch 'master' of https://github.com/Ultimaker/PluggableCura
...
Conflicts:
plugins/CuraEngineBackend/CuraEngineBackend.py
2015-04-22 09:41:08 +02:00
Jaime van Kessel
a4601edb3c
Added version number to scanner
2015-04-22 09:38:32 +02:00
Arjen Hiemstra
d2a8ec0898
Implement the time/quality slider in SidebarSimple
2015-04-21 17:28:06 +02:00
Arjen Hiemstra
a27cb80531
Do not report progress if the option is not set
2015-04-21 17:28:06 +02:00
Arjen Hiemstra
aaeb00ed7a
Disable progress reporting for pass 2 and 3 of the time/quality slider
2015-04-21 17:28:06 +02:00
Arjen Hiemstra
089aad3241
CuraEngineBackend: Move the slicing code into a slice method with optional keyword arguments
2015-04-21 17:28:06 +02:00
Arjen Hiemstra
298b5a3025
Use the PrintInformation object for displaying the print duration in the Save button
2015-04-21 17:28:06 +02:00
Arjen Hiemstra
49e80c30e5
Move information related to print time etc. into a PrintInformation class
2015-04-21 17:28:06 +02:00
Jaime van Kessel
2bdc85c8ea
Data is now correctly sent to engine (in right reference frame)
2015-04-21 15:20:22 +02:00