Commit graph

12854 commits

Author SHA1 Message Date
Konstantinos Karmas
d59f745b90 Add the CircleSolid svg
CURA-7278
2021-07-26 12:12:02 +02:00
Konstantinos Karmas
66fb6723de Fix error color
CURA-7278
2021-07-26 10:00:16 +02:00
Konstantinos Karmas
588916e740 Use the already existing warning and error colors for the messages
According to the review https://github.com/Ultimaker/Cura/pull/10175#pullrequestreview-713677593.

CURA-7278
2021-07-26 09:34:31 +02:00
Ernie
6b421ef308 Add SecKit SK-Tank and SK-Go printer definitions. 2021-07-26 09:10:55 +08:00
x40-Community
48989aa5c0
Merge branch 'Ultimaker:master' into master 2021-07-25 12:52:10 +02:00
root
babbed1e1b Supress materials without printing profiles 2021-07-23 19:34:57 +02:00
Remco Burema
af02b44024
Merge pull request #10030 from Ultimaker/CURA-8055_export_all_materials_usb_redone
Export all materials to archive
2021-07-23 17:59:38 +02:00
Ghostkeeper
cd7624736c
Merge branch 'mpminideltav2' of https://github.com/PurpleHullPeas/Cura into PurpleHullPeas-mpminideltav2 2021-07-23 16:14:07 +02:00
Ghostkeeper
a4f6e94ae0
Update the sync-storage path every time you sync
Instead of updating the storage path every time you add or remove a removable drive, we now update the storage path every time you press the button to sync. That way this detail has no impact on performance of other parts of Cura if they don't use this button. It also makes the code a bit simpler.
The only downside is that this FileDialog then contains state, instead of automatically syncing with the MaterialManagement property for its folder property. I see that as a lesser of two evils.

Contributes to issue CURA-8055.
2021-07-23 15:16:38 +02:00
Ghostkeeper
82c7f19164
Merge branch 'master' into CURA-8055_export_all_materials_usb_redone 2021-07-23 15:11:07 +02:00
root
efc210af53 Update setting version to 17 for 4.10 2021-07-23 14:12:32 +02:00
root
de4ab4a453 Add WEEDO X40 printer 2021-07-23 13:53:23 +02:00
Konstantinos Karmas
722bac6312 Move message icon theme entries close to the rest
CURA-7278
2021-07-23 12:50:49 +02:00
Konstantinos Karmas
59fe2eafd7 Add theme entries and icons for the message types
CURA-7278
2021-07-23 11:47:33 +02:00
Vandresc
5f39de0a4c
Merge pull request #10169 from Ultimaker/CURA-8245_macos_crash_exit_translated
Fix crash on exit on MacOS if using Cura's translations
2021-07-23 11:22:02 +02:00
Ghostkeeper
14f0c30795
Give secondary buttons a background colour again
This background colour is the same as the main background, on which these buttons almost always are situated. However in the cases where they are not, such as the post-processing scripts button, this makes the text easier to read than a completely transparent background colour.

Done as a 5 minute fix.
2021-07-21 14:18:45 +02:00
Ghostkeeper
e04a2b5e92
Also don't translate 'configure' keyword on MacOS
Another attempt at finalising CURA-8245.
2021-07-21 13:30:19 +02:00
Konstantinos Karmas
74a611d577 Change maximum network printers item count
So that it does not make the Local printers button overlap with the add/cancel buttons when the network printers list is full.
2021-07-21 11:49:34 +02:00
Konstantinos Karmas
25649a0699
Merge pull request #10155 from Ultimaker/also_search_on_description_in_visibility
Also search on description when using search in visibility page
2021-07-20 15:52:55 +02:00
Ghostkeeper
109fce5211
Theoretical fix for MacOS not moving Preferences option any more
Perhaps this ampersand was messing with it.

