26804 Commits

Author SHA1 Message Date
Ghostkeeper
bb327b54ab
Merge branch 'CURA-8224_rate_limit_sending_materials_to_printer_over_lan' into 4.9 2021-05-06 16:47:57 +02:00
NilsRo
d1fd07007b Added Mega X 2021-05-06 16:45:43 +02:00
Jaime van Kessel
88660699eb
Fix stupid copypaste error 2021-05-06 16:33:28 +02:00
Ghostkeeper
16c5fdd798
Code style: Spaces around binary operators
Contrbutes to issue CURA-8224.
2021-05-06 16:27:09 +02:00
Jaime van Kessel
cab92952d3
Also add PETG to excluded materials of Dual UMO
CURA-8220
2021-05-06 16:22:54 +02:00
Jaime van Kessel
b2b10f693d
Rate limit the sending of materials to networked ultimakers
Some ultimakers tend to choke if you try and send a lot of materials in one go.

Previously we would also always send the materials on the main thread, which would also make
the interface freeze a bit. That should no longer happen.

The implementation of this is not really great, but since this is a hotfix i've opted to change
as little as possible.

CURA-8224
2021-05-06 15:43:39 +02:00
Jaime van Kessel
948977f28f
Merge branch 'master' of https://github.com/balacij/Cura 2021-05-06 13:21:05 +02:00
Jaime van Kessel
eb3bdfc18a
Merge branch 'layer_view_statistic_limits_only_visible' of github.com:Ultimaker/Cura 2021-05-06 13:10:38 +02:00
Jaime van Kessel
4cba960783
Fix incorrect value for anycubic profile
This was done as part of merging the printer. Since the issue is so small
I decided to fix it right away instead of bouncing it back & forth with the
original author

CURA-8221
2021-05-06 12:49:54 +02:00
Jaime van Kessel
f07e2bf799
Merge branch 'master' of https://github.com/NilsRo/Cura 2021-05-06 12:42:38 +02:00
Jaime van Kessel
59ed8e129d
Merge branch '4.9' of github.com:Ultimaker/Cura 2021-05-06 11:54:26 +02:00
Jaime van Kessel
974d04a423
Also add red petg to exclude list for UM3 & UMO
Forgot to add them last time. Whoops.

CURA-8220
2021-05-06 11:52:03 +02:00
Ghostkeeper
b134405b2c
Add bottom camera angle menu item to view menu
It doesn't really clutter the interface in this menu.

Done as a 5 minute fix for #7609.
2021-05-06 11:39:11 +02:00
Jaime van Kessel
cabf821736
Print how much time it took to autosave dirty profiles
This should provide some more info for #9594
2021-05-06 10:54:38 +02:00
Jaime van Kessel
d6e8bb87c4
Merge branch '4.9' of github.com:Ultimaker/Cura 2021-05-06 09:45:49 +02:00
synsuiter
84d04a4d6d edit start gcode
syndaver axi start gcode edit
2021-05-05 11:03:06 -06:00
Jaime van Kessel
672d6c89cf
Switch out inherit icon
CURA-8010
2021-05-05 15:58:42 +02:00
Jaime van Kessel
5ad9cd4845
Add Function icon
CURA-8010
2021-05-05 15:57:03 +02:00
Ghostkeeper
dfdc7de400
Merge branch 'CURA-7959_add_unit_tests' 2021-05-05 15:41:51 +02:00
Jaime van Kessel
34f75839c4
Add list for deprecated icons
We changed a bunch of names, but we still want to keep it intact for a bit longer.
If we don't, a whole bunch of plugins look ugly AF

CURA-8010
2021-05-05 15:41:26 +02:00
VOLUMIC
b662237a63
fix parameters 2021-05-05 15:22:55 +02:00
Ghostkeeper
84fc35abc2
Default to using customised configuration rather than firmware
Not all printers support a firmware configuration here. Wouldn't want to ruin some people's old prints by adding unsupported commands in there, nor change the tried-and-true old parameters people already tested with.

Contributes to issue CURA-8219.
2021-05-05 14:52:21 +02:00
Ghostkeeper
bed255ecb9
Simplify if/else statement
This deduplicates some code and makes it generally easier to read.

Contributes to issue CURA-8219.
2021-05-05 14:50:43 +02:00
Ghostkeeper
e1e25d629e
Use more neutral setting and variable names
It may be just Marlin that implements this right now, but that is bound to change.

Contributes to issue CURA-8219.
2021-05-05 14:49:41 +02:00
Ghostkeeper
29e4cf06b3
Merge branch 'master' of https://github.com/Sekisback/Cura into Sekisback-master 2021-05-05 14:44:51 +02:00
Jaime van Kessel
12a98388d9
Fix typo in icon name
CURA-8010
2021-05-05 14:28:04 +02:00
Ghostkeeper
7ce9d6b230
Add change log for Cura 4.9.1
These are the changes planned for this patch release.

