Commit graph

2644 commits

Author SHA1 Message Date
Jack Ha
61dcaf8811 wip 2016-12-20 11:45:05 +01:00
Ghostkeeper
33c79245ac
Fix plural form for number of overrides
Contributes to issue CURA-1263.
2016-12-16 17:08:57 +01:00
Ghostkeeper
263b084714
Remove commented material names repeater
Nallath intended to remove this, he says.

Contributes to issue CURA-1263.
2016-12-16 16:55:03 +01:00
Ghostkeeper
39c0a367b6
Update documentation of this stack description I found
Not really related, but doesn't hurt.

So... does not contribute to issue CURA-3157.
2016-12-16 16:17:14 +01:00
Ghostkeeper
0c212d01b9
Tighten regex for floats
You're no longer allowed to type multiple radices, for instance.

Contributes to issue CURA-3157.
2016-12-16 16:17:14 +01:00
Jaime van Kessel
c4e061be60 Changed margins on save & load workspace dialog
CURA-1263
2016-12-16 14:38:31 +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
Ghostkeeper
0ca157518e
Update current item when importing new material
Since we select the newly imported material, we need to update the current item so that the window on the right also gets updated.

Contributes to issue CURA-3138.
2016-12-16 11:12:33 +01:00
Ghostkeeper
4fdaf734fc
Make translation hint a bit more clear for translators
The old message didn't really say anything useful.

Contributes to issue CURA-3138.
2016-12-16 10:58:13 +01:00
Ghostkeeper
77cc088b64
Correct Prime Tower Wall Thickness for if prime_tower_size == 0
If the prime tower size was too small, it would try to take the root of a negative number. Now we just clamp that computation to 0, which is the correct behaviour for when the minimum volume doesn't fit in the prime tower.

Contributes to issue CURA-3148.
2016-12-16 10:22:16 +01:00
Jaime van Kessel
6baff7bbb2 Fixed create profile from settings not working 2016-12-15 17:18:08 +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
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
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
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
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
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
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
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
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
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
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
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
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
041e9cd96f Corrected bed temperature max value warning for UM3 2016-12-08 14:38:07 +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
Jaime van Kessel
0f910ae7a2 Merge branch 'master' of github.com:Ultimaker/Cura into project_save_dialog 2016-12-08 12:37:40 +01:00