27815 Commits

Author SHA1 Message Date
Tim Kuipers
0e71b9c653 disable 100% infill bottom layers trick for spiralize 2022-03-02 23:41:38 +01:00
Ghostkeeper
60c91b5680
Fix crash when visible_settings is missing from pre-4.8 project files
Found this while testing the new Qt interface.
2022-02-24 16:31:32 +01:00
Casper Lamboo
9fa6698da3
Merge pull request #11536 from Ultimaker/CURA-8834_marketplace_packages_install_status_in_list
Show install, uninstall & disable buttons in packages list
2022-02-24 13:39:49 +01:00
Casper Lamboo
08466d426d
Merge pull request #11531 from Ultimaker/CURA-8762_marketplace_cleanup
Marketplace cleanup
2022-02-24 13:37:01 +01:00
Jaime van Kessel
26c027cbdf Remove unneeded properties from package card
As per review.

CURA-8762
2022-02-24 13:30:25 +01:00
Jaime van Kessel
0d2c8777c5 Add clarifying comment to a small hack
CURA-8762
2022-02-24 13:28:39 +01:00
Jaime van Kessel
19e43e8b66
Apply suggestions from code review
CURA-8762

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-02-24 13:26:28 +01:00
Jaime van Kessel
095b8dc5dd Show install, uninstall & disable buttons in packages list
This splits up the single show controls property into three seperate ones
and no longer hides installed packages from the plugin & materials list

CURA-8834
2022-02-23 16:51:26 +01:00
Jaime van Kessel
6cbcf09580 Merge branch 'PP-96_update-(un)retract-speeds' of github.com:Ultimaker/Cura 2022-02-23 10:30:00 +01:00
Jaime van Kessel
df9d2d85c4 Add help links to banners
CURA-8762
2022-02-23 10:12:21 +01:00
Jaime van Kessel
35f1ad4097 Remove read more button on packagecard
CURA-8762
2022-02-23 09:59:12 +01:00
Jaime van Kessel
3b801e9f18 Change top external button to point to marketplace website
CURA-8762
2022-02-23 09:57:04 +01:00
Jaime van Kessel
d29b00b4be Let readmore point towards marketplace URL
CURA-8762
2022-02-22 16:38:47 +01:00
Jaime van Kessel
7926a2bbdc Add placeholders for material & plugin icons
CURA-8762
2022-02-22 16:33:52 +01:00
Jaime van Kessel
0d85b2be7f Ensure that scrollbar is centered
CURA-8762
2022-02-22 16:07:11 +01:00
Jaime van Kessel
a36fedabe5 Remove unused fontMetrics objects
CURA-8762
2022-02-22 15:53:07 +01:00
Jaime van Kessel
ac6375d17b Don't nest all content in background rect
This way we don't have an extra identation depth, makes it a bit easier to read

CURA-8726
2022-02-22 15:47:48 +01:00
Jaime van Kessel
a05650f64c Fix margins for OnboardBanner
Re-usable components shouldn't really be setting layout themselves.
This should be done by whomever creates them.

The actual fix is that the banner no longe sets all margins, only left & right

CURA-8726
2022-02-22 15:44:30 +01:00
Casper Lamboo
e8c4888f93
Merge pull request #11334 from Ultimaker/variable_walls_stitching
Variable walls stitching
2022-02-22 15:32:28 +01:00
Tim Kuipers
5d0454c180 Revert "reenable alternate_walls"
This reverts commit 9b43ab3ad756de3d6f0e1e855bfc5af1928db21f.

