Arjen Hiemstra
b96b069c21
Remove LocalFileStorage from required plugins and add LocalFileOutputDevice
2015-07-31 17:07:06 +02:00
Arjen Hiemstra
a8c36282fb
Merge branch 'master' into output_device
...
* master: (22 commits)
Added grouping action
LayerData now works by using decorators
Do not cause "dictionary changed size during iteration" errors when changing view
Adds an idle-state for the layerview slider
Adds an idle-state for the safebutton
Sets the platform activity on true when a model is loaded
Sets the platform activity on true when a model is loaded
Create functions that get & set platform activity
Send M104 to set the temperature to 0
Do not store files that fail to load in recent files
feat: infill wipe dist; wireframe restructure & renaming; bugfix: draft_shield_height inherit_function
Also add the parent class' command line arguments
Only process the layer data if the layer view is active.
Write to the correct variable so bed temperature is properly updated
Correct a copy-paste error in getConnectionList
Properly close all open USB connections on shut down
Catch errors when trying to close the connection thread
Enlarge the zone where you can use scrolling to look trough the layer mode.
included retraction_extra_prime_amount
tiniest detail concerning the padding of the layer count label
...
2015-07-31 12:15:18 +02:00
Arjen Hiemstra
825349b47b
Add RemovableDrive plugin that has been moved from Uranium
...
Since it now depends on GCodeWriter we should put it somewhere where
GCodeWriter actually exists.
2015-07-30 17:14:22 +02:00
Arjen Hiemstra
3e024e1618
Add an icon for "save all" and only enable the action when it makes sense
2015-07-30 17:08:10 +02:00
Arjen Hiemstra
619e178f0c
Disable recent files if there are no recent files and add an icon
2015-07-30 17:07:46 +02:00
Arjen Hiemstra
db59954521
Properly implement Save Selection
2015-07-30 17:07:18 +02:00
Arjen Hiemstra
b5e8f01cfa
Return empty string so we get no errors about assigning undefined to string
2015-07-30 16:53:16 +02:00
Arjen Hiemstra
68cde3f780
Update SaveButton to the changed OutputDevicesModel API
2015-07-30 09:31:28 +02:00
Arjen Hiemstra
7c3e53f714
Merge branch 'output_device' of github.com:Ultimaker/cura into output_device
2015-07-29 11:11:17 +02:00
Arjen Hiemstra
d6b3044c79
Update GCodeWriter to the new API
2015-07-28 17:57:08 +02:00
Arjen Hiemstra
2f2cef54a9
Add mime types to GCodeWriter plugin
2015-07-16 09:26:06 +02:00
Jaime van Kessel
2683fa0958
Added grouping action
2015-07-14 10:25:08 +02:00
Jaime van Kessel
c6f5ceaf56
LayerData now works by using decorators
2015-07-13 14:03:40 +02:00
Arjen Hiemstra
89b175bc5c
Merge branch '15.06'
...
* 15.06:
Do not cause "dictionary changed size during iteration" errors when changing view
Adds an idle-state for the layerview slider
Adds an idle-state for the safebutton
Sets the platform activity on true when a model is loaded
Sets the platform activity on true when a model is loaded
Create functions that get & set platform activity
Send M104 to set the temperature to 0
Do not store files that fail to load in recent files
2015-07-13 13:52:33 +02:00
Arjen Hiemstra
fb7b7ca7b8
Do not cause "dictionary changed size during iteration" errors when changing view
...
Connecting to a signal while it is emitting causes errors.
2015-07-13 13:52:17 +02:00
Tamara Hogenhout
608283f5f4
Adds an idle-state for the layerview slider
...
When there is no model, the layerview slider goes back into the idle state
fixes #128
2015-07-10 19:28:19 +02:00
Tamara Hogenhout
81aa047ae3
Adds an idle-state for the safebutton
...
When there is no model, the safebutton goes back into the idle state
contributes to #128
2015-07-10 18:43:47 +02:00
Tamara Hogenhout
a687c9c89e
Sets the platform activity on true when a model is loaded
...
Also solved a problem with the deleteSelection trigger
contributes to #128
2015-07-10 18:41:24 +02:00
Tamara Hogenhout
d41f1a410c
Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06
2015-07-10 17:53:55 +02:00
Tamara Hogenhout
c4b923eb74
Sets the platform activity on true when a model is loaded
...
Also solved a problem with deleteSelection trigger
contributes to #128
2015-07-10 17:52:15 +02:00
Tamara Hogenhout
a5f00f30ca
Create functions that get & set platform activity
...
The platform activity is determined by whether there is a mesh in the build platform or not
Contributes to #128
2015-07-10 17:50:15 +02:00
Arjen Hiemstra
6859481fd4
Send M104 to set the temperature to 0
...
This makes it possible to continue communication after cancelling a
print.
Contributes to #82
2015-07-10 16:02:01 +02:00
Arjen Hiemstra
3e27c8b791
Do not store files that fail to load in recent files
...
Contributes to Ultimaker/Cura#103
2015-07-10 15:58:34 +02:00
Tim Kuipers
6b48072140
Merge branch 'master' of https://github.com/Ultimaker/Cura
2015-07-10 13:14:05 +02:00
Tim Kuipers
968508b6e8
feat: infill wipe dist; wireframe restructure & renaming; bugfix: draft_shield_height inherit_function
2015-07-10 13:13:52 +02:00
Arjen Hiemstra
fec2207b50
Merge branch '15.06'
...
* 15.06:
Also add the parent class' command line arguments
Only process the layer data if the layer view is active.
Write to the correct variable so bed temperature is properly updated
Correct a copy-paste error in getConnectionList
Properly close all open USB connections on shut down
Catch errors when trying to close the connection thread
Enlarge the zone where you can use scrolling to look trough the layer mode.
tiniest detail concerning the padding of the layer count label
Adds layer count
2015-07-10 13:10:15 +02:00
Arjen Hiemstra
8fa0468787
Also add the parent class' command line arguments
...
Contributes to #96
2015-07-10 11:25:40 +02:00
Arjen Hiemstra
f4153fa63e
Only process the layer data if the layer view is active.
...
Contributes to #109
2015-07-10 11:25:40 +02:00
Arjen Hiemstra
ba80cdba67
Write to the correct variable so bed temperature is properly updated
...
Contributes to #82
2015-07-09 16:34:04 +02:00
Arjen Hiemstra
b458a4c6e3
Correct a copy-paste error in getConnectionList
...
Contributes to #82
2015-07-09 16:34:04 +02:00
Arjen Hiemstra
20874d88ad
Properly close all open USB connections on shut down
...
Contributes to #82
2015-07-09 16:34:04 +02:00
Arjen Hiemstra
a83bcedb22
Catch errors when trying to close the connection thread
...
Contributes to #82
2015-07-09 16:34:04 +02:00
Tamara Hogenhout
ae89ef37c0
Enlarge the zone where you can use scrolling to look trough the layer mode.
...
Also make it more visible
fixes #118
2015-07-09 16:27:31 +02:00
Tim Kuipers
43d1aead76
included retraction_extra_prime_amount
2015-07-09 11:38:15 +02:00
Arjen Hiemstra
078295d6e1
Write to the right device after changes in Uranium API
2015-07-08 22:04:50 +02:00
Arjen Hiemstra
c2e672591c
Remove the output_device related stuff from CuraApplication and fix the qml
...
This is now properly handled by the Output Device API in Uranium
2015-07-08 21:42:20 +02:00
Arjen Hiemstra
baf4ea9523
Use the OutputDeviceModel for selecting output device
...
Replaces the stuff in CuraApplication which really should not be there
2015-07-08 21:26:54 +02:00
Arjen Hiemstra
6e4300b299
Try to load all plugins, not just plugins with certain metadata
2015-07-08 21:26:23 +02:00
Tamara Hogenhout
ab07b0205f
tiniest detail concerning the padding of the layer count label
...
Fixes #117
2015-07-08 18:05:50 +02:00
Tamara Hogenhout
53a94c23e1
Adds layer count
...
Brings back the layer count, the min & max. And it does not display these untill Cura is done slicing.
Fixes #117
2015-07-08 18:01:03 +02:00
Tim Kuipers
1c72041df0
Merge branch 'master' of https://github.com/Ultimaker/Cura
2015-07-08 17:03:22 +02:00
Tim Kuipers
f00568ecd8
feature: draft protection screen
2015-07-08 17:02:42 +02:00
Arjen Hiemstra
032e27c68c
Merge branch '15.06'
2015-07-08 13:03:05 +02:00
Jaime van Kessel
9a3669b643
Added witbox profile posted on UM forum by datmos
2015-07-08 12:27:27 +02:00
Jaime van Kessel
31cd025c05
Merge pull request #120 from CoretechR/master
...
Hephestos for Cura 15.06
2015-07-07 21:51:53 +02:00
CoretechR
7546291bfe
Hephestos for Cura 15.06
...
Platform offset is [110,128,81.5]
2015-07-07 19:28:34 +02:00
Arjen Hiemstra
ef86eb480f
Do not use a lambda but a member function so reloading works properly
...
Fixes #99
2015-07-07 13:02:15 +02:00
Arjen Hiemstra
937ba1d317
Use a better default installation directory for Debian systems
...
Contributes to Ultimaker/Uranium#42
2015-07-07 11:47:43 +02:00
Arjen Hiemstra
a5cc805c5e
Update Cura desktop file with the right icon and version
...
Contributes to Ultimaker/Uranium#42
2015-07-07 11:45:34 +02:00
Arjen Hiemstra
ef61f01812
Add a .desktop file for Linux systems
...
Contributes to Ultimaker/Uranium#42
2015-07-07 11:30:00 +02:00