Jack Ha
0adb1a4c1c
Finally got normals in
2016-12-21 14:37:02 +01:00
Jack Ha
61dcaf8811
wip
2016-12-20 11:45:05 +01:00
Ghostkeeper
0e31de3ed9
No longer crash when numeric settings are empty strings
...
They may temporarily be empty strings while the user is typing, but that currently makes the setting red. However, if we crash during the build plate updating, the front-end gets in some half-updated state in which settings get reset to their previous state every time the user changes anything. So don't crash here.
Contributes to issue CURA-3157.
2016-12-16 16:17:14 +01:00
Jaime van Kessel
f598a49c4b
Order of extruders is now sorted by position
...
CURA-1263
2016-12-16 13:29:51 +01:00
Jaime van Kessel
ff18a314ef
Added extruder information to workspace summary dialog
...
CURA-1263
2016-12-16 13:16:11 +01:00
Jaime van Kessel
8391a7971b
Added machine type to workspace summary dialog
...
CURA-1263
2016-12-16 12:40:59 +01:00
Jaime van Kessel
0e09de195b
Added num user settings to save project dialog
2016-12-16 11:50:50 +01:00
Arjen Hiemstra
2e894477c8
Make Debug mode a build-time option instead of a hardcoded value
2016-12-15 16:46:13 +01:00
Ghostkeeper
c7a8ffb3c0
Set quality to empty if no profiles for current material type
...
This then causes the text 'Not supported' to appear to the user, indicating that for his foreign material we have no known quality profiles.
Contributes to issue CURA-3144.
2016-12-15 16:41:56 +01:00
Arjen Hiemstra
04692d1093
Ignore polygons with length 0 when updating disallowed areas
...
Contributes to CURA-3148
2016-12-15 16:16:50 +01:00
Arjen Hiemstra
f04dc88d2c
Do not use resolve for profile display when source is quality changes
...
Fixes CURA-3115
2016-12-15 15:36:38 +01:00
Jack Ha
2cf181080a
Merge branch 'master' of github.com:Ultimaker/Cura
2016-12-14 16:53:22 +01:00
Jack Ha
a9a9390aa6
Solved (with an ugly fix) that after loading some projects, 'Slicing...' appears without doing anything. CURA-1263
2016-12-14 16:52:49 +01:00
Jaime van Kessel
0d9b64c8bd
Fixed race condition which caused kitten to pop up when deleting printer.
2016-12-14 11:49:20 +01:00
Jaime van Kessel
6d50287c42
Merge pull request #1239 from fieldOfView/fix_elliptic_buildvolume_aspect
...
Fix elliptic buildplate mesh when machine_height != machine_width
2016-12-14 09:49:44 +01:00
Jack Ha
4085cfe67e
Fix crash loading almost empty project. Added return value to functions in SettingInheritanceManager
2016-12-13 16:03:26 +01:00
Simon Edwards
d4619da358
Merge branch 'master' into python_type_hinting
2016-12-13 14:39:35 +01:00
fieldOfView
eef6a98da7
Fix elliptic buildplate mesh when machine_height != machine_width
...
Silly y/z mixup.
2016-12-13 10:32:28 +01:00
Jack Ha
6e8e7d090d
Fix for Not Supported when adding a new machine. CURA-3042
2016-12-12 16:46:19 +01:00
Simon Edwards
74e5798509
Lots of import fixes. Eliminated the import hacks such as those used inside UM/Settings/__init__.py.
...
CURA-2917
2016-12-12 16:05:35 +01:00
Arjen Hiemstra
94a50362e1
Fix translation of category headers on profiles page
...
Contributes to CURA-3123 (No, not really, but I do not want to make a
new issue)
2016-12-12 16:02:51 +01:00
Arjen Hiemstra
a2f98638cf
Fix the crash handler string so we get no errors from gettext
...
Contributes to CURA-3123
2016-12-12 16:02:12 +01:00
Jaime van Kessel
0229fd8676
Fixed issue with first startup
2016-12-12 11:00:19 +01:00
jack
8fdc0a40ce
Merge pull request #1235 from Ultimaker/project_save_dialog
...
Project save dialog
2016-12-12 10:41:49 +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
998b14086e
Profile tab is now also translated
...
CURA-2744
2016-12-09 17:00:18 +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
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
36d743384c
Initial work for adding a save dialog for project saving
...
CURA-1263
2016-12-08 11:56:42 +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
96f82c1d73
Build volume now works correctly for single extrusion machines
...
CURA-3105
2016-12-08 10:54:13 +01:00
jack
9d2768c27a
Merge pull request #1215 from Ultimaker/upgrade_to_2.4
...
CURA-2953 Version upgrade 2.3 to 2.4
2016-12-07 16:58:31 +01:00
Jaime van Kessel
d326f175c9
Build volume is now correctly drawn if there is no object & bed adhesion is none
...
CURA-2625
2016-12-07 12:57:30 +01:00
Simon Edwards
e1d7a9faec
Properly support the extrauder trains.
...
CURA-2953 Version upgrade 2.3 to 2.4
2016-12-06 17:03:35 +01:00
Jaime van Kessel
2f98917a17
Travel avoid distance is now only used for extruder that actually prints
...
CURA-2625
2016-12-06 16:39:12 +01:00
Jack Ha
3efc5d63ef
Improved layout, removed material name from extruder name. CURA-2763
2016-12-06 16:11:08 +01:00
Jaime van Kessel
3e54c86c88
Updated documentation for MachineActions
2016-12-06 14:21:57 +01:00
Jaime van Kessel
58e7e6ef5a
Added default_printing_temperature property
...
CURA-2586
2016-12-06 11:38:56 +01:00
Jack Ha
be5a6e421b
Merge branch 'master' of github.com:Ultimaker/Cura
2016-12-05 14:09:56 +01:00
Jack Ha
601d3fa554
Added blurSettings when switching machine to prevent taking values from old machine. CURA-3065
2016-12-05 14:09:33 +01:00
Jaime van Kessel
e0168aac11
Improved logging for _replaceQualityChangesInStack
...
CURA-3042
2016-12-05 13:05:59 +01:00
Jaime van Kessel
5d1ba828bc
Closing load project screen cancels loading of workspace
...
CURA-1263
2016-12-02 15:15:34 +01:00
Jaime van Kessel
a5c38e0591
Assign the empty containers before handling the globalcontainer changed signal
2016-12-02 15:08:18 +01:00
Jaime van Kessel
0ee68b716f
Merge branch 'master' of github.com:Ultimaker/Cura
2016-12-02 10:41:55 +01:00
Jaime van Kessel
f21bc4fc42
Only add extra line to brim multiple extruders are used
2016-12-02 10:14:59 +01:00
Ghostkeeper
f6422769b5
Merge branch 'feature_z_seam_location'
2016-11-30 16:34:50 +01:00
Jaime van Kessel
477ffe12aa
Merge branch 'feature_polar' of https://github.com/fieldOfView/Cura
2016-11-30 09:13:05 +01:00
Simon Edwards
5ff891496f
Merge pull request #1038 from Ultimaker/feature_config_dir_lock
...
Moved lockfile functions to better place. CURA-2449 CURA-2589
2016-11-29 16:30:34 +01:00