The material_alternate_walls setting was supposed to be disabled.
Something to do with hardware.
See CURA- 8079
2022-02-22 15:29:08 +01:00
Jaime van Kessel
0b39fb1c91 Hide download count in manage page
CURA-8726
2022-02-22 15:18:49 +01:00
Jaime van Kessel
adfb78e38a Fix spacing
CURA-8762
2022-02-22 15:11:11 +01:00
Jaime van Kessel
80f99b0a59 Fix positioning of marketplace searchbar
CURA-8762
2022-02-22 15:03:57 +01:00
Rijk van Manen
9b35dc18b5 material specific exceptions on the defaults
Some materials can handle higher unretract speeds. Also some unnecessary overwrites of the defaults are removed. PP-96
2022-02-22 14:24:47 +01:00
Rijk van Manen
5632d85339 PVA can handle high unretract speeds
Even for the bigger nozzle. PP-96
2022-02-22 14:22:49 +01:00
Rijk van Manen
fe6a8413c1 follow the machine defaults for AA04 nozzles
The machine defaults are already geared towards the use of AA0.4 nozzles. PP-96
2022-02-22 14:22:01 +01:00
Rijk van Manen
cc56f7b577 dont change behaviour of AA08 nozzles
The retract behaviour for the bigger nozzles is not that good already. We want to take a look at these profiles later and leave them untouched for now. PP-96
2022-02-22 14:20:16 +01:00
Rijk van Manen
9e96a6edc9 small nozzle size handles fast unretract very well
This statement is already in the S3 and S5 AA0.25 nozzle cfg file. PP-96
2022-02-22 14:18:57 +01:00
Rijk van Manen
209ca566cd update definitions of ultimaker2+C, S3 and S5
These printers have the same feeder and therefore share the same retract settings. The retract speed is set high by default and the unretract speed low by default. This is a safe and good default. PP-96
2022-02-22 14:16:40 +01:00
Jaime van Kessel
03a9f3e2ee Merge branch 'master' of github.com:Ultimaker/Cura 2022-02-22 11:06:13 +01:00
Jaime van Kessel
b1f2f6af75 Add max values for int settings that didn't have them yet
Fixes #11514
See also c8b491e9e7915b3e5534dee0d4576d7a1bafca20
2022-02-22 11:03:46 +01:00
Jaime van Kessel
f8d47489d6
Merge pull request #11505 from Ultimaker/origin-visualization-improvements
inverted y and z colors
2022-02-22 09:38:20 +01:00
10r3n20
58137e4987 inverted y and z colors 2022-02-18 12:08:11 +01:00
Jaime van Kessel
9d364a324b
Merge pull request #11501 from alexandr-vladimirov/master
Fix cura-build-environment link in README.md
2022-02-18 10:41:29 +01:00
alexandr-vladimirov
7677f999ec Fix cura-build-environment link in README.md 2022-02-18 00:09:04 +05:30
Jaime van Kessel
e66628e2da Merge branch 'CURA-8031_modifier_meshes_in_one_at_a_time_mode' of github.com:Ultimaker/Cura 2022-02-17 14:18:54 +01:00
Jaime van Kessel
614fe6fd4f
Merge pull request #11023 from NilsRo/master
Update anycubic_i3_mega_s.def.json

CURA-8971
2022-02-17 09:48:25 +01:00
Jaime van Kessel
bed290e968
Merge pull request #11486 from Ultimaker/origin-visualization-improvements
Origin visualization improvements
2022-02-17 09:27:05 +01:00
j.delarago
61ba4426ad Add check for build plate number to modifier mesh list.
CURA-8031
2022-02-16 16:05:43 +01:00
j.delarago
a9a533b61d Duplicate modifier meshes for all objects in one at a time mode.
CURA-8031
2022-02-16 15:15:31 +01:00
Ghostkeeper
5fc89b6053
Merge branch 'patch-1' of https://github.com/inigoml/Cura into inigoml-patch-1 2022-02-16 12:46:47 +01:00
10r3n20
4383f2ddf2 adjusted colors and size of origin gizmo 2022-02-15 16:45:57 +01:00
10r3n20
a9e3acb623 adjusted buildplate grid color 2022-02-15 16:26:27 +01:00
NilsRo
dec31d7f44 Update anycubic_i3_mega_s.def.json
Deleted travel_compensate_overlapping_wall as property is removed
2022-02-14 19:22:23 +01:00
Evangelos Trantos
84d9d5bec4
Embed more sizes in the ico file so that it looks better 2022-02-14 11:15:19 +02:00
Jaime van Kessel
9b23d3ac9a
Add drawing of how per object stacks work 2022-02-14 09:30:27 +01:00
Superbrain8
fda6758042
Added Nylon quality presets for the Artillery Printer (#11463)
* Added Definitions for Nylon

CURA-8952
2022-02-11 14:09:49 +01:00
Jaime van Kessel
cfb0604067 Clarify some documentation in the PerObjectSettingVisibilityHandler
We often used shorthands for stack / instance / definition, but this made it
harder for people that are very familiar with the code to understand what is
going on.

Contributes to #11455
2022-02-11 13:40:21 +01:00
Jaime van Kessel
d50a51396e
Merge pull request #11450 from Ultimaker/CURA-8681_update_icon
Add new icon styles
2022-02-10 09:15:37 +01:00
NilsRo
435e9a7924 Update anycubic_i3_mega_x.def.json
Corrected JSON error
2022-02-09 21:01:39 +01:00