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
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
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
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
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
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
ebd91623d0
Change company name in about dialog to UltiMaker
...
Contributes to CURA-9808
2022-11-28 08:41:04 +01:00
just-trey
d1ebbaf608
proper temp and limit warning handleing
2022-11-26 12:04:40 -05:00
just-trey
829968d215
refactor and clean up
2022-11-25 23:44:17 -05:00
just-trey
b6cbbefc49
remove machine_head_with_fans_polygon as values are nto correct
2022-11-25 16:10:16 -05:00
just-trey
eb2ebd1481
fixi initial layer heights
2022-11-25 16:03:16 -05:00
just-trey
3a522ddb07
removed uneeded file
2022-11-25 15:59:21 -05:00
just-trey
ba12649e31
refactor to parent
2022-11-25 15:55:54 -05:00
just-trey
d021ce5577
bae cleanup
2022-11-25 14:08:58 -05:00
just-trey
2c5930dc8e
base cleanup
2022-11-25 14:08:38 -05:00
Joey de l'Arago
ba958e1186
Changes by c.lamboo
2022-11-25 17:42:55 +01:00
Joey de l'Arago
eb13ac7f6b
Getting setting section sized properly
...
CURA-9793
2022-11-25 17:42:50 +01:00
c.lamboo
76564f7bc4
Add dash between main, and suffix part of quality display name
...
Cura-9773
2022-11-25 16:46:21 +01:00
c.lamboo
52ee149edc
Unify activeQualityDisplayNameMap
string creation
...
Generation quality display names in `CustomPrintSetup.qml` and `PrintSetupSelectorHeader.qml` were so similar that I decided to combine the logic.
Cura-9773
2022-11-25 16:09:55 +01:00
Remco Burema
6a126f4d6b
Merge pull request #13799 from NilsRo/master
...
disable lin. adv. if accidently enabled by earlier print
2022-11-25 12:41:24 +01:00
Joey de l'Arago
f6c8312403
Merge pull request #13847 from xommit/main
...
Translating Cura - Update fr_FR language
2022-11-25 10:47:11 +01:00
eduardo chamorro
fb7930e524
added machine config file and extruder config file of the biomaterial,paste and ceramic printer opensource machine project of FabLab Barcelona
2022-11-25 10:40:41 +01:00
Joey de l'Arago
ac2e733ea6
Add Section Header and Section Setting item components.
...
Upgrade Adhesion to use new components
CURA-9793
2022-11-24 17:24:28 +01:00
Joey de l'Arago
a7dc1b24bc
Rename RecommendedInfillDensitySelector.qml since it will now be a more generic Strength selector
...
CURA-9793
2022-11-24 16:42:46 +01:00
just-trey
08a0b54c5f
Merge branch 'master' of https://github.com/just-trey/Cura
2022-11-23 11:41:37 -05:00
just-trey
0e4c39c433
update setting_version
2022-11-23 11:41:34 -05:00
just-trey
99c57a4ba4
Merge pull request #1 from Ultimaker/main
...
get latest
2022-11-23 11:31:33 -05:00
Casper Lamboo
ee75fa02aa
Merge pull request #13848 from Ultimaker/CURA-9424_workspace_dialog_fixes
...
[CURA-9424] Workspace dialog fixes
2022-11-17 17:15:34 +01:00
Joey de l'Arago
ff61097f13
Update resources/qml/RoundedRectangle.qml
...
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-11-17 16:37:14 +01:00
xommit
663dcb8968
Update cura.po
2022-11-17 15:21:34 +01:00
xommit
fd546c347e
Update cura.po
2022-11-17 15:16:38 +01:00
Casper Lamboo
5a75678caf
Merge pull request #13762 from Ultimaker/CURA-9548_min_support_area_split
...
[CURA-9548] The engine now operates on the area _before_ the offset.
2022-11-17 14:47:30 +01:00
Joey de l'Arago
da71983891
Make combobox font and padding customizable.
...
Style WorkspaceDialog comboboxes similar to MachineSelector
CURA-9424
2022-11-17 14:41:14 +01:00