440 Commits

Author SHA1 Message Date
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
Jaime van Kessel
5d8b84e1a2 Changed changeTimer to correct naming 2015-04-21 14:58:47 +02:00
Jaime van Kessel
d2129d2739 LayerData is now added in a new node 2015-04-21 14:56:58 +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
1bda4ee23a Add support for displaying print time and print material amount 2015-04-20 17:55:52 +02:00
Arjen Hiemstra
daa6e04d8c Ignore nodes that are outside the build volume for slicing 2015-04-20 16:42:19 +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
f5e4ef108e Move the button text from PrinterButton to the style in Theme 2015-04-17 18:30:22 +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
4ae8263238 Add missing top/bottom speed 2015-04-17 13:52:30 +02:00
Arjen Hiemstra
7ef8038145 Fix showing tooltips on control hover 2015-04-17 13:52:30 +02:00
Jaime van Kessel
5133d0b2a1 Progress of firmware update now works correctly 2015-04-17 13:31:02 +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
d445bb191e 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
e4c6fff6b8 Send "fanFullOnLayer" setting to the engine 2015-04-17 12:02:29 +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
cc9e67533c Moved updating firmware to own thread 2015-04-17 11:25:52 +02:00
Jaime van Kessel
d66faf6ecd Added thread safety checks to close function 2015-04-17 10:55:37 +02:00
Jaime van Kessel
a07781fa26 Bugfixes to usb printing 2015-04-17 10:40:44 +02:00
Jaime van Kessel
34aac653b4 Updating firmware now spawns progress window 2015-04-17 09:55:18 +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
7448011166 Add gcode prefix message handling. Fix gcode flavor issue. 2015-04-17 08:52:36 +02:00
daid
de03470dbc Add gcode prefix message handling. Fix gcode flavor issue. 2015-04-17 08:52:36 +02:00
daid
8f892553cc Missing import. 2015-04-17 08:05:50 +02:00
daid
40d34564c1 Fix some sloppy coding from Nallath. 2015-04-17 07:38:00 +02:00
daid
d91316a743 Python2->3 fix. 2015-04-16 14:36:19 +02:00
daid
f02016e9e4 Add missing import. 2015-04-16 14:02:50 +02:00
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
Arjen Hiemstra
0af0a4dafe Do not multiply bed temperature by 100
It is rather silly to set a bed temperature of 6000C
2015-04-16 11:57:12 +02:00
Jaime van Kessel
84e785f3b8 Printer now uses sidebar advanced again instead of relative path to prevent breaking when uranium and printer app are moved appart 2015-04-16 10:51:37 +02:00
Jaime van Kessel
899c86ac2f Moved printer specific items back and renamed advancedSidebar to setting view 2015-04-16 10:46:46 +02:00
Jaime van Kessel
b2b3464690 Moved sidebar code to Uranium QT so it can be used for scanner aswell 2015-04-16 09:35:13 +02:00