p.kuiper
2db0a90ce4
PP-60: Iteration 3 settings + 4.12 settings changes applied to the UM Original machine
2021-11-09 11:15:44 +01:00
p.kuiper
1eac809cda
PP-60: Iteration 3 settings changes applied to the UM3 machines
2021-11-09 11:11:49 +01:00
p.kuiper
5be721c4f5
PP-60: top-bottom pattern "lines" is the default in fdm printers. Better to remove the override.
2021-11-09 11:07:31 +01:00
p.kuiper
1585c98e05
PP-60: Update UM2 machines to reflect the iteration 3 setting changes
2021-11-09 11:04:25 +01:00
p.kuiper
d207d871a4
PP-60: Increasing the warning level for the Middle line Threshold otherwise the default settings for Ultimaker machines would show a warning.
2021-11-09 10:59:19 +01:00
p.kuiper
9c10904020
PP-60: Increasing the warning level for the Maximum Extrusion Area Deviation otherwise the default settings for Ultimaker machines would show a warning.
2021-11-09 10:56:05 +01:00
Jelle Spijker
40be115b17
Use Spanish translation for lightning infill
...
Contributes to CURA-8638
2021-11-09 10:53:07 +01:00
fvrmr
75a77bf34f
Update change log
...
Fixed some typo's
2021-11-09 10:31:21 +01:00
fvrmr
ad5937ee6a
Updated whats new pages
...
Updated whats new pages and images
Updated the change log
2021-11-09 10:18:00 +01:00
Jaime van Kessel
73ca50d958
Handle exception when adhesion extruder could not be found
...
This should be pretty rare; the crash would only happen due to a race condition
cura-8584
2021-11-09 10:17:32 +01:00
Eryone
1eb58ba6c7
Update er20 start gcode and end gcode
...
1. Update er20 start gcode and end gcode
2. Update nozzle offset
2021-11-09 14:57:13 +08:00
Remco Burema
51c5572f0f
Add draw-range behaviour to legacy-mode shaders.
2021-11-08 21:39:12 +01:00
Remco Burema
f486177465
Remove dead (shader) code.
...
These shader (files) are now only used for compatability mode. The 'modern' code is found in the '...3d.shader' versions of these files.
2021-11-08 21:37:57 +01:00
Ghostkeeper
dcf78b4885
Merge branch '4.12'
...
Conflicts:
resources/i18n/de_DE/fdmprinter.def.json.po -> German translations got some fixes in master while we also updated the new translations for 4.12.
2021-11-08 13:55:09 +01:00
Ghostkeeper
db637802bd
First translate, then process replacement keys
...
If we first process the replacement keys, the replaced string can't be found in the translation database, so you don't get a translation of the phrase 'Finishes x at y'.
Fixes #10718 .
2021-11-08 13:49:54 +01:00
Jelle Spijker
1b503f003e
Disabled Čeština for 4.12
...
Contributes to CURA-8638
2021-11-08 13:48:11 +01:00
Jelle Spijker
fb3706d501
Merge pull request #10738 from Patola/4.12
...
Updated pt_BR strings for Cura 4.12
2021-11-08 13:19:36 +01:00
Jelle Spijker
8cae8b128b
Merge branch 'zh_tw_4.12' into 4.12
2021-11-08 13:14:22 +01:00
Jelle Spijker
e88a086a5b
Merge branch 'smartling_4.12' into 4.12
2021-11-08 13:14:04 +01:00
Sekisback
260cafab0f
Update fdmprinter.def.json.po
...
some German translation fixes
(cherry picked from commit d725fa8806
)
2021-11-08 13:11:56 +01:00
Sekisback
3d1bc36f3d
Update fdmprinter.def.json.po
...
mistyping fixed
(cherry picked from commit 12c5a29d3e
)
2021-11-08 13:09:59 +01:00
Jelle Spijker
48d8841d5f
Updated translations for 4.12
...
From Smartling
- Chinese Simplified
- Dutch
- French
- German
- Italian
- Japanese
- Korean
- Portuguese
- Rusian
- Spanish
- Turkish
Contributes to CURA-8638
2021-11-08 13:04:13 +01:00
Jelle Spijker
e3143312bc
Updated Taiwanese translations for 4.12
...
Translated by Valen Chang
Contributes to CURA-8638
2021-11-08 10:58:00 +01:00
Jaime van Kessel
561d0784f8
Merge branch 'CURA-8522_pause_extrusion_interruption' of github.com:Ultimaker/Cura
2021-11-08 10:23:49 +01:00
Remco Burema
4f20dc4c5d
Add documentation.
2021-11-07 22:26:34 +01:00
Remco Burema
6dff2bebb5
Merge branch 'master' into bremco-graphics_buffer_update
2021-11-07 22:12:17 +01:00
Ghostkeeper
fd5b248296
Don't register a new layer if not extruding a line
...
We do retracts/unretracts on different heights sometimes, for instance after a pause. This would get seen as a new layer. It's quite safe to say that purely retracts and unretracts on a different height do not constitute a layer in a normal g-code file. There would be nothing to draw anyway.
Contributes to issue CURA-8522. Fixes #10282 .
2021-11-05 21:04:37 +01:00
Ghostkeeper
74ff28cbea
Only unretract/retract when necessary for priming
...
Otherwise this is quite a useless move and would only cause blobs on the print.
Found during work on CURA-8522.
2021-11-05 21:03:03 +01:00
Remco Burema
bb51dc7d14
Gather and show required information.
...
Also add 'Downalod' icon. Still very much WIP and nonfunctional.
part of CURA-8561
2021-11-05 18:44:31 +01:00
Jaime van Kessel
a613a70758
Don't disable group nodes if it's extruder is disabled
...
Group nodes don't really have an extruder, so exclude them from that check
CURA-7710
Fixes #8336
2021-11-05 16:31:35 +01:00
Jaime van Kessel
db8153e9bb
Merge branch 'master' of github.com:Ultimaker/Cura
2021-11-05 15:50:52 +01:00
Jaime van Kessel
c7c052e51c
Fix crash when profile referenced unavailable extruder
...
CURA-8584
2021-11-05 15:50:24 +01:00
Lorenzo Romagnoli
2cdda695e9
adjusted style of hover and button sizes ( #10739 )
...
adjusted style of hover and button sizes
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-11-05 10:15:35 +01:00
Remco Burema
e93ecd3699
Move what is already there of 'package card' to it's own file.
...
part of CURA-8561
2021-11-05 09:26:27 +01:00
Jelle Spijker
64271d0a0c
Merge pull request #10712 from Ultimaker/fix_undo_redo_support_blocker
...
Fix undo and redo for support blocker
2021-11-05 09:22:11 +01:00
p.kuiper
2cba70edf1
Undo PP-29: apply zigzag pattern to top/bottom layers. These layer lead to more sagging of bridging patterns. We will undo the chance (for the 4.12 release).
2021-11-04 16:32:41 +01:00
p.kuiper
4163bc2400
Undo PP-29: apply zigzag pattern to top/bottom layers. These layer lead to more sagging of bridging patterns. We will undo the chance (for the 4.12 release).
2021-11-04 15:41:06 +01:00
Remco Burema
ba34a79204
Merge pull request #10740 from Ultimaker/update-readme.md
...
Update readme
2021-11-04 14:55:35 +01:00
fvrmr
9350831a5d
Delete screenshot
...
Delete old screenshot
2021-11-04 14:52:30 +01:00
fvrmr
b31e4e81ce
Update readme
...
Updated the readme with a new img
2021-11-04 14:49:06 +01:00
Remco Burema
51434eda1b
Merge pull request #10732 from Ultimaker/CURA-8558_introduce_manage_package_list
...
Cura 8558 introduce manage package list
2021-11-04 10:52:20 +01:00
Jelle Spijker
a0467cd66f
Fixed hard crash when deconstructing RemotePackageList while parsing
...
Contributes to CURA-8558
2021-11-04 10:39:00 +01:00
Jelle Spijker
fd409215c4
Tooltip shows point
...
Per UX request
Contributes to CURA-8558
2021-11-04 10:05:35 +01:00
Jelle Spijker
cbf83e500d
Changed behaviour of hoover over button
...
Per request of UX
Contributes to CURA-8558
2021-11-04 10:04:59 +01:00
Cláudio 'Patola' Sampaio
97897466d6
Updated pt_BR strings for Cura 4.12
2021-11-04 08:49:03 +01:00
Jelle Spijker
a58891ce58
Fixed the loading spinner not spinning at first construction
...
Contributes to CURA-8558
2021-11-04 08:23:47 +01:00
Jelle Spijker
11b3b08198
Implemented code review suggestions
...
Contributes to CURA-8558
2021-11-04 08:23:46 +01:00
Jelle Spijker
e01e47b8fa
Performance increase for obtaining LocalPackages
...
The speed increase on the function when running Yappi
`LocalPackageList.updatePackages`
| original | now |
|----------|------|
| 14 ms | 4 ms |
Contributes to CURA-8558
2021-11-04 08:23:46 +01:00
Eryone
a60191e949
Merge branch 'master' of https://github.com/Eryone/Cura
2021-11-04 09:21:32 +08:00
Eryone
c96ddcaddc
Add the profile
...
Recovery eryone_thinker_fast.inst.cfg
2021-11-04 09:21:19 +08:00