Commit graph

7424 commits

Author SHA1 Message Date
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
4bee3b6fdc Changed 'Changes with your printer' to 'Sync with your printer' 2016-12-15 15:30:57 +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
Ghostkeeper
2fe0bab52d
Inherit gradual infill steps for line distances below 1mm too
A miscalculation on my part: A negative result of the logarithm would result in a more positive final result for the maximum value, not a negative final result.

Contributes to issue CURA-3137.
2016-12-14 14:21:16 +01:00
Simon Edwards
22012bdb1c Show the Z seam related settings after upgrade. CURA-2953 2016-12-14 13:52:07 +01:00
Ghostkeeper
f4fa3ac53f
Add translation for UM3 and UM3E from XML profiles
Otherwise it would remove all spaces and put everything lowercase, but that didn't work for UM3E.

Contributes to issue CURA-2575.
2016-12-14 13:50:16 +01:00
Simon Edwards
a1f5efbc3a Merge pull request #1246 from fieldOfView/fix_version_upgrade
Fix version upgrade with user variants
2016-12-14 13:24:56 +01:00
fieldOfView
9250520628 Fix variant before definition_changes 2016-12-14 13:08:18 +01:00
fieldOfView
dcae7575e4 Fix extraneous empty ("") container being added 2016-12-14 13:07:12 +01:00
fieldOfView
2c79efd8bd Fix [containers] items must be strings 2016-12-14 13:01:32 +01:00
Ghostkeeper
eb5d63e548
Guard against infill density being 0
Otherwise the logarithm is undefined

Contributes to issue CURA-3137.
2016-12-14 12:37:52 +01:00
fieldOfView
d145eb1f67
Add label to machine name input field 2016-12-14 12:37:52 +01:00
fieldOfView
002605f666
Fix selecting a printer from the current section when switching sections
Broken since this change: 42fc25ab09
2016-12-14 12:37:51 +01:00
fieldOfView
ca20446752
Increase size of machine sections to include the full section name 2016-12-14 12:37:51 +01:00
fieldOfView
0561419a4f
Fix bottom of ("other") printer list being overlapped by machine name 2016-12-14 12:37:44 +01:00
Jaime van Kessel
0bdd06735e Fixed another race condition that sometimes triggered when loading projects
CURA-1263
2016-12-14 11:52:02 +01:00
Jaime van Kessel
ae8865047e Merge branch 'master' of github.com:Ultimaker/Cura 2016-12-14 11:50:03 +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
Simon Edwards
a6194aa2cf Merge pull request #1242 from fieldOfView/fix_definition_changes_upgrade
Make sure definition_changes containers are not upgraded to stacks
2016-12-14 11:03:41 +01:00
fieldOfView
9f3df0a00d
Add SIP, make use of capitals more consistent 2016-12-14 10:20:50 +01:00
fieldOfView
980e7d7b6f
Add Open Sans credit 2016-12-14 10:20:50 +01:00
fieldOfView
fef7a8173d
Add open source projects to the About dialog 2016-12-14 10:20:43 +01:00
Jaime van Kessel
998f127499 Material resolve box is reset properly
CURA-1263
2016-12-14 10:18:05 +01:00
Jaime van Kessel
ecdfef0431 Merge branch 'master' of github.com:Ultimaker/Cura 2016-12-14 10:16:14 +01:00
Jaime van Kessel
ad27618d57 Merge pull request #1240 from fieldOfView/fix_delta_printer_shapes
Add machine_shape to delta printer definitions
2016-12-14 10:01:02 +01:00
Jaime van Kessel
8f5d410ff6 Only use T in temp command if num extruders is larger than 1 (instead of larger than 0) 2016-12-14 09:51:15 +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
5718ca7852 Make sure definition_changes containers are not upgraded to stacks 2016-12-13 12:04:04 +01:00
fieldOfView
655850e7b9 Add machine_shape to delta printer definitions...
...and fix some z-fighting
2016-12-13 11:08:23 +01:00
Jack Ha
88f73d881c Enable Support tooltip translation. CURA-3123 2016-12-13 10:34:58 +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
Jaime van Kessel
763b853eca Merge branch 'master' of github.com:Ultimaker/Cura 2016-12-13 10:14:21 +01:00
Jaime van Kessel
ff71ebf4d3 Renamed delta go definition so it uses same "convention" as other definitions 2016-12-13 10:13:58 +01:00
Ghostkeeper
c561395cf2
Rename Delta Go to use lowercase in filename
This is consistent with the other file names.
2016-12-13 09:54:19 +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
Jack Ha
5b59f3660b Renamed PrintCore to print core 2016-12-12 11:28:00 +01:00
Jaime van Kessel
0d9355daab All added containers are now set as dirty, so they are saved
CURA-1263
2016-12-12 11:07:29 +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
Ghostkeeper
7abebfde4e Merge branch 'master' of https://github.com/ex-nerd/Cura into ex-nerd-master 2016-12-12 09:46:59 +01:00
Ghostkeeper
e615bc2421 Merge branch 'patch-1' of https://github.com/Nihlus/Cura into Nihlus-patch-1 2016-12-12 09:42:05 +01:00
Ghostkeeper
ee19794d92
Sync terminology of print cores with the rest of Cura
In other places we've always used 'print cores' as two words.

Contributes to issue CURA-2947.
2016-12-11 17:41:29 +01:00
Chris Petersen
47583f1131 Add definition and bed mesh for Kossel Pro
Source for generating these files can be found here:

https://github.com/dotscad/openbeam/blob/master/kossel_pro_build_platform/
2016-12-10 00:24:32 -08:00