24699 Commits

Author SHA1 Message Date
Ghostkeeper
9ffc6bc705
Rotate FLSUN-QQ mesh by 135 degrees around negative Z
Also convert it to 3MF, to save some file size.
According to reports in #8663 this is the true orientation of the printer w.r.t. the coordinate system in its firmware.

Fixes #8663.
2020-11-04 12:09:53 +01:00
Jaime van Kessel
080832fcf2
Merge branch '4.8' of github.com:Ultimaker/Cura 2020-11-04 11:07:38 +01:00
Kostas Karmas
726175a01d Merge branch '4.8' of https://github.com/Ultimaker/Cura into 4.8 2020-11-04 09:22:42 +01:00
Kostas Karmas
881e4406a4 Ensure the organization_id is None 2020-11-04 09:21:28 +01:00
Remco Burema
6b38695c22
Merge pull request #8678 from Ultimaker/CURA-7383
Gracefully handle exceptions in arrange
2020-11-03 16:51:12 +01:00
Remco Burema
0c7e31ece5
More readable.
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-03 16:12:50 +01:00
Remco Burema
4866127e50
Send None instead of empty string. 2020-11-03 14:36:27 +01:00
Ghostkeeper
f78fd9b3a4
Move build plate mesh below build volume
Not inside it.

Contributes to issue CURA-7826.
2020-11-03 13:30:37 +01:00
Ghostkeeper
e503eabd95
Merge branch 'master' of https://github.com/reibuehl/Cura into reibuehl-master 2020-11-03 13:21:35 +01:00
Ghostkeeper
b6e5c3937b
Merge branch '4.8' 2020-11-03 11:48:24 +01:00
Ghostkeeper
ef7cfd846b
Change maximum resolution from 0.05mm to 0.25mm
This was found to be better in https://github.com/Ultimaker/Cura/issues/8321 due to changes to the simplification function.

Other printers are assumed to have a similar effect, or have their original value copied from Creality printers.
2020-11-03 11:48:07 +01:00
Jaime van Kessel
526eb8dacd
Gracefully handle exceptions in arrange
CURA-7785
2020-11-03 09:48:54 +01:00
Kostas Karmas
bcfb42d861 Merge branch '4.8' 2020-11-02 11:17:59 +01:00
Jelle Spijker
734415040d
Merge pull request #8659 from Ultimaker/Skip_tests_for_old_arrange
Skip running the tests for the old arrange algorithm
2020-11-02 07:26:33 +01:00
Jelle Spijker
8a4bab27cb
Merge pull request #8656 from Ultimaker/CURA-7784_Hide_queue_if_printer_doesnt_support_it
Hide queue in Monitor page if printer does not support it
2020-10-31 12:30:59 +01:00
Ghostkeeper
39287264d9
Pynest2d.Point requires integer coordinates
These were floats. Rounding numpy-floats still results in floats so I'm just using int(). The result is rounded down instead of nearest, but the difference is at most 50 nanometres anyway.

Contributes to issue CURA-7501.
2020-10-30 18:12:18 +01:00
Ghostkeeper
95f1b11c45
Set initial page through currentPage after initialising
This has a delayed effect through a signal being emitted. That is necessary because the pagesList itself is also updated delayed, so at this time page 0 doesn't exist yet.

Contributes to issue CURA-7501.
2020-10-30 17:45:58 +01:00
Ghostkeeper
a2d2043b3c
Don't create DiscardOrKeepProfileChangesDialog on start-up
Just whenever we need it, please.
This removes a warning from the start-up sequence, but the warning is still there when you open the dialogue. It's complaining that a model has size -13 and another has size -14, but I don't know which model that is. The UserChangesModel seems to be fine at a size of 1 or so.

Contributes to issue CURA-7501.
2020-10-30 17:45:58 +01:00
Ghostkeeper
cfccf94914
Don't use deprecated 'address' property of ServiceInfo
It's been replaced by 'addresses'. In the newest Zeroconf version, 'address' has been removed entirely.