Contributes to issue CURA-8213.
2021-05-05 14:26:34 +02:00
VOLUMIC
29a5eae6d5
Add files via upload 2021-05-05 14:18:22 +02:00
VOLUMIC
ac7a733179
Add files via upload 2021-05-05 14:17:37 +02:00
VOLUMIC
646a03852f
Add files via upload 2021-05-05 13:55:43 +02:00
VOLUMIC
5e8348e90f
Add files via upload 2021-05-05 13:55:12 +02:00
Kostas Karmas
354d96d87a Fix getting PyCapsule error on import
Previously, Arcus, Savitar, and pynest2d were being build with a missing sip flag. This led to Cura
getting `ValueError: PyCapsule_GetPointer called with incorrect name`, if those libraries were not
imported (even if they were unused).

This flag was added in the following commits:

* 83393f989c
* e9e530d963
* bd440b50ad

Since the issue seems to be gone now, the unused imports should be removed from Cura.

All credits go to Rex Dieter for figuring that this missing flag was the issue.
https://src.fedoraproject.org/rpms/libarcus/pull-request/1#request_diff

CURA-8146
2021-05-05 12:20:13 +02:00
VOLUMIC
18e74cd51a
Delete STREAM30ULTRA_platform.STL 2021-05-05 11:03:39 +02:00
VOLUMIC
85cd3f08f1
Delete STREAM30PRO_platform.STL 2021-05-05 11:03:29 +02:00
VOLUMIC
2b00896ebc
Delete STREAM20PRO_platform.STL 2021-05-05 11:03:20 +02:00
Jaime van Kessel
7984d38335
Merge pull request #9766 from SynDaverCO/SyndaverMachineCorrection
correction
2021-05-05 10:39:27 +02:00
Ghostkeeper
731a3b1ddf
Write What's New page for PETG profiles
Cutting some tape here by writing it myself. Will give Marketing an opportunity to adjust it though.

Contributes to issue CURA-8213.
2021-05-05 09:56:36 +02:00
Jaime van Kessel
0b1bbd8528
Remove unused variable
CURA-7959
2021-05-05 09:54:45 +02:00
Jaime van Kessel
49cd43e5d5
Rename variable in test
CURA-7959
2021-05-05 09:53:00 +02:00
Jaime van Kessel
5700e44914
Apply suggestions from code review
CURA-7959

Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2021-05-05 09:32:59 +02:00
Victor Lin
d089bf16cd
Add files via upload
Minor tweaks
2021-05-05 11:54:55 +08:00
synsuiter
5cfc8fabd7 correction
correct axi machines gantry height value
2021-05-04 11:29:18 -06:00
Ghostkeeper
7f1e61b7b8
Fix merge conflict
Oopsie.
2021-05-04 17:08:44 +02:00
VOLUMIC
7ee9bd79a2
English names and global parameters optimisation 2021-05-04 17:01:23 +02:00
VOLUMIC
871a0cea69
Add general parameters in definitions 2021-05-04 17:00:15 +02:00
VOLUMIC
398da09a92
Re-optimized STL 2021-05-04 16:59:23 +02:00
Ghostkeeper
08976dcc7e
Merge branch '4.9'
Conflicts:
	resources/themes/cura-light/styles.qml -> Fixes for QML warnings in this theme file, while on Master the icons were renamed.
2021-05-04 11:58:50 +02:00
Ghostkeeper
acaf378f4b
Disallow Ultimaker PETG for Ultimaker 2+ printer
Apparently this has been tested and found to not print well.

Contributes to issue CURA-8200.
2021-05-04 11:54:46 +02:00
KeltE
99ce3b16bf
Move retraction amount and speed to definition for flashforge
* Update flashforge_global_0.08_ultra.inst.cfg
* Update flashforge_dreamer_nx.def.json
* Update flashforge_global_0.12_super.inst.cfg
* Update flashforge_global_0.16_adaptive.inst.cfg
* Update flashforge_global_0.20_standard.inst.cfg
* Update flashforge_global_0.28_low.inst.cfg
* Update flashforge_global_0.32_draft.inst.cfg
* Update flashforge_global_0.40_coarse.inst.cfg
* Update flashforge_global_0.48_extra_coarse.inst.cfg
* Update flashforge_global_0.08_ultra.inst.cfg
* Update flashforge_global_0.12_super.inst.cfg
* Update flashforge_global_0.16_adaptive.inst.cfg
* Update flashforge_global_0.20_standard.inst.cfg
* Update flashforge_global_0.28_low.inst.cfg
* Update flashforge_global_0.32_draft.inst.cfg
2021-05-03 16:49:07 +02:00
Jaime van Kessel
784b1d8976
Merge pull request #9596 from MattCatt87/patch-1
Update creality_ender4.def.json
2021-05-03 16:19:37 +02:00