18863 Commits

Author SHA1 Message Date
Ghostkeeper
4e65ad362e
Translate "end g-code" as "final g-code", not "stop the g-code"
Contributes to issue CURA-6257.
2019-03-13 16:50:16 +01:00
Ghostkeeper
fac4241576
Improve Dutch grammar
Contributes to issue CURA-6257.
2019-03-13 16:49:48 +01:00
Ghostkeeper
61fe50e385
Improve Dutch translation of estimated completion time
Contributes to issue CURA-6257.
2019-03-13 16:49:32 +01:00
Ghostkeeper
66772b52a1
Translate "hi" as "hello", not "high"
Contributes to issue CURA-6257.
2019-03-13 16:48:58 +01:00
Jaime van Kessel
0c57aa5054 Merge branch 'fix_usb_print_postprocessing' of github.com:Ultimaker/Cura 2019-03-13 16:44:12 +01:00
Ghostkeeper
8e81847fa7
Use periods instead of ellipses
Because some printers don't accept non-ANSI characters and will stop printing when they encounter one.
2019-03-13 15:43:58 +01:00
Jaime van Kessel
0fbfe9e6c9 Merge branch '4.0' of github.com:Ultimaker/Cura 2019-03-13 15:42:21 +01:00
Jaime van Kessel
208e5d3616 Fixed incorrect version numbers 2019-03-13 15:34:33 +01:00
Ghostkeeper
bfb11c97c9
Change ellipsis-symbols into three periods for variable-width languages
If the language uses a variable-width character set (so not Chinese, Japanese or Korean) then we use three periods in stead of ellipses. This is more consistent with the rest of the translations in those languages.

Contributes to issue CURA-6257.
2019-03-13 15:17:43 +01:00
Ghostkeeper
cfa02c39ec
Don't allow translating 'Ultimaker Cloud'
It is a marketing name and shouldn't be translated then.

Contributes to issue CURA-6257.
2019-03-13 14:29:07 +01:00
Jaime van Kessel
7e1f47dc03 Merge branch 'master' of github.com:Ultimaker/Cura 2019-03-13 14:19:02 +01:00
Jaime van Kessel
986581c18a Improve logging if extruder cant be found while creating extruder stack 2019-03-13 14:18:25 +01:00
Ghostkeeper
04f11e4abf
Make translation a bit easier to get grammatically correct
We should not append translations to each other. That doesn't work in different languages.

Contributes to issue CURA-6257.
2019-03-13 14:13:49 +01:00
Jaime van Kessel
31c57d0113
Merge pull request #5374 from ValentinPitre/add_tizyx_evy_dual_profile
Add TiZYX Evy Dual Extruder 3D printer
2019-03-13 14:12:15 +01:00
Ghostkeeper
be13e5d14e
Change credit for Mariusz
On his request.

Contributes to issue CURA-6257.
2019-03-13 13:57:21 +01:00
Ghostkeeper
d873648dab
Update headers of translation files
This reflects the new revision times and the new authors.

Contributes to issue CURA-6257.
2019-03-13 13:40:23 +01:00
Jaime van Kessel
72eb90c7c1 Fix the insert & timelapse script so that you can use both at the same time
CURA-5713
2019-03-13 13:28:10 +01:00
Simon Edwards
e376404e5c
Merge pull request #5419 from Ultimaker/CL-1282_handle_empty_string_and_none_material_ids
CL-1282 Handle "" and None as hot-end and material IDs
2019-03-13 13:23:54 +01:00
Ghostkeeper
6a4d3e4e83
Submit translations by Bothof
These are the translations that we bought from Bothof. They are not yet checked, their headers are not updated, etc.

Contributes to issue CURA-6257.
2019-03-12 17:26:20 +01:00
Ghostkeeper
2d00abb1bd
Submit Traditional Chinese translations by Zhang
These are the translation files that he sent me. They are not yet checked, their headers are not updated, etc.

Contributes to issue CURA-6257.
2019-03-12 17:25:42 +01:00
Ghostkeeper
d791046305
Submit translations by Mariusz
These are the translation files that he sent me. They are not yet checked, their headers are not updated, etc.

