Ghostkeeper
6a340819ee
Remove machine_cool_zone_length
...
We might introduce it again once we can sync this data from the firmware.
Contributes to issue CURA-2795.
2016-12-09 18:06:17 +01:00
Jarl Gullberg
19dc1dff82
Changed urllib import to be more restrictive
...
On certain Linux platforms, urllib in py3 no longer accepts a top-level module import. Restricting the imported modules to just "parse" fixes this issue.
2016-12-09 18:02:08 +01:00
Jaime van Kessel
1a456253a0
Added not supported message to USB printing if it's not supported
2016-12-09 17:16:59 +01:00
Jaime van Kessel
998b14086e
Profile tab is now also translated
...
CURA-2744
2016-12-09 17:00:18 +01:00
Jaime van Kessel
8f1c20f376
Updated PC profiles for um2p
2016-12-09 13:27:33 +01:00
Jaime van Kessel
72abd4af1a
Added Delta_Go (provided by DeltaPrintr)
2016-12-09 10:35:25 +01:00
Jack Ha
10375a57f2
Merge branch 'master' of github.com:Ultimaker/Cura
2016-12-08 17:24:36 +01:00
Jack Ha
94ccd4b04b
Solve material properties not being saved. CURA-2586
2016-12-08 17:24:25 +01:00
Simon Edwards
b700b3a4d9
"print cores" -> "PrintCores".
...
CURA-2947 Message "Would you like to update ... into Cura?" not clear
2016-12-08 16:57:53 +01:00
Simon Edwards
882f4c1aef
Make the other parts of the Cura UI which have a filter, also search on i18n labels.
...
CURA-2653 Searching in English while other language set
2016-12-08 16:55:22 +01:00
Arjen Hiemstra
75fc2505e3
Make the crash dialog a bit more friendly
2016-12-08 16:15:17 +01:00
Arjen Hiemstra
1de8024193
Re-enable Debug mode by default
...
As discussed a while ago, we want to re-enable the crash dialog whenever
an uncaught exception occurs.
2016-12-08 16:15:17 +01:00
Arjen Hiemstra
d641234a74
Remove "debug mode" command line parameter
...
We never used it and it doesn't really work anyway.
2016-12-08 16:15:17 +01:00
Simon Edwards
0e3ffe997a
Improved text.
...
CURA-2947 Message "Would you like to update ... into Cura?" not clear
2016-12-08 16:00:49 +01:00
Ghostkeeper
da5e9fcf2c
Merge branch 'master' of github.com:Ultimaker/Cura
2016-12-08 15:44:37 +01:00
Jaime van Kessel
915ab8f897
Merge branch 'master' of github.com:Ultimaker/Cura
2016-12-08 15:37:56 +01:00
Simon Edwards
81ffc3ae4b
Import 'os' directly because we use it directly, even though it still works with out it.
...
CURA-2953
2016-12-08 15:10:52 +01:00
Jack Ha
ff270642c0
Renamed 1st Extruder, 2nd Extruder to Extruder1, 2 in UMODE. CURA-2763
2016-12-08 14:56:54 +01:00
Jack Ha
132addf7b8
Merge branch 'master' of github.com:Ultimaker/Cura
2016-12-08 14:49:00 +01:00
Jack Ha
a32615fb12
Added 50ms fade in on hover machine selection. CURA-2763
2016-12-08 14:48:50 +01:00
Simon Edwards
4d3e8592af
CURA-2653 Searching in English while other language set
2016-12-08 14:48:29 +01:00
Jack Ha
19a288dcbf
Max initial layer bed temperature UM3
2016-12-08 14:43:41 +01:00
Jaime van Kessel
72112159d6
It's no longer possible to set materials for machines that dont support them
...
CURA-3042
2016-12-08 14:43:28 +01:00
Jack Ha
78ad92bfcb
Max bed temperature UM3
2016-12-08 14:39:58 +01:00
Jack Ha
99f7a2b7f4
Merge branch 'master' of github.com:Ultimaker/Cura
2016-12-08 14:38:26 +01:00
Jack Ha
041e9cd96f
Corrected bed temperature max value warning for UM3
2016-12-08 14:38:07 +01:00
Arjen Hiemstra
ae389742ff
Update OSX removable drive code to handle 10.12 plist format
...
Fixes CURA-2618
2016-12-08 14:23:33 +01:00
Jaime van Kessel
19ca4ec964
Save dialog also shows num of setting visibility items saved
...
CURA-1261
2016-12-08 14:16:51 +01:00
Arjen Hiemstra
d3f58a049b
Add missing ":"
2016-12-08 13:22:24 +01:00
Arjen Hiemstra
c212014d88
Fix VersionUpgrade to handle both formats of ContainerStack files
...
Contributes to CURA-3098
2016-12-08 13:16:37 +01:00
Jack Ha
ab16722047
Merge branch 'master' of github.com:Ultimaker/Cura
2016-12-08 12:45:50 +01:00
Jack Ha
701eba3a0e
Made 3mf mesh centering more robust.
2016-12-08 12:45:38 +01:00
Jaime van Kessel
0f910ae7a2
Merge branch 'master' of github.com:Ultimaker/Cura into project_save_dialog
2016-12-08 12:37:40 +01:00
Jaime van Kessel
1752c56272
Merge branch 'master' of github.com:Ultimaker/Cura
2016-12-08 12:37:20 +01:00
Jaime van Kessel
7ed5a7768a
Use logException instead of just log for project loading
...
CURA-1263
2016-12-08 11:59:37 +01:00
Jaime van Kessel
36d743384c
Initial work for adding a save dialog for project saving
...
CURA-1263
2016-12-08 11:56:42 +01:00
Arjen Hiemstra
3449108d59
Update 3MFWorkspaceReader to handle the new format of ContainerStack
...
Contributes to CURA-3098
2016-12-08 11:53:15 +01:00
Jack Ha
0d023a196e
Code layout. CURA-2763
2016-12-08 11:21:30 +01:00
jack
332ef2ed19
Merge pull request #1228 from Ultimaker/extruder_tab_layout
...
Added hover color for machine selection. CURA-2763
2016-12-08 11:19:51 +01:00
Jack Ha
054e73383d
Added hover color for machine selection. CURA-2763
2016-12-08 11:12:48 +01:00
Simon Edwards
70affc46a3
Merge pull request #1224 from Ultimaker/extruder_tab_layout
...
Extruder tab layout CURA-2763
2016-12-08 11:11:13 +01:00
Jaime van Kessel
bc8a9c30cf
Use right type for logging
...
CURA-1263
2016-12-08 10:58:17 +01:00
Jaime van Kessel
96f82c1d73
Build volume now works correctly for single extrusion machines
...
CURA-3105
2016-12-08 10:54:13 +01:00
jack
035ced7ea0
Merge pull request #1226 from fieldOfView/theme_fixes
...
Tweak 2.4 sidebar changes
2016-12-08 10:41:51 +01:00
Ghostkeeper
9f7f181e33
Update Nylon profiles
...
This is an update from our materials team.
2016-12-08 10:28:11 +01:00
fieldOfView
ace4bfba10
Fix QML error about use of anchors in a row
2016-12-07 22:30:31 +01:00
fieldOfView
d67395b42b
Codestyle & documentation update
2016-12-07 22:23:06 +01:00
fieldOfView
bd4cac53b4
Fix colors to adhere to hig
2016-12-07 22:10:22 +01:00
fieldOfView
18fb379fbe
Add tooltips for Setup/Monitor and Recommended/Custom tabs
2016-12-07 19:40:33 +01:00
fieldOfView
e642b4ebe9
Tweak 2.4 sidebar changes
...
* Make extruder-tabs more clear on badly calibrated displays
* Make infill selection same width as other "Recommended" controls
* Move printer selection to the top bar
* Add animation to support extruder selection combobox
2016-12-07 17:41:04 +01:00