191 Commits

Author SHA1 Message Date
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
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
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
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
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
34f92f38c8 Layer view now has an awesome slider! 2015-04-24 12:31:40 +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
b0ae7ee180 Slightly delay platform physics to give time to calculate the bounding box 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
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
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
aaeb00ed7a Disable progress reporting for pass 2 and 3 of the time/quality slider 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
Arjen Hiemstra
1c11104dd2 Add support for displaying print time and print material amount 2015-04-20 17:55:52 +02:00
Arjen Hiemstra
0175eb7b59 Lower the minimum Y of the build volume a bit so we never exclude things positioned on the platform 2015-04-20 16:41:58 +02:00
Arjen Hiemstra
4801233728 Implement build volume checks on objects
Currently using a dynamic property on SceneNode since I have not found a
better solution yet.
2015-04-20 13:48:34 +02:00
Jaime van Kessel
e8dc563c46 Merge branch 'master' of https://github.com/Ultimaker/PluggableCura 2015-04-20 12:02:02 +02:00
Jaime van Kessel
34801f78af Added stub for update checker 2015-04-20 12:01:55 +02:00
Arjen Hiemstra
da0d71fd94 Add support for loading a custom QML panel to tools and PrinterToolbar
This allows us to provide custom actions dependant on the active tool,
like reset rotation or scale to max.
2015-04-17 18:32:28 +02:00
Arjen Hiemstra
a751a137d9 Move the button text from PrinterButton to the style in Theme 2015-04-17 18:30:22 +02:00
Arjen Hiemstra
029fabc791 Fix Cura sidebar to use Print Setup in header 2015-04-17 15:44:44 +02:00
Arjen Hiemstra
7ef8038145 Fix showing tooltips on control hover 2015-04-17 13:52:30 +02:00
Arjen Hiemstra
e7224c8c1a Add and use a preference for active mode and active machine 2015-04-17 12:03:28 +02:00
Arjen Hiemstra
0c156fdf42 Pull mode list model out of SidebarHeader and put it into Sidebar
This helps with code readability
2015-04-17 12:02:29 +02:00
Arjen Hiemstra
e53e74d093 Elide the header's menu buttons so we do not have long names peeking out 2015-04-17 12:02:29 +02:00
Arjen Hiemstra
1118219f7d Add a dialog that shows the engine log 2015-04-17 12:02:29 +02:00
Jaime van Kessel
52d4424635 Merge branch 'master' of https://github.com/Ultimaker/PluggableCura 2015-04-17 09:23:44 +02:00
Jaime van Kessel
98b07e7a2c Fixed tooltips 2015-04-17 09:23:25 +02:00
daid
8f892553cc Missing import. 2015-04-17 08:05:50 +02:00