Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-31Merge branch 'main' into CURA-9289c.lamboo
2022-08-31Merge branch 'main' into CURA-9422_abstract_cloud_monitor_reduxc.lamboo
# Conflicts: # resources/qml/PrinterSelector/MachineListButton.qml
2022-08-31Update light-mode cura_connected_printers svgc.lamboo
Old one was not displaying on my machine CURA-9422
2022-08-31Merge pull request #13165 from Ultimaker/CURA-8463_cloud_configurationRemco Burema
Show all configurations in "abstract" printer from cloud
2022-08-31Small fixes (mostly QML warnings and the like).Remco Burema
done as part of CURA-9422
2022-08-31Make send to DF in monitor for abstract printer work (again-ish).Remco Burema
Already moslty implemented, but a new approach of the base feature (abstract cloud printers) made a more? elegant and functioning implementation possible. (re)implements CURA-9422
2022-08-31Merge branch 'main' into CURA-9289c.lamboo
2022-08-31Change listType -> componentType. Makes it a bit more clear that this ↵joeydelarago
variable decides which component should be used for the model. CURA-9514
2022-08-31Merge branch 'main' into CURA-9514joeydelarago
2022-08-31Merge pull request #13103 from ↵Jaime van Kessel
Ultimaker/PP-216_Move_top_surface_settings_out_of_experimental Moved top layer (roofing) settings out of experimental: “Top surface …
2022-08-31Merge branch 'main' of github.com:Ultimaker/Cura into ↵Jaime van Kessel
CURA-8463_cloud_configuration
2022-08-31fix incorrect spacingRijk van Manen
2022-08-31Remove height binding loop.joeydelarago
CURA-9514
2022-08-31Merge pull request #13163 from Ultimaker/PP-172-dont-avoid-supportsJaime van Kessel
disable travel_avoid_supports
2022-08-31Use list model to display show hide buttonsc.lamboo
CURA-9514
2022-08-31Add button to hide/show connected printersCURA-9514c.lamboo
CURA-9514
2022-08-30Merge pull request #11744 from Ultimaker/sprialize_removes_holesRemco Burema
automatically remove all holes when spiralizing
2022-08-30disable travel_avoid_supportsPP-172-dont-avoid-supportsRijk van Manen
While CURA-9337 is not implemented this a mitigation to avoid unnecessary combing. PP-172
2022-08-29Clean up of standby temperaturesPP-192_clean_up_standby_temperaturesRijk van Manen
Clean up of standby temperatures to printing temperature -100deg. This is a safe default. PP-192
2022-08-29Add correct image in monitor pagec.lamboo
CURA-9422
2022-08-26Simplify onCompleted call in qmlJaime van Kessel
CURA-8463
2022-08-26Merge branch 'main' into CURA-9289c.lamboo
2022-08-26Remove AbstractMachinec.lamboo
Having a separate class for the AbstractMachine complicated things; it's behaviour was extremely similar to the GlobalStack so adding one more stack container type in addition to the many similar setting container types we already have adds complexity to the system. Having these different classes for machines and abstract machines also add complexity to the update script as the abstract machines were stored in a separate folder from the machine types. Because of these reasons we decided to replace the AbstractMachine by a GlobalStack where the is_abstract_machine property metadata property is set to True. CURA-9514, CURA-9277 Co-authored-by: joeydelarago <joeydelarago@gmail.com>
2022-08-25Add plugin: VersionUpgrade50to52c.lamboo
Main addition of this upgrade plugin is creating cloud printer types for each of the machine instances. Cura-9289 Co-authored-by: joeydelarago <joeydelarago@gmail.com>
2022-08-24Merge branch 'main' of github.com:Ultimaker/CuraJaime van Kessel
2022-08-24Bump up the maximum_extrusion_area_deviationJaime van Kessel
CURA-9524 Fixes #12828
2022-08-24Update resources/qml/PrinterSelector/MachineListButton.qmlJoey de l'Arago
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-08-24Moved top layer (roofing) settings out of experimental: “Top surface Skin ↵PP-216_Move_top_surface_settings_out_of_experimentalPaul Kuiper
Line Width”, “Top Surface Skin Pattern”, “Monotonic Top Surface Order” and “Top Surface Skin Line Directions” as children under “Top Surface Skin Layer“ in the Top/Bottom menu. Relates to PP-216
2022-08-24Give machine selector minimum width so it displays correctly on smaller screens.joeydelarago
CURA-9514
2022-08-23Adjust button size according to widthjoeydelarago
CURA-9514
2022-08-23Adjust large button sizejoeydelarago
CURA-9514
2022-08-23Show icon for offline printersjoeydelarago
CURA-9514
2022-08-23Fix drop down not dynamically resizing widthjoeydelarago
CURA-9514
2022-08-23Group printers by section (Connected Printers/Other Printers)joeydelarago
Cleanup redundant code. CURA-9514
2022-08-23Rename AbstractStacksModel.py -> MachineListModel.py since this model ↵joeydelarago
includes both abstract machine stacks and regular machines Add machineCount for displaying the number of machines of a type. MachineSelectorButton is in use in other places, swapped it out for a new Component MachineListButton. CURA-9514
2022-08-23Searching container registry returns ContainerStacks.joeydelarago
Made typing more generic to work with an ContainerStack to compensate. Made AbstractMachine getMachines a classmethod so it can be called with ContainerStacks. CURA-9514
2022-08-22Merge pull request #12651 from ↵Casper Lamboo
Ultimaker/CURA-9357_hide_middle_line_threshold_settings [CURA-9357] Remove some very difficult to explain (even to experts) settings.
2022-08-11automatically remove all holes when spiralizingsprialize_removes_holesTim Kuipers
Spiralize is meant for models which are solid, but many people don't know and model their things hollow. With this automatic setting change these people won't notice that they have modeled it wrong. Which means there are less times I need to explain stuff to users. Profit.
2022-08-10When changing to an intent with infillDensity > 100 in recommended settings ↵CURA-9488_infill_density_displayed_wrongjoeydelarago
the RecommendedInfillDensitySelector would set infillDensity=100. This is because the onValueChanged function checks if the slider has a different value from the settings and updates the settings if it does. The slider has a max value of 100, so when setting the sliders value to 1000 the slider would update to have a value of 100. This would then update the setting to value to 100. The fix is as follows. When updating the slider value > 100 just ignore the first onValueChanged. Following onValueChanged, which are triggered by the user sliding the slider, will still trigger. CURA-9488
2022-08-06Merge pull request #12692 from ↵Remco Burema
Ultimaker/PP-187_move_shrinkage_compensation_values_to_fdm_materials Removed shrinkage compensation from the quality profiles. They have b…
2022-08-05Click on checkbox only for checkbox-setting.Remco Burema
People accidentally set (checkbox) settings when mis-clicking slightly when scrolling through the settings. CURA-9530
2022-08-01Merge pull request #12866 from Ultimaker/CURA-9220_hide_if_no_permissionJelle Spijker
Hide cloud interaction buttons if the user has no permissions to them
2022-07-29Don't show warning color for children of support_infill_rate when using tree ↵CURA-9520_warning_line_density_childrenj.spijker@ultimaker.com
support CURA-9520 PPM: Tree support has infill density 15%, but should have 0%
2022-07-29Merge pull request #12878 from ↵Jelle Spijker
Ultimaker/CURA-9520_Fix_support_infill_tree_support CURA-9520_Fix_support_infill_tree_support
2022-07-29Increase maximum integer length to 12 charactersGhostkeeper
This may cause overflows if the integer type is 32-bit, but we tend to use 64-bit anyway. And 9,999,999 was already an overflow too. Fixes #12859.
2022-07-27Set the infill density of the support to 0% when tree structures are used.CURA-9520_Fix_support_infill_tree_supportp.kuiper
Relates to CURA-9520
2022-07-26Remove old df_access additional rightGhostkeeper
It is replaced by the new permissions system. The rights are more specific than 'digital factory access, yes or no'. It's now about whether you can read/write printers/projects/print jobs/etc and can differ whether it is your own project/job/etc or someone else's. Contributes to issue CURA-9220.
2022-07-26Add specific permission requirements to application switcherGhostkeeper
These functions require special permissions in the account now. Just checking for digital factory access is no longer enough. Contributes to issue CURA-9220.
2022-07-26Redirect to USB workflow if user account doesn't have permissionsGhostkeeper
If the user is not allowed to write profiles to the printers, then they'd get errors when trying to sync. Instead we'll redirect them to the USB workflow. This also works for users that have accounts but don't have the printers in the cloud. The original requirements suggest that the entire sync button must be hidden for this case. But to allow those people to still sync via USB I'm opting for this solution instead. Contributes to issue CURA-9220.
2022-07-19Add contributors to change logGhostkeeper