Contributes to issue CURA-7501.
2020-10-30 17:45:58 +01:00
Ghostkeeper
ef1952f34c
Fix providing floats to integer parameters
In newer Python versions this results in a warning.

Contributes to issue CURA-7501.
2020-10-30 17:45:57 +01:00
Konstantinos Karmas
28a0604951
Merge pull request #8459 from Ultimaker/fix_filtering_output_mimetypes
Fix filtering output MIME types
2020-10-30 15:47:50 +01:00
Kostas Karmas
0c28ad3223 Merge branch 'master' into fix_filtering_output_mimetypes 2020-10-30 15:31:04 +01:00
Konstantinos Karmas
ff0bfa189d
Merge pull request #8546 from liquid-printer/add-Liquid-printer
Added Liquid 3D printer configurations
2020-10-30 15:21:34 +01:00
Reiner Buehl
7648e2b3c2
Update resources/definitions/tinyboy_fabrikator15.def.json
Changed profile_name to new jobname tag

Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-10-30 15:13:37 +01:00
Reiner Buehl
7e675945be
Update resources/definitions/tinyboy_fabrikator15.def.json
Change fill_density to new name

Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-10-30 15:12:59 +01:00
Kostas Karmas
f0348104f8 Skip running the tests for the old arrange algorithm
So that the output of the CI/CD testing step is not cluttered with deprecation warnings.

Done during TTT
2020-10-30 14:11:00 +01:00
Kostas Karmas
c8e3c4ff12 Display the queue by default if there are no capabilities
If the capabilities list is missing, display the queue anyway, even if it is always empty

CURA-7784
2020-10-30 12:49:39 +01:00
Kostas Karmas
adc8072991 Hide queue in Monitor page if printer does not support it
CURA-7784
2020-10-30 12:44:59 +01:00
Ghostkeeper
31ee864f04
Disallow printer names that start with a dot
Fixes #8639.
2020-10-30 11:10:46 +01:00
grigorasalex
b43696ae80 Updated print platform 2020-10-29 17:42:41 +02:00
Kostas Karmas
f63df7f8c4 Merge branch '4.8' 2020-10-29 16:32:16 +01:00
grigorasalex
a8ee13a926 Changed tabs to spaces 2020-10-29 16:44:22 +02:00
grigorasalex
ba5d3bd2d0 Changed settings_version from 15 to 16 2020-10-29 16:22:14 +02:00
grigorasalex
39d542cd52 Changed inherits to fdmprinter and added other dependencies 2020-10-29 16:11:02 +02:00
Ghostkeeper
e8e90e398a
Don't render non-printed meshes as if being outside of build volume
They aren't rendering like that in the solid view either.

Contributes to issue CURA-7797.
2020-10-29 12:29:10 +01:00
Ghostkeeper
a8f8e7b5a3
Merge branch 'master' of github.com:Ultimaker/Cura 2020-10-28 16:23:56 +01:00
Ghostkeeper
9a73f457d8
Fix up whitespace
Mixing tabs and spaces and all that. Weird stuff.

Contributes to issue CURA-7803.
2020-10-28 16:23:22 +01:00
Ghostkeeper
4497c29721
Don't use stylized capitals
Equal chances for printers and brands, please.

Contributes to issue CURA-7803.
2020-10-28 16:18:13 +01:00
KOONOVO3DPrinter
77f5fefc5d
Create koonovo_base.def.json
Create koonovo_elf.def.json

Create koonovo_pyramid.def.json

Create koonovo_base_extruder_1.def.json

Add files via upload

Add files via upload

Add files via upload

Update koonovo_base.def.json

Delete base_global_draft.inst.cfg

Delete base_global_high.inst.cfg

Delete base_global_standard.inst.cfg

Add files via upload

Update koonovo_base.def.json

Update koonovo_elf.def.json

delete extruder1

Update koonovo_pyramid.def.json

delete extruder1

Delete koonovo.png

Add files via upload

Update koonovo_base.def.json

change first_start_actions

Rename base_global_draft.inst.cfg to koonovo_base_global_draft.inst.cfg

