Luis Gabriel Gomez
fa9b8b9436
Update creality_sermoonv1.def.json
2022-11-30 19:52:08 -03:00
Luis Gabriel Gomez
ae65a16b45
Update creality_sermoonv1.def.json
2022-11-30 19:52:08 -03:00
Luis Gabriel Gomez
bc68c753fb
Delete creality_sermoonv1pro.def.json
...
Delete redundant sermoon v1 pro as it is the same printer model on all relevant specs
2022-11-30 19:52:08 -03:00
Luis Gabriel Gomez
e4cd944a37
Create creality_sermoonv1pro.def.json
2022-11-30 19:52:08 -03:00
Luis Gabriel Gomez
64354fb0d9
Create creality_sermoonv1.def.json
2022-11-30 19:52:08 -03:00
Remco Burema
6f651b922a
Profile compare-and-save: Add (more) explanatory text(s).
...
part of CURA-9347
2022-11-30 19:54:41 +01:00
Remco Burema
8f65af61e5
Connect compare-and-safe profile dialog buttons to actions.
...
Some rework was needed as to not get the entire Preferences window to show up, which previously came along with the add profile action.
part of CURA-9347
2022-11-30 18:48:07 +01:00
Wilds
e48c01749f
Add Artillery Hornet 3d printer definition
2022-11-30 18:23:46 +01:00
Joey de l'Arago
574b1000f6
Add tooltips
...
CURA-9793
2022-11-30 17:44:58 +01:00
Joey de l'Arago
487bf41a7b
Add validators to project.
...
CURA-9793
2022-11-30 16:55:04 +01:00
jellespijker
8b49f77ea2
Applied printer-linter format
2022-11-30 15:35:31 +00:00
jspijker
b5b5ad852b
Fix indention
...
Contributes to CURA-9873
2022-11-30 16:33:31 +01:00
MariMakes
59111556d6
Fix indents again
...
Fix indents again
2022-11-30 16:15:46 +01:00
MariskaMaas
9f8e96bf1f
Resolve Merge Conflict
...
Redid the change because of 55b546cefd
2022-11-30 16:11:13 +01:00
Joey de l'Arago
522bf60e81
Adjust left margins
...
CURA-9793
2022-11-30 15:43:14 +01:00
Joey de l'Arago
d617566db4
Move show custom button next to setting section title.
...
CURA-9793
2022-11-30 15:36:15 +01:00
Joey de l'Arago
6338085999
Remove unused fill
...
CURA-9793
2022-11-30 15:11:45 +01:00
Joey de l'Arago
b356335f4f
Correct spelling mistake
...
CURA-9793
2022-11-30 15:10:19 +01:00
c.lamboo
8ce2af290c
Conditionally add ctrl+, hotkey to open settings
...
Only do this for mac, as it is not customary on other OSes
CURA-9939
2022-11-30 15:10:15 +01:00
Joey de l'Arago
dbf2ae4f60
Fix spacing vertical between Recommended sections and setting items.
...
CURA-9793
2022-11-30 15:09:05 +01:00
Joey de l'Arago
680a86c896
Add default height to combobox, not sure why this was never set before.
...
CURA-9793
2022-11-30 15:08:06 +01:00
Joey de l'Arago
0514c62b3e
Remove bad height assignment to dynamic layout
...
CURA-9793
2022-11-30 14:51:45 +01:00
Joey de l'Arago
e8ba3695b3
Swap out svg for clean export
...
CURA-9793
2022-11-30 14:41:35 +01:00
Joey de l'Arago
75721f467b
Remove margins and padding and scale icon better.
...
CURA-9793
2022-11-30 14:41:19 +01:00
nallath
7b3e072294
Applied printer-linter format
2022-11-30 13:30:31 +00:00
Jaime van Kessel
d40bdf832f
Merge pull request #13937 from Ultimaker/working_branch
...
Remove the use of support towers when using PVA
2022-11-30 14:29:32 +01:00
nallath
3c93026349
Applied printer-linter format
2022-11-30 13:28:10 +00:00
Jaime van Kessel
55b546cefd
Merge pull request #13917 from Ultimaker/PP-36_new_brim_settings
...
Made the default skirt/brim extruder -1 (not overridden), this will create 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.
2022-11-30 14:27:03 +01:00
Jaime van Kessel
a0a76e0268
Update resources/definitions/fdmprinter.def.json
2022-11-30 14:25:48 +01:00
nallath
c4f5bd49ec
Applied printer-linter format
2022-11-30 13:16:23 +00:00
Jaime van Kessel
f23aa95eae
Merge pull request #13925 from Ultimaker/PP-183_Enable_zigzag_support_interface
...
PP-183 Enable zigzag support interface
2022-11-30 14:15:23 +01:00
Paul Kuiper
658eb94474
Update resources/definitions/fdmprinter.def.json
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2022-11-30 14:13:54 +01:00
Remco Burema
c13deba1ea
Build correct states for safe profiles flow (except actual safe).
...
Re-use Discard Or Keep dialogue, but have different buttons. (Safe to New/Override instead of Keep/Discard.) The actual safa action is still the old one though (for either new button, it still goes to the old 'make a new profile' action). Besides that, some cosmetics have to be done to the texts as well still.
part of CURA-9347
2022-11-30 12:40:07 +01:00
Joey de l'Arago
dbf27a432f
Change confusing naming of section enable switch.
...
CURA-9793
2022-11-30 12:12:41 +01:00
Joey de l'Arago
4f8943412f
Remove unused anchors
...
CURA-9793
2022-11-30 12:10:50 +01:00
Joey de l'Arago
69af593d8c
Make Slider generic component in UM. Make Infill slider into generic SingleSettinSlider which will work for any setting now.
...
Change slider theme slighly.
CURA-9793
2022-11-30 11:45:27 +01:00
Paul Kuiper
5ab546e01d
Remove the use of support towers when using PVA
...
Relates to: PP-276
2022-11-30 09:35:56 +01:00
Christian Kvasny
de5957be69
Update vzbot_base.def.json
...
Fix issue(s) with the introduced code
2022-11-30 01:58:44 +01:00
Christian Kvasny
d97bc371e5
Merge branch 'Ultimaker:main' into main
2022-11-30 01:23:16 +01:00
izilzty
0627875c52
Merge branch 'Ultimaker:main' into main
2022-11-30 07:39:35 +08:00
Remco Burema
79629e477d
Small stuff: Swap Icons. Tooltips. Remove reduntant entries.
...
part of CURA-9347
2022-11-29 23:39:24 +01:00
just-trey
9f8bbc5811
Merge branch 'Ultimaker:main' into master
2022-11-29 17:26:38 -05:00
Remco Burema
40b7233125
Also add save/reset buttons to custom profile.
...
part of CURA-9347
2022-11-29 23:18:15 +01:00
Remco Burema
0ea2830108
Add the 'safe to profile' button itself.
...
Currently only works for creating a new profile from current changes (when on top of a built-in profile). Only does the compare (not the safe yet) in the other circumstance. Also already anticipate the next commits by being able to hide the text and icon (because this will be added to the custom mode view as well).
part of CURA-9347
2022-11-29 22:54:30 +01:00
Anson Liu
d377adead4
Update dxu_umo.def.json
...
Removed redundant nozzle size and filament diameter already specified in parent.
2022-11-29 14:53:23 -05:00
Anson Liu
786c5ca0aa
Merge branch 'Ultimaker:main' into dxu_umo_definition
2022-11-29 14:31:42 -05:00
Joey de l'Arago
7ba0281136
Move required settingPropertyProvider into InfillSlider.
...
Use new RecommendedSetting components for Strength section of recommended.
CURA-9793
2022-11-29 17:50:40 +01:00
Joey de l'Arago
f99f1a4528
Stop logging spam by checking before setting property.
...
CURA-9793
2022-11-29 17:49:26 +01:00
Joey de l'Arago
1224f076c3
Fix switch alignment
...
CURA-9793
2022-11-29 17:20:34 +01:00
Joey de l'Arago
c356b9d46f
Rename ExtruderSelectorBar -> SingleSettingExtruderSelectorBar to be inline with new single setting widgets.
...
Move common functionality into SingleSettingExtruderSelectorBar
Add adhesion settings
CURA-9793
2022-11-29 17:00:55 +01:00