Tim Kuipers
61d9ee9241
JSON: refine skirt/brim settings warning formulas (CURA-905)
2016-09-30 17:56:56 +02:00
Tim Kuipers
2e24cddbc7
JSON: refine support settings warning formulas (CURA-905)
2016-09-30 17:46:09 +02:00
Tim Kuipers
e12e8e3d2e
JSON: refine material settings warning formulas (CURA-905)
2016-09-30 17:20:00 +02:00
Tim Kuipers
bab01b9ca2
JSON: refine infill settings warning formulas (CURA-905)
2016-09-30 16:55:28 +02:00
Tim Kuipers
163b8a4256
JSON: refine shell settings warning formulas (CURA-905)
2016-09-30 16:50:39 +02:00
Tim Kuipers
4ad36e94c5
JSON: refine line width warning formulas (CURA-905)
2016-09-30 16:45:40 +02:00
Tim Kuipers
1cef991082
JSON fix: don't perform Outer Wall inset when printing the outer wall firt (CURA-2446)
2016-09-30 16:35:56 +02:00
Ghostkeeper
cd120c6be5
Make the hurting stop
...
Terugduwen is a mistake. Prime is a printing term and should therefore not be translated.
Contributes to issue CURA-570.
2016-09-29 20:16:45 +02:00
Ghostkeeper
a77c2614a3
Add invisible character to satisfy gettext
...
This is a zero-width space. It should be invisible in the interface. It is required, however, because gettext breaks when it sees that the original text has \n and the translation doesn't. In this case, the \n is just our text though, and it is allowed to be in a different place in the translation. So I'm silencing gettext by adding a character in front of it.
Contributes to issue CURA-570.
2016-09-29 19:13:07 +02:00
Ghostkeeper
f909ffca2e
Update translations
...
These translations have not been checked yet, but we want them in tomorrow's build. I'll compile them now and then check them.
Contributes to issue CURA-570.
2016-09-29 16:17:15 +02:00
Jack Ha
8934555bd6
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-29 14:09:54 +02:00
Jack Ha
03c66e6e62
use resolveOrValue for adhesion_type. contributes to CURA-2232
2016-09-29 14:09:19 +02:00
Simon Edwards
2742a4ef65
Show the correct list of qualities and quality change profiles.
...
Contributes to CURA-2248 Duplicated profile not shown in the profile manager list
2016-09-29 12:34:46 +02:00
Tim Kuipers
b7ca569b84
JSON fix: prime_tower_wipe_enabled is now true by default (CURA-2420)
2016-09-29 12:09:31 +02:00
Simon Edwards
a7c58c33f7
Fixed up the profiles menu to handle multiple extruders better.
...
Contributes to CURA-2477 Profile menu should only contain valid options for all materials
2016-09-28 15:15:18 +02:00
Ghostkeeper
99f53cb832
Early cop-out if there is no printer connected
...
This indeterminate state is never visible, since showProgress is false then, but it might prevent some error message behind the scenes.
Contributes to issue CURA-2060.
2016-09-28 09:36:06 +02:00
Jaime van Kessel
1f830e68bb
Min & max values for extruder prime pos are now enforced for Ultimaker machines
...
CURA-2375
2016-09-27 16:12:02 +02:00
Ghostkeeper
f4d13713a2
Replace progress bar with actual ProgressBar element
...
QML has this progress bar that has more functionality than the progress bar we're using. We need an indeterminate state for the pausing and resuming states, so instead of implementing that myself, I'm using the QML ProgressBar element.
Contributes to issue CURA-2060.
2016-09-27 14:03:49 +02:00
Ghostkeeper
3b2c173cd6
Keep showing progress while pausing/resuming
...
I've chosen the blue 'progress' colour to be displayed while pausing and resuming.
Contributes to issue CURA-2060.
2016-09-27 14:03:49 +02:00
Ghostkeeper
22f0a2dabf
Add TODOs for text to be added after string freeze
...
We currently have a string freeze, so we can't add these cases here.
Contributes to issue CURA-2060.
2016-09-27 14:03:49 +02:00
Arjen Hiemstra
c92dfc8af3
Remove "ExtraBold" font variant from Theme
...
For some reason, on OSX ExtraBold seems to replace Regular font style. Since
it is unused anyway, just drop the ExtraBold for now.
Contributes to CURA-879
2016-09-26 15:23:36 +02:00
Jaime van Kessel
4299dbb90b
Force refresh display when activating profile
...
CURA-2448
2016-09-26 15:22:23 +02:00
Jack Ha
4547cfe504
Introduced resolveOrValue which fixes resolvement with dependencies for the most part. CURA-2232
2016-09-26 10:37:44 +02:00
fieldOfView
f23af4f295
Optimise icons
...
Mostly done using svgo:
svgo -f resources/themes/cura/icons --pretty --enable=removeDimensions
2016-09-23 11:50:50 +02:00
fieldOfView
774eadc7d1
Recolor toolbar icons
...
While cleaning up the theme icons I discovered that the toolbar icons were incorrectly relying on the color specified in the icon.
2016-09-23 10:40:49 +02:00
fieldOfView
9499acf0d5
Fix expand/collapse icon when using the inherit icon to expand a category
...
CURA-2361
2016-09-22 10:36:38 +02:00
fieldOfView
038c736756
Tweak margins of print monitor
2016-09-22 09:01:07 +02:00
Jaime van Kessel
51dee95c8f
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-21 16:37:39 +02:00
Jaime van Kessel
92389365b6
If a machine inherits qualities, it tries to select the correct variant ID's as well
...
CURA-2424
2016-09-21 16:36:45 +02:00
Simon Edwards
90dedc354c
* Make sure that quality changes are machine dependent but material independent.
...
* Correctly handle machines which derived (subclasses) from other machines.
* Some refactoring and a lot more comments.
Contributes to CURA-2414 Quality changes profiles are created incorrectly
2016-09-21 15:26:20 +02:00
Jaime van Kessel
70212e2cb7
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-21 15:01:40 +02:00
Jaime van Kessel
6c7a0d73c3
Resolve now also returns value if resolve was undefined
...
CURA-2319
2016-09-21 15:01:08 +02:00
fieldOfView
7238a7b029
Expand category when clicking its inheritance button
...
CURA-2361
2016-09-21 14:50:02 +02:00
Tim Kuipers
9e128aae69
JSON fix: raft_margin had no settable_per information (CURA-2282)
2016-09-21 11:37:21 +02:00
Arjen Hiemstra
b972d26b67
Remove old fdmprinter pot and add new fdmprinter and fdmextruder pot files
...
Contributes to CURA-2412
2016-09-20 15:01:25 +02:00
Jaime van Kessel
a52417f420
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-20 13:59:29 +02:00
Jaime van Kessel
9ba78dec54
After deletion of material the slection is refreshed
...
CURA-2388
2016-09-20 13:58:44 +02:00
Tim Kuipers
1eabf85eb0
JSON fix: accidental comma
2016-09-20 13:43:02 +02:00
Tim Kuipers
6c6c1c25fd
Merge branch 'outer_inset_first' of https://github.com/totalretribution/Cura into totalretribution-outer_inset_first
2016-09-20 13:35:10 +02:00
Ghostkeeper
0b0e6ed118
Hide infill settings if infill density is 0
...
Mostly to test, but this relation was missing anyway.
Contributes to issue CURA-2361.
2016-09-19 16:52:36 +02:00
Jaime van Kessel
f4cfe75ab1
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-19 15:33:30 +02:00
Jaime van Kessel
fa97295481
Using wall_thickness of 0 now results in wall_line_count of 0
2016-09-19 15:28:13 +02:00
fieldOfView
e4cfbc8fdf
Only update camera source if the camera view is showing
2016-09-19 14:34:35 +02:00
Tim Kuipers
14cd1395eb
JSON fix: gcode favlour became an enum (CURA-2304)
2016-09-19 13:41:23 +02:00
Patola
73facab8a8
Add Kossel Mini printer definition
...
Added Kossel Mini Printer definition. It is the first delta printer working on Cura; I tested it before uploading this .def.json file and its accompanying .stl file. Works but there is some mysterious padding at the sides of the "square" (?) heated bed that disallow the part but these are not areas I configured. I approximated the round shape of the bed with 8 polygons for disallowed areas. However the square checkerboard pattern appears on top of it and it is kind of annoying, hope someone would fix this.
2016-09-16 15:51:21 -03:00
Patola
2826c3ff7a
shifted platform 52mm down
...
Shifted platform 52mm down so that its top is at Z=0
2016-09-16 15:46:41 -03:00
Patola
61c1b87b53
Added kossel platform based on jrocholl (GPLv3)
...
Added a stl file for the kossel heatbed. Created from jrocholl's original STL files for kossel plastic parts (all GPLv3) and the public domain geometry from the mk_visual_calc repository.
2016-09-16 12:57:20 -03:00
TotalRetribution
ea093cfca7
Changed outer_inset_first description to use the word Walls instead of Inset. Shrunk length of Label name further.
2016-09-16 15:47:40 +01:00
Ghostkeeper
628aa70e12
Make Regular Fan Speed At Layer one-based
...
This coincides with the layer view, which starts counting layers at 1, not 0.
Contributes to issue CURA-2314.
2016-09-16 16:45:34 +02:00
TotalRetribution
5c75b5f370
Removed Print from outer_inset_first Label name.
2016-09-16 15:44:25 +01:00