Rename base_global_high.inst.cfg to koovono_base_global_high.inst.cfg

Rename base_global_standard.inst.cfg to koonovo_base_global_standard.inst.cfg

Update koonovo_base.def.json

"first_start_actions": [ "DiscoverUM3Action" ]  change  "first_start_actions": [ "MachineSettingsAction" ],

Update koonovo_base.def.json

change retraction_speed

Create koonovo_d3.def.json

This is an independent double X axis, double extrusion machine

Add files via upload

This is an independent double X axis, double extrusion machine

Add files via upload

This is an independent double X axis, double extrusion machine

Delete koonovo_d3.def.json

Add files via upload

Delete koonovo_d3_extruder_0.def.json

Delete koonovo_d3_extruder_1.def.json

Add files via upload

Delete koonovo_d3.stl

Add files via upload

Update koonovo_kn3_extruder_0.def.json

Update koonovo_kn3_extruder_1.def.json

Update koonovo_kn3.def.json

Update koonovo_base.def.json

Update koonovo_kn3_extruder_0.def.json

Update koonovo_kn3_extruder_1.def.json

Update koonovo_base.def.json

Update and rename koonovo_base_extruder_1.def.json to koonovo_base_extruder_0.def.json

Update koonovo_base.def.json

Update koonovo_kn3.def.json

Update koonovo_kn3_extruder_0.def.json

Update koonovo_kn3_extruder_1.def.json

Update koonovo_kn3_extruder_0.def.json

Update koonovo_kn3_extruder_1.def.json

Add files via upload

Add files via upload

Add files via upload
2020-10-28 16:14:25 +01:00
Jaime van Kessel
bd4f46a865
Merge branch '4.8' of github.com:Ultimaker/Cura 2020-10-28 15:43:04 +01:00
Jaime van Kessel
1cd91a3a24
Merge branch '4.8' of github.com:Ultimaker/Cura into 4.8 2020-10-28 15:42:12 +01:00
Jaime van Kessel
cc29ffa40e
Disable the activate button if the machine is already active
Fixes #8643
2020-10-28 15:41:36 +01:00
Kostas Karmas
309c5fe9f9 Merge branch '4.8' 2020-10-27 14:42:38 +01:00
Konstantinos Karmas
3dc1e7a0fe
Merge pull request #8633 from Ultimaker/CURA-7796_fix_merge_models
Reset the entire transformation when merging
2020-10-27 14:40:34 +01:00
Jaime van Kessel
d35d6b087a
Reset the entire transformation when merging
This fixes the issue when the packing algorithm rotated an object

CURA-7796
2020-10-27 13:44:33 +01:00
Konstantinos Karmas
2bef5814a3
Merge pull request #8627 from Ultimaker/revert-8553-CURA-7501_no_double_adding_extruders
Revert "Prevent duplicate adding of extruders"
2020-10-27 11:31:16 +01:00
Konstantinos Karmas
4e6097f499
Revert "Prevent duplicate adding of extruders" 2020-10-27 11:29:08 +01:00
Ghostkeeper
5cfe18d31c
Clarify user-facing string to remove internal terminology
The user doesn't know what a global stack is. This is a message that more clearly specifies what is really happening as far as the user can see.

The global stack may be None if this code is executed while there is no active printer. Normally the only time there is no active printer is:
- during first launch, while in the welcome screen
- during start-up until the profiles have been loaded
- if there was a profile corruption of some kind with the active printer.

So this function should not get called during those times. It probably isn't called except for the last case (in which case it's acceptable I guess).
This change is made after a request from a translator what the hell this means.

Contributes to issue CURA-7783.
2020-10-27 10:54:07 +01:00
Konstantinos Karmas
4804072625
Merge pull request #8553 from Ultimaker/CURA-7501_no_double_adding_extruders
Prevent duplicate adding of extruders
2020-10-26 17:02:51 +01:00
Jaime van Kessel
6799e3fd7d
Update the material packages versions 2020-10-26 14:11:18 +01:00