Contributes to issue CURA-6257.
2019-03-12 17:24:54 +01:00
Jaime van Kessel
4756e8b7bc Added simple init test for material manager 2019-03-12 10:00:01 +01:00
THeijmans
e33ec5c324 Fixing the UM2+ speeds
Fixing the very high print speeds in UM2+ profiles
2019-03-11 17:35:23 +01:00
Simon Edwards
c07b0cdd00
Merge pull request #5418 from Ultimaker/CL-1281_improve_idle_printer_empty_queue
CL-1281 Make sure to show printers even if queue is empty
2019-03-11 17:20:39 +01:00
Ian Paschal
6392ab8d05 Handle "" and None as hot-end and material IDs
Contributes to CL-1282
2019-03-11 16:30:04 +01:00
Simon Edwards
3489a5c64e
Merge pull request #5397 from Ultimaker/CL-1272_prevent_multiple_cloud_pop-ups
Prevent multiple cloud-flow pop-ups
2019-03-11 15:37:00 +01:00
THeijmans
02fc942ac8 Fixing the UM2+ speeds
Fixing the very high print speeds in UM2+ profiles
2019-03-11 14:42:10 +01:00
Ian Paschal
ec203da1cd Make sure to show printers even if queue is empty
Contributes to CL-1281
2019-03-11 13:54:49 +01:00
Ghostkeeper
2d9910d3f0
Fix post-processing scripts when printing via USB
The g-code writer processes the post-processing scripts properly, so get the g-code from that plug-in.
2019-03-11 11:59:23 +01:00
Ghostkeeper
f9b91df034
Update setting_version to 7
For these profiles it was somehow outdated.
2019-03-11 11:52:42 +01:00
Ghostkeeper
2b8a2d0c20
Reduce print output during happy path of automated tests
It should really just not print anything except what pytest prints, so you can easily see what tests have failed and what have not.
2019-03-11 11:10:09 +01:00
Jaime van Kessel
e9d4eb741a Merge branch '4.0' of github.com:Ultimaker/Cura 2019-03-11 10:52:14 +01:00
Jaime van Kessel
50999a075e Fix stupid mistake (signals need an emit, not a direct call)
CURA-6278
2019-03-11 10:46:41 +01:00
Jaime van Kessel
0616601250 Merge branch '4.0' of github.com:Ultimaker/Cura 2019-03-11 10:39:23 +01:00
ValentinPitre
da044daaeb
Remove 2.85 diameter filaments from "exclude_materials" 2019-03-10 15:26:18 +01:00
Nureddin Bennett
55b9018a7c removed alya_flex printing profile as it is not existing in the material database yet. 2019-03-09 00:37:58 +03:00
Diego Prado Gesto
8c41bc86d2
Merge pull request #5259 from fieldOfView/fix_travel_speed
Add {travel_speed} as an alias to {speed_travel}
2019-03-08 17:26:18 +01:00
Diego Prado Gesto
f47bc21204 Merge branch 'BluefireXD-4.0' 2019-03-08 17:02:10 +01:00
Diego Prado Gesto
0286c701fd Change setting_version to be the same as in current master
Also change the profiles to act as global profiles and fix indentation.

Contributes to CURA-6080.
2019-03-08 17:00:17 +01:00
Diego Prado Gesto
c62bfc8ece Merge branch '4.0' of https://github.com/BluefireXD/Cura into BluefireXD-4.0 2019-03-08 16:48:56 +01:00
Diego Prado Gesto
757224c187 Merge branch 'wporter82-master' 2019-03-08 15:47:37 +01:00
Diego Prado Gesto
9396628170 Make suggested changes to post processing scripts
Contributes to CURA-5713.
2019-03-08 15:46:21 +01:00
Diego Prado Gesto
b913dd9702 Merge branch 'master' of https://github.com/wporter82/Cura into wporter82-master 2019-03-08 15:37:41 +01:00
Diego Prado Gesto
d53c8b1162 Change text to singular mode
It makes more sense.
2019-03-08 15:27:17 +01:00
Ghostkeeper
e53eb70cad
Add tests for validating metadata before loading
Contributes to issue CURA-6270.
2019-03-08 14:07:10 +01:00
Ghostkeeper
3c779b58de
Specialise _isMetadataValid for Cura to check setting_version
Because we need to reject loading metadata for containers whose setting_version is incorrect.

Contributes to issue CURA-6270.
2019-03-08 13:34:16 +01:00
Ghostkeeper
20fc26b8ba
Correct setting version for definition files
Otherwise the container provider actually rejects loading it completely.

Contributes to issue CURA-6270.
2019-03-08 13:32:36 +01:00
Diego Prado Gesto
55e27f6e21
Merge pull request #5402 from lucik/patch-1
monitor does not show "Build Plate"
2019-03-08 11:46:52 +01:00
Andrew
70e640be22
Change regexp for greater compatibility
Change regexp in bed_temperature_matches  and extruder_temperature_matches for greater compatibility with different printers.
2019-03-08 11:25:49 +06:00
kaleidoscopeit
7f3abbd717 Deltacomb 3D - Updated profile 2019-03-07 17:17:02 +01:00