Jaime van Kessel
6a988c8fa0
Remove incorrect authors of profiles
...
Ultimaker didn't make these profiles, so it shouldn't be listed here
2021-11-17 17:01:30 +01:00
Ghostkeeper
f1c763ad9f
Use HttpRequestManager to acquire new tokens
...
This is a re-write from a previous attempt. Instead of requests, which doesn't properly use SSL certificates installed on the computer among other things, we'll now use the HttpRequestManager which uses QNetworkManager under the hood and properly uses system settings.
The QNetworkManager is asynchronous which would normally be very nice, but due to the nature of this call we want to make it synchronous so we'll use a lock here.
Contributes to issue CURA-8539.
2021-11-17 14:32:53 +01:00
Philip Rueker
5e9becc4f9
Fix initial layer bed and print head temperature in start gcode script for Snapmaker
2021-11-16 11:05:37 -08:00
fieldOfView
452aa4cc1c
Add a tooltip explaining the status of the extruder
2021-11-16 16:05:02 +01:00
fieldOfView
d1f21ec7c4
Adjust size and position of extruder warning "badges"
2021-11-16 15:34:10 +01:00
Ghostkeeper
a292524af6
Correct German translation of indicating a time
...
This is better grammar.
Further improvement for #10718 .
2021-11-16 15:16:18 +01:00
fieldOfView
19dbd1f168
Merge branch 'master' into feature_extruder_warning_icon
2021-11-16 14:56:43 +01:00
Ghostkeeper
caa9a6bfc4
Merge branch 'patch-1' of https://github.com/Ladnessness/Cura into Ladnessness-patch-1
2021-11-16 14:54:58 +01:00
Remco Burema
f0cb9dd39e
Workaround for if layer is None somehow.
2021-11-16 12:33:29 +01:00
Rijk van Manen
304599326d
no infill overlap for high density infill
...
To avoid over extrusion for high density infill in overlap needs to be set to zero. (see PP-25)
2021-11-16 09:59:02 +01:00
Rijk van Manen
d3951a1a59
change infill pattern to zigzag for >80% infill
...
This is done for all ultimaker profiles (PP-25).
2021-11-15 15:29:40 +01:00
Rijk van Manen
35550fc1b4
revert 100% density pattern hack
...
In the fdmprinter definition the 'infill' is created by 999999 bottom layers to change to infill pattern to lines. This hack is reverted for ultimaker printers. More info: PP-25
2021-11-15 15:23:17 +01:00
Ghostkeeper
5e60cc6208
Merge branch 'bremco-graphics_buffer_update'
2021-11-15 15:20:10 +01:00
Ghostkeeper
dc28370178
Remove implicit casts and comparisons of int to float
...
We can't change this index to an integer, because varying variables can't be integer, even though this variable will only really be tested on vertex level. Not sure if varying was the right choice, but I don't want to change that.
This prevents a crash, probably only occurring on certain GPUs.
Contributes to issue CURA-8657.
2021-11-15 15:19:57 +01:00
Ghostkeeper
c9feace0fb
Change user-visible name of Maximum Feedrate to Maximum Speed E
...
Maximum Feedrate was correct, but compared to the names of the X/Y/Z maximum speeds, this is considered to be more consistent.
Fixes #10767 .
2021-11-15 10:59:58 +01:00
Ghostkeeper
d12d756b1d
Move machine_height to the other machine dimension settings
...
It's quite logical that the 3 dimensions of the printer are next to each other...
Found during work on a plug-in.
2021-11-13 16:42:06 +01:00
Ghostkeeper
6171107140
Remove upper limit of bridge skin density
...
There is no theoretical or algorithmic limit here. We may warn the user, but not prevent them from changing it.
Done as a five minute fix. Fixes CURA-8693. Fixes #10736 .
2021-11-11 15:45:47 +01:00
Jaime van Kessel
136aa45172
Merge branch '4.12' of github.com:Ultimaker/Cura
2021-11-11 15:32:39 +01:00
Ghostkeeper
b4f10bab71
Merge branch 'PP-55_reduce-cross3D-top-layer-bridge-distance'
2021-11-11 12:34:58 +01:00
Ladnessness
066859198a
Update requirements.txt
2021-11-11 18:12:51 +11:00
Jaime van Kessel
8998738237
Merge pull request #10774 from luzpaz/typos
...
Fix typos
2021-11-09 17:04:54 +01:00
luz paz
61d7895588
Fix typos
...
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
2021-11-09 10:38:01 -05:00
Jaime van Kessel
b1f797f6cb
Merge branch 'master' of github.com:Ultimaker/Cura
2021-11-09 15:10:39 +01:00
Jaime van Kessel
c1a839ccaa
Also ensure that extruder settings are correct when discarding unsaved changes
...
CURA-8584
2021-11-09 15:10:09 +01:00
Ghostkeeper
ca942a15e8
Don't use infinite lifetimes lightly
...
This is very annoying if switching profiles. This is not a critical message. The message should disappear after the default amount of time.
Discovered while working on CURA-8584.
2021-11-09 14:45:40 +01:00
Jelle Spijker
40be115b17
Use Spanish translation for lightning infill
...
Contributes to CURA-8638
4.12.0
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
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 d725fa880647336a2835e3f495196dc43ef25651)
2021-11-08 13:11:56 +01:00
Sekisback
3d1bc36f3d
Update fdmprinter.def.json.po
...
mistyping fixed
(cherry picked from commit 12c5a29d3ec7c00099608720f111d896585ef5f5)
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
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
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