Ghostkeeper
161b200a67
Fix typo in label ID
2018-11-09 11:41:43 +01:00
Diego Prado Gesto
3b8bc88a4d
Merge branch 'master' of git://github.com/stelgenhof/Cura into stelgenhof-master
2018-11-08 16:29:40 +01:00
Diego Prado Gesto
ad73cda215
Merge pull request #4739 from Ultimaker/reduce_buildplate_resolutions
...
Reduce resolution of heavy build plate meshes
2018-11-08 16:12:58 +01:00
Ghostkeeper
6d66060222
Don't allow support interface offset greater than support offset
...
The support interface can't exceed the volume of the support now, so this is now a technical limitation.
Contributes to issue CURA-5880.
2018-11-08 13:03:37 +01:00
Ghostkeeper
f132adc135
Rename 'Offset' to 'Horizontal Expansion'
...
This is more consistent with other similar settings.
Contributes to issue CURA-5880.
2018-11-08 12:59:24 +01:00
Ghostkeeper
dcc6003a92
Allow negative support interface offsets
...
There is no technical reason why this is not allowed. You could save some material with this.
Contributes to issue CURA-5880.
2018-11-08 12:50:09 +01:00
Ghostkeeper
d8a1d458cf
Merge branch '3.6'
2018-11-08 09:49:15 +01:00
Ghostkeeper
c5a9c6c6cc
Add translation for missing line in Korean
...
This one was not translated.
Contributes to issue CURA-5870.
2018-11-08 09:48:52 +01:00
Diego Prado Gesto
58a01816aa
Remove quality profiles for PLA in the UMS5 with the CC 0.6 print core.
...
PLA is compatible with the print core but we don't want to provide
profiles because they were not fully tested.
Contributes to CURA-5900.
2018-11-07 13:39:06 +01:00
Diego Prado Gesto
98534533a2
Merge branch '3.6'
2018-11-07 11:27:31 +01:00
Diego Prado Gesto
44ab6dee77
Merge pull request #4748 from Ultimaker/CURA-5900_rename_cc_red_06_to_cc_06
...
[3.6] [CURA-5900] Rename "CC Red 0.6" to "CC 0.6"
2018-11-07 11:21:09 +01:00
Lipu Fei
982123a04e
Update bundled package versions for materials using CC 0.6
2018-11-07 10:32:30 +01:00
Ghostkeeper
5cbe2da2b4
Merge branch '3.6'
2018-11-06 17:15:54 +01:00
Ghostkeeper
5701f64d14
Merge branch 'update_translations_3.6' into 3.6
2018-11-06 17:15:22 +01:00
Ghostkeeper
bd5df72116
Merge branch '3.6'
2018-11-06 16:10:02 +01:00
Ghostkeeper
9fa9c04517
Fix translation mistakes found in Cura 3.6
...
These mistakes were found in the translations. In many cases it makes the text closer to the original rather than more consistent with the environment. If the environment is inconsistent then we should fix the original string in our source code rather than in the translations.
Contributes to issue CURA-5870.
2018-11-06 16:07:41 +01:00
Ghostkeeper
52c2723990
Make corrections to translation mistakes
...
These are all the mistakes that we found in the translations to Cura 3.6.
Contributes to issue CURA-5870.
2018-11-06 16:03:00 +01:00
Lipu Fei
ef3bb044f4
Rename CC Red 0.6 to CC 0.6
2018-11-06 15:31:51 +01:00
Ghostkeeper
d3ace436e6
Update translations for some more languages
...
Russian, Turkish and Chinese.
Contributes to issue CURA-5870.
2018-11-06 13:33:48 +01:00
Ghostkeeper
e45924b6fb
Update translations for some languages
...
German, Spanish, French, Italian, Japanese, Korean, Dutch and European Portuguese.
Contributes to issue CURA-5870.
2018-11-06 13:30:09 +01:00
Ghostkeeper
b0384bf10e
Update Taiwanese translations
...
These were e-mailed to me by the volunteer translator, @Dinowchang.
Contributes to issue CURA-5870.
2018-11-06 13:15:02 +01:00
Ghostkeeper
01923dfba4
Reduce resolution of heavy build plate meshes
...
These were way above our guideline of 1MB per build plate mesh file. I've used the decimate function in Blender. It looks more or less the same. The resolution of the embossed lettering in these is slightly less but you really have to look for it.
2018-11-06 11:00:11 +01:00
Cláudio 'Patola' Sampaio
ee2a34d647
Updated pt_BR strings for 3.6
2018-11-06 04:44:05 -02:00
Jaime van Kessel
e2a166ca83
Merge branch 'master' of github.com:Ultimaker/Cura
2018-11-02 16:14:37 +01:00
Diego Prado Gesto
b6e35df030
Merge pull request #4709 from fieldOfView/fix_add_printer_layout
...
Add Printer dialog codestyle and readability
2018-11-02 15:29:32 +01:00
Jaime van Kessel
de8e56ae19
Merge branch 'feature_support_interface_offset' of https://github.com/DesktopMetal/Cura
2018-11-02 15:21:39 +01:00
Ghostkeeper
bd97aed1c7
Merge branch '3.6'
2018-11-01 14:43:47 +01:00
Ghostkeeper
4dc248a631
Rename Open Marketplace to just Marketplace
...
Because Open Marketplace has to be translated (the 'open' part) but the Marketplace can just be called marketplace.
Contributes to issue 5870.
2018-11-01 14:43:22 +01:00
fieldOfView
e61a6e7a5c
Fix codestyle
2018-11-01 14:41:33 +01:00
Diego Prado Gesto
9215bb11f0
Merge branch '3.6'
2018-11-01 09:11:20 +01:00
Diego Prado Gesto
e884605cc3
Fix typo.
2018-11-01 08:47:44 +01:00
Jaime van Kessel
6256e3f24b
Merge branch 'feature_add_printer_layout' of https://github.com/fieldOfView/Cura
2018-10-31 14:23:42 +01:00
Ghostkeeper
a5c2a73487
Fix adhesion type checkbox if default is skirt
...
The remove-unused-values feature doesn't work with settings that are resolved, because we try to remove them at the appropriate position in the stack but then we check at that position in the stack if the value is not the same as what it was, but with this check the resolve function is no longer evaluated. It's complex, but hard to solve because we can't try to remove it at this location and predict that this will change the actual final value after the resolve function has done its thing.
Contributes to issue CURA-5877.
2018-10-31 13:09:15 +01:00
Remco Burema
e963fd2d85
Merge pull request #4445 from fieldOfView/fix_setting_float_precision
...
Reduce the maximum precision of floats in SettingTextField inputs
2018-10-31 12:26:34 +01:00
Lipu Fei
c27713c88a
Merge remote-tracking branch 'origin/3.6'
2018-10-31 11:58:16 +01:00
Diego Prado Gesto
843cb9e09c
Merge branch '3.6' of github.com:Ultimaker/Cura into 3.6
2018-10-31 11:32:18 +01:00
Diego Prado Gesto
3548f9f23c
Fix typo in the bundled packages.
2018-10-31 11:31:05 +01:00
Lipu Fei
50d92df8a8
Merge remote-tracking branch 'origin/3.6'
2018-10-31 11:01:16 +01:00
Diego Prado Gesto
33da50df26
Rename other entries of the Toolbox to Marketplace.
...
Add a line in the Changelog indicating that the Toolbox was renamed.
Contributes to CURA-5874.
2018-10-31 09:45:29 +01:00
Diego Prado Gesto
e2254fe039
Merge branch '3.6' into rename_ToolBox_to_Marketplace
2018-10-31 09:20:38 +01:00
Lipu Fei
0068dc81b1
Update bundled material packages due to CC 0.6
...
CURA-5839
- Update bundled material package versions which has material profiles
updated due to CC 0.6
- Fix sdk_versions by changing them to 5
- Add bundled material packages for new materials for CC 0.6
2018-10-30 15:15:07 +01:00
Lipu Fei
09e7603dd6
Update nozzle_id to CC Red 0.6
...
CURA-5839
2018-10-30 12:28:58 +01:00
Lipu Fei
f0fa03c3ce
Add CC 0.6 for UM S5
...
CURA-5839
2018-10-30 10:58:40 +01:00
Ghostkeeper
c736bfffb5
Add hotkeys for managing profiles and materials
...
These are unused on all platforms. We can't use Ctrl+M (multiply selection), Ctrl+P (print) or Ctrl+Q (quit) sadly.
Fixes #4250 .
2018-10-30 10:54:14 +01:00
Mark
fda0f59c70
Rename user visible entries of ToolBox to Marketplace
...
CURA-5874
2018-10-30 10:27:22 +01:00
Lipu Fei
8bec733823
Merge pull request #4649 from Ultimaker/M&P-Setting-Optimization
...
TPU temperatures update
2018-10-30 08:32:56 +01:00
Ghostkeeper
f0d7c6fb52
Update version number to 3.6
...
And fill in the report-msgid-bugs-to field where it was missing. There always seems to be something wrong with that metadata.
Contributes to issue CURA-5870.
2018-10-29 15:13:25 +01:00
Ghostkeeper
9c65cc49e4
Update translation templates for all languages for 3.6
...
This adds the new translations to 3.6 to the pre-filled translations from previous translation passes.
Contributes to issue CURA-5870.
2018-10-29 15:08:03 +01:00
Ghostkeeper
cc8f7f1e0a
Update translation templates for Cura 3.6
...
These are the new and changed strings for version 3.6.
Contributes to issue CURA-5870.
2018-10-29 15:05:08 +01:00
Diego Prado Gesto
87086907da
Add some Ultimaker materials to the list of bundled materials, so they
...
will show as installed in the Toolbox.
2018-10-26 12:14:27 +02:00