c.lamboo
0fc4773db3
Round possible fractional positional values
...
CURA-9793
2022-11-29 14:56:15 +01:00
jspijker
ae6fdfa34f
Merge branch 'printer_linter' into printer_linter_pr_review
2022-11-29 14:39:37 +01:00
c.lamboo
a470a6c333
Add indicator arrow to slider
...
CURA-9793
2022-11-29 14:37:45 +01:00
jspijker
ef00dfdcc7
Merge branch 'main' into printer_linter
2022-11-29 14:35:39 +01:00
c.lamboo
f4e7829e0b
Remove infill icon changing density on change slider
...
Suggestion from @lorenzoromagnoli
CURA-9793
2022-11-29 13:12:11 +01:00
c.lamboo
261adf06e7
Place InfillSlider
in sperate file
...
CURA-9793
2022-11-29 10:32:47 +01:00
Joey de l'Arago
d9a2a3f5b7
cleanup
...
CURA-9793
2022-11-29 09:19:56 +01:00
Joey de l'Arago
5d5915e49e
Make support selector functional
...
CURA-9793
2022-11-29 09:19:56 +01:00
Joey de l'Arago
87ff294990
Remove redundant parameters. These will now be overriden by the parent.
...
CURA-9793
2022-11-29 09:19:56 +01:00
Jaime van Kessel
8b42d0ca8c
Merge pull request #13817 from Ultimaker/PP-69-default-max-comb-distance
...
PP-69-default-max-comb-distance
2022-11-29 09:18:38 +01:00
jspijker
3682918efa
Add basic styling to Switch
...
Contributes to CURA-9793
2022-11-29 08:42:14 +01:00
c.lamboo
84988a57e5
Update styling of infill slider
...
CURA-9793
2022-11-28 22:01:28 +01:00
Paul Kuiper
dfd51f1e88
Changed the support interface pattern from concentric to zigzag, this will also automatically put a wall around the support interface.
...
Relates to PP-183
2022-11-28 16:47:44 +01:00
jspijker
ac8549cc14
Updated macos installer background
...
Contributes to CURA-9808
2022-11-28 16:26:06 +01:00
Joey de l'Arago
631d6a15b0
Add extruder button bar that shows icons for each extruder in a horizontal row 💪
...
Make ExtruderButton more generic by moving functionality out.
Remove background color from ToolbarButton and add that background color to the Toolbar.qml.
Fix Toolbar border being created by overlapping rectangles instead of using border
Add scaling options for ToolBarButtons icon
CURA-9793
2022-11-28 15:55:55 +01:00
MariMakes
3aaf2ea078
Removed Indent Tabs
...
Aligning was weird because I used Tabs
2022-11-28 15:35:13 +01:00
jspijker
8280abd420
Updated macos installer background
...
Contributes to CURA-9808
2022-11-28 14:51:35 +01:00
jspijker
c3b596b517
Updated cura banner NSIS installer
...
Contributes to CURA-9808
2022-11-28 14:50:19 +01:00
MariskaMaas
be4324da53
Add Minimum to Adaptive Layers Maximum Variation
...
A negative value will result in a failed slice as mentioned here
https://github.com/Ultimaker/Cura/issues/13749
Warning value of 0 is added
2022-11-28 14:24:29 +01:00
jspijker
f76f711790
Update mentions to UltiMaker
...
Contributes to CURA-9808
2022-11-28 14:11:21 +01:00
jspijker
68f6a0d146
Update mentions to UltiMaker
...
Contributes to CURA-9808
2022-11-28 13:31:35 +01:00
jspijker
73ee6d369e
Update disclaimer to mention UltiMaker
...
Contributes to CURA-9808
2022-11-28 13:26:52 +01:00
Paul Kuiper
c58c541afd
Made the default skirt/brim extruder -1 (not overridden), this will create the a brim with the same material as the mesh for each mesh. Fixed the brim tower setting to reflect changes in the brim behavior. When the brim is enabled for the whole print it does not enable it for the prime tower anymore. Lastly we reduced the brim inside avoid distance to a smaller value to improve the adhesion of large inner objects.
...
Relates to PP-36
2022-11-28 13:19:09 +01:00
Joey de l'Arago
ff65c1a670
Merge pull request #13886 from Ultimaker/9773-add_quality_type_to_ufp_files
...
Add quality type to ufp files
2022-11-28 13:19:09 +01:00
c.lamboo
be40920042
Fix cura crashing
...
`activeQualityDisplayNameMap` no longer returned a dict and could thus not be a pyqt property
Cura-9773
2022-11-28 13:14:47 +01:00
c.lamboo
8e8437eab0
Split of getStringParts
function
...
Spit into `getMainStringParts` and `getTailStringParts` so we can easily differentiate between the two in the front-end.
Cura-9773
2022-11-28 13:10:52 +01:00
Joey de l'Arago
30d886cfcd
Adjust setting first column width to match designs.
...
CURA-9793
2022-11-28 13:06:03 +01:00
Joey de l'Arago
5ed572779d
remove redundant properties in settings
...
CURA-9773
2022-11-28 12:44:20 +01:00
Joey de l'Arago
8dcccd941b
Add dataclass for ActiveQuality. Move some logic out of MachineManager into ActiveQuality.
...
CURA-9793
2022-11-28 12:40:35 +01:00
jspijker
99f308bd3c
Update pot files to use UltiMaker
...
Contributes to CURA-9808
2022-11-28 12:39:34 +01:00
jspijker
b1ec8599d2
Use UltiMaker for themes
...
Contributes to CURA-9808
2022-11-28 11:39:07 +01:00
jspijker
a5b8ea93d9
Use UltiMaker for bundled plugins
...
Contributes to CURA-9808
2022-11-28 11:32:07 +01:00
Casper Lamboo
f297909a82
Fix type signature of function
...
Co-authored-by: Joey de l'Arago <joeydelarago@gmail.com>
2022-11-28 11:23:53 +01:00
Casper Lamboo
a645fa7d96
Use bracket to initialise list
...
Co-authored-by: Joey de l'Arago <joeydelarago@gmail.com>
2022-11-28 11:22:53 +01:00
jspijker
ed6018d4ad
Update pyinstaller scripts using UltiMaker
...
Contributes to CURA-9808
2022-11-28 11:22:11 +01:00
jspijker
14eb9371f6
Update AppImage scripts using UltiMaker
...
Contributes to CURA-9808
2022-11-28 11:12:37 +01:00
jspijker
a727228a12
Update dmg scripts using UltiMaker
...
Contributes to CURA-9808
2022-11-28 11:05:59 +01:00
jspijker
3be5581243
Update NSIS scripts using UltiMaker
...
Contributes to CURA-9808
2022-11-28 11:03:45 +01:00
Joey de l'Arago
36fcc34bbd
Merge pull request #13888 from Ultimaker/CURA-9931_cache_product_id_table
...
[CURA-9931] Cache and genericize ID to Product table.
2022-11-28 11:02:33 +01:00
Joey de l'Arago
4a59607d05
Switch to ColumnLayout
...
Update part of Support selector to new layout.
CURA-9793
2022-11-28 10:49:53 +01:00
jspijker
61623720ca
Update copyright using UltiMaker
...
Contributes to CURA-9808
2022-11-28 10:48:38 +01:00
jspijker
0bb59acdf8
Update company name to UltiMaker
...
Contributes to CURA-9808
2022-11-28 10:14:51 +01:00
Joey de l'Arago
3eb5f91fd6
align dictionary values and add comma to end of dict.
2022-11-28 09:14:42 +01:00
Joey de l'Arago
a809e5a91c
don't shadow format function.
2022-11-28 09:13:19 +01:00
jspijker
e1b9630ca4
Update company name to UltiMaker in po files
...
Contributes to CURA-9808
2022-11-28 09:12:20 +01:00
jspijker
696c0f8547
Update company name to UltiMaker
...
Contributes to CURA-9808
2022-11-28 09:05:21 +01:00
jspijker
772cc0d57f
Update company name in conanfile
...
Contributes to CURA-9808
2022-11-28 08:44:21 +01:00
jspijker
ebd91623d0
Change company name in about dialog to UltiMaker
...
Contributes to CURA-9808
2022-11-28 08:41:04 +01:00
jspijker
953bb38c92
Update app name to UltiMaker Cura
...
Contributes to CURA-9808
2022-11-28 08:38:09 +01:00
just-trey
d1ebbaf608
proper temp and limit warning handleing
2022-11-26 12:04:40 -05:00