6808 Commits

Author SHA1 Message Date
fieldOfView
5e121e4039 Use themeable colors for layerdata 2017-01-23 22:11:38 +01:00
fieldOfView
45c8083423 Use themeable colors in Solid, Xray & Layer view 2017-01-23 22:08:27 +01:00
fieldOfView
32823a0183 Add viewport colors to cura theme 2017-01-23 20:06:06 +01:00
Arjen Hiemstra
e9db6498ba Correctly write matrices and the cura version metadata tag
Fixes an issue with invalid 3MF files
2017-01-23 17:38:15 +01:00
Ghostkeeper
ac94413e52
Merge branch '2.4' 2017-01-23 17:19:47 +01:00
Ghostkeeper
1727b6dbe1
Add entry that we switched Linux to AppImage format
It was deemed worthy to mention.

Contributes to issue CURA-3048.
2017-01-23 17:18:46 +01:00
Jaime van Kessel
858886d6b7 Merge branch '2.4' of github.com:Ultimaker/Cura 2017-01-23 15:09:48 +01:00
Jaime van Kessel
3d58bd4d49 Workspace & load image dialog can now be resized
CURA-3247
2017-01-23 15:08:37 +01:00
MaukCC
db8f241b6d Update cartesio.def.json 2017-01-23 12:49:28 +01:00
MaukCC
1bb62dae6f Update cartesio.def.json 2017-01-20 10:48:34 +01:00
MaukCC
8f75f9d46a Update cartesio.def.json 2017-01-20 10:44:20 +01:00
Mark Burton
c017013aae Added min_infill_area setting.
This allows the user to specify in mm^2 the minimum area of infill regions.
Areas smaller than this will be merged into the surrounding skin rather
than being filled with infill.
2017-01-19 11:48:17 +00:00
MaukCC
7e7031cd7f Update cartesio.def.json 2017-01-19 09:25:29 +01:00
awhiemstra
fd3a620945 Merge pull request #1355 from ex-nerd/patch-1
Fix typos in kossel_pro gcode variable usage
2017-01-18 12:26:29 +01:00
Chris Petersen
f6110623ce Fix typos in kossel_pro gcode variable usage
Replace double-braces with single-braces so that `material_bed_temperature` and `material_print_temperature` are interpolated properly.
2017-01-18 01:15:59 -08:00
Simon Edwards
5766e2728f Some extra tips for users of the profiler. 2017-01-17 08:49:17 +01:00
Simon Edwards
32fd02bd57 Added documentation describing how to use the profiler. 2017-01-16 14:07:10 +01:00
Jack Ha
b2d7b82dd3 Preference Center camera set to default off. CURA-2908 2017-01-13 09:16:04 +01:00
Simon Edwards
16a748e0d6 Merge pull request #1326 from Ultimaker/big_flame_graph
Support for the Big Flame Graph profiler
2017-01-12 14:25:18 +01:00
Simon Edwards
8d146d92b3 Merge branch '2.4' 2017-01-12 13:26:25 +01:00
Simon Edwards
98bad05b7b Take materials which are sub-type into account when looking for quality profiles.
CURA-3235 Duplicate profile broken when using Ultimaker materials other than default
2017-01-12 13:25:05 +01:00
MaukCC
be26aad89b Create cartesio_0.25.inst.cfg 2017-01-12 10:52:20 +01:00
MaukCC
0b879a5e94 Create cartesio_0.8.inst.cfg 2017-01-12 10:51:52 +01:00
MaukCC
713cd5341d Create cartesio_0.6.inst.cfg 2017-01-12 10:51:31 +01:00
MaukCC
b93e7d714f Create cartesio_0.4.inst.cfg 2017-01-12 10:51:00 +01:00
MaukCC
0cd2030e2a Add cartesio_platform.stl 2017-01-12 10:50:09 +01:00
MaukCC
40bb5ba560 Create cartesio_extruder_3.def.json 2017-01-12 10:49:20 +01:00
MaukCC
c06e97c93a Create cartesio_extruder_2.def.json 2017-01-12 10:48:53 +01:00
MaukCC
b96f45aa2a Create cartesio_extruder_1.def.json 2017-01-12 10:48:27 +01:00
MaukCC
a8a6ba836d Create cartesio.def.json 2017-01-12 10:47:38 +01:00
MaukCC
4a8bcc49bc Delete cartesio 2017-01-12 10:47:10 +01:00
MaukCC
e0a6e6334d Create cartesio_extruder_0.def.json 2017-01-12 10:46:25 +01:00
MaukCC
95e507edd1 Create cartesio 2017-01-12 10:45:33 +01:00
awhiemstra
a2e00bd560 Merge pull request #1336 from fieldOfView/fix_center_zero_tower_pos
Fix prime disallowed areas when center is zero
2017-01-12 10:28:53 +01:00
awhiemstra
3e298c2d0e Merge pull request #1337 from fieldOfView/fix_hide_profile_selection
Hide profiles selection when hiding settings
2017-01-12 10:25:00 +01:00
Jaime van Kessel
3b29944b0f Merge pull request #1324 from TheRikke/master
Add definition file for 101Hero
2017-01-12 09:59:03 +01:00
Thomas Karl Pietrowski
5891709800 Using UM.Platform and correcting something minor
Since we already have UM.Platform, I think it is worth to get constancy into our code and use UM.Platform for our detection.
Additionally, I corrected the head of the file, because I think I shall mention Cura and not Uranium. I guess the plugin was moved to Cura, so this was missed.
2017-01-11 19:08:46 +01:00
fieldOfView
3e369c2494 Hide profiles selection (variant/material/quality) when hiding settings 2017-01-11 18:31:33 +01:00
fieldOfView
1226b2e78e Fix the min/max values for prime(tower) positions when center_is_zero 2017-01-11 18:05:27 +01:00
fieldOfView
1d308f2042 Fix the disallowed area for the prime tower and prime are when center_is_zero 2017-01-11 18:04:25 +01:00
awhiemstra
47be957f38 Merge pull request #1267 from alephobjects/GCODEReader_upstream
Add a Gcode reader plugin
2017-01-11 17:15:52 +01:00
Tim Kuipers
16d8bdf628 JSON fix: prime tower thickness defaulted to zero, rather than defaulting to full prime tower (CURA-3175) 2017-01-11 16:58:22 +01:00
Simon Edwards
a5181f157e Applied the profiler's pyqtSlot decorator to all of the code. 2017-01-10 13:35:39 +01:00
Enrico
671ec73131 Add definition file for 101Hero 2017-01-09 22:15:42 +01:00
fieldOfView
6f06e9b320 Update material costs in slice info area when changing material settings
(without reslicing)
2017-01-09 15:24:20 +01:00
fieldOfView
c48f02a7eb Fix horizontal scrolling/flicking of materialview
(probably windows-only)
2017-01-09 14:19:22 +01:00
fieldOfView
4ba8b4e7c8 Update spool length and cost per meter when editing values in materials dialog 2017-01-09 14:08:50 +01:00
Jaime van Kessel
cc90fb431c Merge pull request #1317 from TheRikke/master
Fix connections to devices not based on arduino
2017-01-09 09:46:12 +01:00
Thomas Karl Pietrowski
2f9057dc77 Merge pull request #1319 from halfakop/2.4
Correction of Russian translation.
2017-01-08 11:51:01 +01:00
Ruslan Popov
8578312344 Correction of Russian translation. 2017-01-08 04:45:31 +03:00