Ghostkeeper
c1e9f75461
Corrections from PoEdit
...
These need to be more consistent since it's being followed by data.
2019-07-29 16:10:12 +02:00
Ghostkeeper
6b998642da
Correct authors and latest authors
...
Contributes to issue CURA-6663.
2019-07-29 16:05:51 +02:00
Ghostkeeper
21010fef1e
Add missing report e-mails
...
Contributes to issue CURA-6663.
2019-07-29 15:57:26 +02:00
Ghostkeeper
f995a1154a
Update PO revision dates
...
Contributes to issue CURA-6663.
2019-07-29 15:55:11 +02:00
Ghostkeeper
23b8e33386
Update translations from Lionbridge
...
Imported with our new script.
Contributes to issue CURA-6663.
2019-07-29 15:52:14 +02:00
Ellecross
640461eeab
Updated change_log.txt with one letter typo
2019-07-29 13:34:53 +02:00
Cláudio 'Patola' Sampaio
4c65a259d7
Updated pt-br strings for Cura 4.2
2019-07-28 08:09:02 -03:00
Ellecross
b30dbdd9ed
Updated change_log for 4.2 (contributed by Matt) [CURA-6677]
...
Updated with the release notes from Matt
2019-07-26 11:08:41 +02:00
Ghostkeeper
67167ca250
Increment version number to Cura 4.2
...
Contributes to issue CURA-6663.
2019-07-25 16:39:35 +02:00
Zhang Heh Ji
8c04d85bde
Add translated strings for Cura 4.2
...
These are the translations made by Zhang. Thank you Zhang!
2019-07-25 16:36:44 +02:00
Ghostkeeper
18d1148c78
Don't reset selected material upon container changed
...
The onActiveMaterialChanged signal is triggered upon loading a material for the first time. This is hard to fix without breaking stuff, so we will revert this part.
This re-introduces a bug where if you change a material diameter such that the material disappears from the list, it is still selected and you can change its properties in the details panel.
Contributes to issue CURA-6679.
2019-07-24 17:01:37 +02:00
Ghostkeeper
be4e754984
Remove cache of material manager
...
It doesn't make the code much simpler because the cache is also not a local variable.
Contributes to issue CURA-6679.
2019-07-24 16:04:40 +02:00
Jaime van Kessel
0bf683d7b9
Set maximum value of the build_volume_temperature of the s5 to 50
...
CURA-6680
2019-07-23 17:48:43 +02:00
Jaime van Kessel
14a1882e14
Add missing 4.1-4.2 upgrade to bundled package list
2019-07-23 11:30:40 +02:00
Jaime van Kessel
678621469f
Fix weird update jitter in objectSelector after multiplying models
2019-07-22 10:31:21 +02:00
Jaime van Kessel
91651a34d4
Fix model binding for objectSelector
2019-07-22 10:24:04 +02:00
Jaime van Kessel
ea5c34868e
Merge branch 'revert_correct_depriming_settings' of github.com:Ultimaker/Cura into 4.2
2019-07-17 12:51:56 +02:00
Diego Prado Gesto
b6fba1b196
Change the warnings sign
...
Because those settings should be negative.
Contributes to CURA-6662.
2019-07-16 15:01:54 +02:00
Ghostkeeper
8c11b67fa8
Update translation templates per language for Cura 4.2
...
These files will get sent out to the translators.
Contributes to issue CURA-6663.
2019-07-16 14:50:50 +02:00
Ghostkeeper
de1c588ec6
Update translation templates for Cura 4.2
...
These are the new strings that were added.
Contributes to issue CURA-6663.
2019-07-16 14:50:50 +02:00
Ghostkeeper
20c55c09cd
Add description for smart hiding to Corner Seam Pref description
2019-07-15 11:34:04 +02:00
Ghostkeeper
483e343b38
Specify both Ultimaker B.V. and Custom as preferred categories
...
This requires commit 91c6abfc56162aedc887098744533dfcd8f1cdd5 on Ultimaker/Cura.
Contributes to issue CURA-6640.
2019-07-11 09:58:40 +02:00
Ghostkeeper
40169809bc
Set the default build plate temperature to 0
...
All third-party materials that didn't fill in a value for this build volume temperature will then default to 0 which causes the printer to go into a safe mode that doesn't melt the plastic or anything.
Contributes to issue CURA-6652.
2019-07-10 15:59:05 +02:00
Ghostkeeper
bb49acbb7f
Use correct font for material estimates
...
Otherwise it uses the system defaults.
2019-07-10 14:42:26 +02:00
Ghostkeeper
83a24ed0cc
Rename machines with too long names
...
The names of these two printers were so long that the file names would be too long by default for some file systems. Cura was preventing the user from adding the printers then unless they changed their names.
2019-07-10 13:02:14 +02:00
Ghostkeeper
be86576ff9
Improve wording and name of 'Ignore Small Z Gaps'
...
Hopefully it'll be a bit more clear what this setting does, now.
2019-07-10 12:58:35 +02:00
Lipu Fei
3d410cceb9
Fix change material diameter binding
...
CURA-6590
2019-07-08 13:40:08 +02:00
Lipu Fei
b36d040ba9
Use rejected instead of visibility hack
...
CURA-6590
2019-07-08 13:01:42 +02:00
Lipu Fei
1f542d1bc8
Merge remote-tracking branch 'origin/master' into CURA-6590_continue_fix_diameter_reset
2019-07-08 12:49:58 +02:00
Ghostkeeper
21241c1914
Mark DeltaBot as a custom printer
...
Because that's what it is.
2019-07-08 10:27:06 +02:00
Ghostkeeper
c0297ceee5
Spelling correction
...
Noticed this when I was developing the settings guide.
2019-07-05 23:05:16 +02:00
Remco Burema
52d4875a68
Merge pull request #5967 from Ultimaker/CURA-6625-Remove-Max-Z-Speed-Overide
...
Remove the max-z-speed-override
2019-07-04 16:17:41 +02:00
Remco Burema
a495d71a14
Fill in manufacturers previously set to unknown/'not applicable'.
2019-07-04 14:39:28 +02:00
Remco Burema
fea8262656
Listen to 'material-changed' since it doesn't update immediately.
...
part of CURA-6590
2019-07-03 16:14:08 +02:00
Jaime van Kessel
7d446722a9
Remove the max-z-speed-override
...
CURA-6625
2019-07-03 16:13:21 +02:00
Jaime van Kessel
d43415191b
Merge branch 'CURA-6635_add_printer_by_manufacturer' of github.com:Ultimaker/Cura
2019-07-03 14:29:26 +02:00
Ghostkeeper
cfa059fb81
Remove removed prime tower settings
...
The prime tower is now always circular. This fixes a unit test.
2019-07-03 12:48:29 +02:00
Ghostkeeper
12e2e47e72
Make corrections to manufacturer fields
...
When it's categorised by manufacturer these mistakes become more apparent.
Contributes to issue CURA-6635.
2019-07-03 11:27:19 +02:00
Ghostkeeper
0678d47dad
Make 'Ultimaker B.V.' preferred manufacturer rather than 'Ultimaker'
...
Ultimaker was the category. Ultimaker B.V. is the manufacturer, which is now used as the section property.
Contributes to issue CURA-6635.
2019-07-03 11:12:41 +02:00
Ghostkeeper
e6f25884f8
Categorise printers by manufacturer
...
This should make it easier to find the printer you want.
Contributes to issue CURA-6635.
2019-07-03 10:56:19 +02:00
Ghostkeeper
365d725e42
Add escape as hotkey to exit full screen
...
Should be easier to discover.
Fixes #5956 .
2019-07-03 10:32:00 +02:00
Lipu Fei
e8c08b77e5
Merge pull request #5961 from Ultimaker/trouch-fix/creawsomemod
...
Import CreawsomeMod profiles and implement version upgrade
2019-07-03 09:42:05 +02:00
Ghostkeeper
d449ec9266
Really don't make creality_base a visible printer
...
It's not a printer. It's a base profile. Every printer in the list of printers should coincide with a physical printer, with the one exception of Custom FFF Printer.
If we find settings that work for all printers we should apply it to fdmprinter so that we do apply it to every printer.
Contributes to issue CURA-6554.
2019-07-03 09:31:10 +02:00
Ghostkeeper
d9b3f1fee9
Merge branch 'trouch-fix/creawsomemod' of github.com:trouch/Cura into trouch-fix/creawsomemod
2019-07-03 09:22:59 +02:00
Lipu Fei
63171508c9
Fix profiles
2019-07-03 09:18:39 +02:00
trouch
8081e32ebf
Change creality_base name to "Creawsome Custom"
2019-07-02 20:08:31 +02:00
trouch
0f79376547
fix ender purge line going out of bed
2019-07-02 19:39:20 +02:00
trouch
8911aa5cbb
Update creality_base def with last Creawsome one
2019-07-02 19:26:59 +02:00
Jaime van Kessel
4428c32df3
Merge branch 'master' of github.com:Ultimaker/Cura
2019-07-02 17:59:50 +02:00
Jaime van Kessel
2cd6b73d12
Ensure that the material selection gets reset when diameter is changed
...
CURA-6590
2019-07-02 17:59:27 +02:00