c.lamboo
|
fccfcb0e2b
Add scroll bar to the `WorkSpaceDialog`
|
2 years ago |
j.delarago
|
511b10c084
Display package cards in the package list for packages that can't be found on the marketplace api.
|
2 years ago |
p.kuiper
|
7916407951
Implementation of various support structure improvements as explained in ticket PP-108.
|
2 years ago |
Jaime van Kessel
|
95e078a3a9
Merge pull request #12356 from p3d-dev/main
|
2 years ago |
Jaime van Kessel
|
b42a06fddd
Merge pull request #12418 from Ultimaker/PP-172-dont-avoid-supports
|
2 years ago |
Jaime van Kessel
|
2d1abf79a8
Merge pull request #12416 from Ultimaker/PP-46-print-infill-before-walls
|
2 years ago |
Jaime van Kessel
|
65e4b0e0d7
Merge pull request #12412 from Ultimaker/PP-19_also_increase_jerk_for_support
|
2 years ago |
Jaime van Kessel
|
9fc3357818
Merge pull request #12398 from Ultimaker/PP-93-enable-top-surface-skin-layers
|
2 years ago |
Jaime van Kessel
|
7c07655117
Merge pull request #12399 from Ultimaker/PP-86-reduce-support-interface-flow
|
2 years ago |
c.lamboo
|
812b728636
Show warning when opening file without installing missing materials
|
2 years ago |
c.lamboo
|
9c02f6500d
Use API endpoint for requesting package_ids
|
2 years ago |
p.kuiper
|
a103d377f7
Further cleanup of the jerk settings. UM2 based machine have no jerk settings, removed them. Set first layer jerk equal to print jerk and removed all jerk settings (except for jerk_print) in the quality and variant files.
|
2 years ago |
Joey de l'Arago
|
16804dfeee
Merge pull request #12411 from Ultimaker/CURA-9297_show_custom_intent_names
|
2 years ago |
p.kuiper
|
977b81da7f
Removed duplicate entry bridge fan speed 3.
|
2 years ago |
p.kuiper
|
ddb67fef6d
Merge remote-tracking branch 'origin/main' into PP-19_also_increase_jerk_for_support
|
2 years ago |
p.kuiper
|
0efb71b2a5
Merge remote-tracking branch 'origin/PP-19_also_increase_jerk_for_support' into PP-19_also_increase_jerk_for_support
|
2 years ago |
p.kuiper
|
fec4888989
Clean up of jerk settings. Moved the jerk setting up to ultimaker.def.json. Removed duplicate entries in quality profiles and removed a number of strange jerk entries in the quality profiles.
|
2 years ago |
j.delarago
|
b015617e13
Marketplace plugin registry is None on initialization, and is loaded after running show().
|
2 years ago |
j.delarago
|
0df21e6073
Refactor missing packages dialog into model (MissingPackageList) and controller (InstallMissingPackagesDialog.qml)
|
2 years ago |
Rijk van Manen
|
8f2dff712e
disable travel_avoid_supports
|
2 years ago |
Ghostkeeper
|
84e3201db4
Merge branch '5.0'
|
2 years ago |
Rijk van Manen
|
877f8ca1cf
revert PP-37
|
2 years ago |
Rijk van Manen
|
0c28756d45
These settings are already default in fdmprinter
|
2 years ago |
Rijk van Manen
|
0779cbbbdd
set material specific settings
|
2 years ago |
Rijk van Manen
|
3a2a58f546
remove setting, follow the default
|
2 years ago |
Rijk van Manen
|
14355aa904
default retraction limit settings
|
2 years ago |
Remco Burema
|
d35c862bb8
Prevent run of out-of-install executable in secure context.
|
2 years ago |
p.kuiper
|
20efe02d8b
Also changed the jerk setting for support material to 20mm/s to prevent flow ringing in the support material and increase productivity.
|
2 years ago |
Jaime van Kessel
|
e6551821aa
Use intent category if no translation is available
|
2 years ago |
j.delarago
|
5a3836b841
Fix missingPackages not updating
|
2 years ago |
Remco Burema
|
8579a6baf3
Merge pull request #12410 from Ultimaker/CURA-8610_save_package_metadata
|
2 years ago |
j.delarago
|
61332b0845
Remove website
|
2 years ago |
c.lamboo
|
cd9fde946f
Add typing
|
2 years ago |
c.lamboo
|
cd18bfb893
Set warning only if there are missing materials
|
2 years ago |
Remco Burema
|
6640c5e5f2
Merge pull request #12402 from Ultimaker/CURA-8610_save_package_metadata
|
2 years ago |
Remco Burema
|
aa83c68387
This error is not about materials, not uninstalling.
|
2 years ago |
c.lamboo
|
84f19458c5
Display error when opening 3mf files
|
2 years ago |
j.delarago
|
29b6450704
Add some more information for the unhappy route and a message to inform the user.
|
2 years ago |
Joey de l'Arago
|
094c781b02
Update plugins/XmlMaterialProfile/XmlMaterialProfile.py
|
2 years ago |
j.delarago
|
5c1b7470a7
Add pyqt access to missing package metadata.
|
2 years ago |
j.delarago
|
ce0623664a
Include all missing package metadata instead of just ids so we have something to display before searching the package on the marketplace. This is also important so we can show something if we can't find the package on the marketplace.
|
2 years ago |
j.delarago
|
4572d53e11
Read package.json required package information. Put package_ids for packages we don't have installed inside the WorkspaceDialog
|
2 years ago |
Ghostkeeper
|
d6bd7cce9e
Oops
|
2 years ago |
j.delarago
|
ca9955c730
Remove metadata exporting to ufp
|
2 years ago |
j.delarago
|
ec60325a3f
Move metadata exporting to 3mf
|
2 years ago |
Remco Burema
|
6b04c736e9
Revert "Disable the material sync message again"
|
2 years ago |
Ghostkeeper
|
35147d7f5e
Don't crash if machine_extruder_trains metadata is missing
|
2 years ago |
j.delarago
|
64478fb17d
Fix typo fetching sdk version
|
2 years ago |
j.delarago
|
cdc08b5d54
Improve GUID check by parsing xml and getting GUID specifically inside the metadata tag.
|
2 years ago |
Jaime van Kessel
|
097cc9388a
Added orientiation plugin to gitignore
|
2 years ago |