Contributes to issue CURA-8245.
2021-07-20 15:22:44 +02:00
NilsRo
d536dd12a0
Changed "Deviation" for Anycubic Mega S and X to better support hardware (#10093)
* Update anycubic_i3_mega_s.def.json

Adapted Deviation to ATMega2560 of Anycubic Mega S

* Update resources/definitions/anycubic_i3_mega_s.def.json

Good points. Thanks!

Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>

Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-07-20 09:11:32 +02:00
NilsRo
3527a14f04
Update resources/definitions/anycubic_i3_mega_s.def.json
Good points. Thanks!

Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-07-20 08:04:51 +02:00
Ghostkeeper
e591f3db5b
Don't translate certain keywords in the application menu on MacOS
There's a suspicion that this is causing a crash on exit. From the traceback it seems like it's attempting to find a certain property on a deleted item. I'm thinking it might be trying to update properties on an item that was already deleted by the system here because the item got moved to a system-specific menu. Qt doesn't realise that. By not translating that property, it's not necessary to update and hopefully this prevents the need to look up data on the deleted item.
Not translating it is not an issue anyway, since the menu will also be renamed by Qt to some system-specific name, which is then also translated to the user's system-language by MacOS itself.

It's not at all sure if this will fix it. Tests are necessary.

Contributes to issue CURA-8245.
2021-07-19 17:34:44 +02:00
Luke Harrison
918d1f188b
Biqu bx definition (#10086)
* Added prelim support for the BX

* Revert "Added prelim support for the BX"

This reverts commit 923fbdbbb6.

* Added prelim support for the BX

* Revert "Added prelim support for the BX"

This reverts commit 923fbdbbb6.

* Added BIQU BX printer def

* Updated the platform name.

* Minor update to the start code. Ready for merge.
2021-07-19 15:57:30 +02:00
Jaime van Kessel
7ace875279
Also search on description when using search in visibility page 2021-07-19 15:47:38 +02:00
Konstantinos Karmas
5bd9970a82 Change default_value to value 2021-07-16 13:44:14 +02:00
Thushan Fernando
c60295c69e
Adds FLSun Super Racer Profile (#10078)
* Initial FLSun Super Racer profile setup.

* flip has_machine_quality to false as suggested by @konskarm.

* tabs vs spaces! Space is the final frontier!

* Enumeration value should be in inner single quotes as requested by @konskarm.
2021-07-16 13:43:22 +02:00
Ghostkeeper
14ce560904
Merge branch 'master' into libArachne_rebased 2021-07-16 13:21:18 +02:00
Ghostkeeper
c2f2304512
Move Kossel Pro platform mesh a bit lower to prevent Z-fighting
As reported in #8296.
2021-07-16 10:48:24 +02:00
Ghostkeeper
cc82ff97a7
Merge branch 'CURA-8112_Inform_the_user_about_their_subscription_limits' 2021-07-16 10:04:43 +02:00
Remco Burema
6c08bbfc9d
Merge branch 'master' into libArachne_rebased 2021-07-16 08:49:46 +02:00
Ghostkeeper
5503c57631
Reduce margins around troubleshooting link
This makes the link space out better on some screens, where the space is limited.

Contributes to issue CURA-8392.
2021-07-15 18:24:25 +02:00
PurpleHullPeas
983d1fc8a2
Removing mp_mini_delta_v2 default bed temperature. 2021-07-15 08:21:08 -05:00
PurpleHullPeas
e9e9795bcc
MP Mini Delta V2 temperature settings and version. 2021-07-15 08:16:46 -05:00
PurpleHullPeas
b20a183922
Adding MP Mini Delta V2 def
Utilizing information shared from MP Mini Delta V2 owners in order to make this definition work.
2021-07-15 07:48:02 -05:00
PurpleHullPeas
3f1052f756
Minor MP Mini Delta V1 Def updates
Adding comment distinguishing the printer as the V1 versus the V2. Removing "+5" initial layer temperatures. Setting line width equal to nozzle size.
2021-07-15 07:47:00 -05:00
PurpleHullPeas
d675386358
Adding MP Mini Delta V2 Extruder 2021-07-15 07:44:24 -05:00
Konstantinos Karmas
26a17e0603
Code-style improvement
CURA-8112

Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2021-07-15 10:02:57 +02:00
Konstantinos Karmas
11d86b98ef Merge branch 'master' into CURA-8112_Inform_the_user_about_their_subscription_limits 2021-07-14 15:52:27 +02:00
Ghostkeeper
610582bab7
Merge branch 'CURA-8009_search_digital_library_projects' 2021-07-14 15:40:54 +02:00
Ghostkeeper
c305f8b36a
Merge branch 'master' of https://github.com/v-xup6/Cura into v-xup6-master 2021-07-14 15:09:49 +02:00
Konstantinos Karmas
11f66b2a78 Add brackets
CURA-8112
2021-07-14 12:54:31 +02:00
Jaime van Kessel
b642ebeaf2
Merge branch 'master' of https://github.com/lorenzoromagnoli/Cura 2021-07-14 10:43:24 +02:00
Konstantinos Karmas
f643f19af6 Fix tooltip not shown when the tooltip text is too long
When the tooltip text is too long and the tooltip width ends up being longer than the window it is supposed to be drawn into, the tooltip is not drawn at all. This commit fixed that by allowing the tooltip width of the ActionButton to be changed within QML, limiting it to a certain size that fits the purpose.

CURA-8112
2021-07-13 17:30:30 +02:00
Konstantinos Karmas
9ddb3b7713 Fix icon being ignored in message action buttons
CURA-8112
2021-07-13 16:53:02 +02:00
Victor Lin
52b022c575
Delete atomPlus_extruder_0.def.json
Prototype machine
2021-07-13 22:42:12 +08:00
Victor Lin
8414e8b523
Delete atomPlus.def.json
Prototype machine
2021-07-13 22:42:03 +08:00
Victor Lin
6560766b1f
Update atom2.def.json
Simplify brim width to adjust only the value
2021-07-13 22:40:39 +08:00
Ghostkeeper
3d6601a37e
Fix margins
The margin around the icon didn't work if the icon source was none, because it was provided a QSize rather than a real.
The margin around the background didn't work at all because the background is automatically adjusted to fill the parent element, so it's best left out.

Contributes to issue CURA-8009.
2021-07-13 16:04:01 +02:00
Ghostkeeper
bec83920e4
Keep showing search icon while typing search query
This adds an option to the TextField element to show an icon on the left side in the text field. The icon remains visible when the user types in something (it's not part of the placeholder string).
Then we use that optional icon for the search bar in the Digital Library.

Contributes to issue CURA-8009.
2021-07-13 15:47:21 +02:00