35982 Commits

Author SHA1 Message Date
Arjen Hiemstra
b782095f60 Update styling and functionality of sidebar in cura 2015-04-01 12:10:07 +02:00
Arjen Hiemstra
a173022ec6 Update styling and functionality of sidebar in cura 2015-04-01 12:10:07 +02:00
Arjen Hiemstra
bd1e12b492 Get rid of error about unknown reference 2015-04-01 12:10:06 +02:00
Jaime van Kessel
e82fa17548 usb connecting now correctly works for ultimaker + keeping connection allive when idling 2015-03-31 17:02:33 +02:00
Tim Kuipers
7aa2062fe1 added Triangles infill option, but not yet in fdmPrinter.json, so not present in hte GUI 2015-03-31 13:48:31 +02:00
Jaime van Kessel
bd651c6bcb Listening now correctly works 2015-03-31 11:27:44 +02:00
Jaime van Kessel
3fa02d3710 formatting 2015-03-31 10:40:21 +02:00
Jaime van Kessel
9d889cf2db Bugfixes 2015-03-31 10:00:06 +02:00
Jaime van Kessel
220562aa05 Bugfixes 2015-03-31 09:59:24 +02:00
Jaime van Kessel
a669342fab Refactoring of USBPrinting plugin 2015-03-31 09:41:58 +02:00
Jaime van Kessel
b4df277cc3 Refactoring of USBPrinting plugin 2015-03-31 09:41:58 +02:00
Jaime van Kessel
cd888ded32 Added USB print stub 2015-03-30 11:08:50 +02:00
Arjen Hiemstra
0ce3ff174a Style categories for advanced mode 2015-03-30 10:59:31 +02:00
Arjen Hiemstra
39b795073a Add an icon for unknown categories 2015-03-30 10:59:15 +02:00
Arjen Hiemstra
411a2f2d7d Update styling of gcode save button 2015-03-30 10:58:16 +02:00
Arjen Hiemstra
55a7c9022a Use AngledCornerRectangle for the sidebar background 2015-03-30 10:57:53 +02:00
Arjen Hiemstra
afd1b5567d Add a theme style for setting categories 2015-03-30 10:57:21 +02:00
Arjen Hiemstra
0ddf01aff5 Update theme styles with the new Angled Corner rectangle 2015-03-30 10:57:00 +02:00
Arjen Hiemstra
cd76d37585 Add several more colors and sizes 2015-03-27 16:48:51 +01:00
Arjen Hiemstra
fb580627fb Start implementing new Cura design 2015-03-26 14:33:10 +01:00
Arjen Hiemstra
0f8a6e286c Start implementing new Cura design 2015-03-26 14:33:10 +01:00
Arjen Hiemstra
96ce3efb7f Add the beginnings of a cura theme 2015-03-25 13:40:02 +01:00
Arjen Hiemstra
89a035bab4 Rename Theme to Styles to allow for the introduction of a proper Theme object 2015-03-25 13:36:40 +01:00
Arjen Hiemstra
4a8f6beb26 Move all of Cura's QML files into a qml subdir 2015-03-25 11:23:48 +01:00
Arjen Hiemstra
e679c0a2b0 Replace python timer with QTimer since python timer is unreliable
Python's timer::cancel() method will sometimes not actually cancel the
timer. So instead, use a QTimer since those are more reliable.
2015-03-24 17:26:27 +01:00
Arjen Hiemstra
cfe29a7b51 Do not try to perform platform physics movement when there is no bounding box 2015-03-24 17:26:26 +01:00
Arjen Hiemstra
d85cc0f0bf Do not make center dependant on object position and correct for object position in ProcessSlicedObjectListJob 2015-03-24 17:26:26 +01:00
Arjen Hiemstra
d650cbe26c Use GroupedOperation for merging PlatformPhyisicsOperation 2015-03-24 17:26:26 +01:00
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