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-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-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-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
2022-07-19Merge branch 'master' of github.com:RVillani/CuraJaime van Kessel
2022-07-19Merge pull request #12442 from amweiss/patch-1Jaime van Kessel
Rename Ender-3 profile to include v2
2022-07-19Bump version numbersJaime van Kessel
CURA-9503
2022-07-19Merge branch 'master' of github.com:heed818/CuraJaime van Kessel
2022-07-19Update anycubic_i3_mega_s.def.json (#11715)NilsRo
Added nozzle size Dynamic wall thickness by nozzle diameter Added filament costs to standard First layer speed inheritance Added maximum temp warnings Updated FAN Optimized initial purge of filament
2022-07-19Merge branch 'master' of github.com:3d-hctech/CuraJaime van Kessel
2022-07-19BUmp version number for anycubic printersJaime van Kessel
CURA-9501
2022-07-19Merge branch 'master' of github.com:ANYCUBIC-3D/CuraJaime van Kessel
2022-07-19Bump version numberJaime van Kessel
CURA-9500
2022-07-19Merge branch 'feat/ender3s1-profile' of github.com:Sebazzz/CuraJaime van Kessel
2022-07-19Merge branch '5.1'jspijker
2022-07-19Add video link for 5.1Ghostkeeper
2022-07-18Merge branch '5.1'Ghostkeeper
2022-07-18Add missing feature to change log5.0.99Ghostkeeper
This was actually completed quite a while ago (not in 5.0 yet, but in 5.1) but testing completed way later, making us miss this one.
2022-07-18Merge branch '5.1'Ghostkeeper
Conflicts: conandata.yml -> something was added in 5.1, so I kept that. Not sure why it'd be a conflict.
2022-07-18Add 'known issues' section of change logGhostkeeper
I really hope this won't become a pattern... We've always had known issues and it wouldn't do anyone any good to list all of them in the stable release change logs. But it's not my decision here.
2022-07-18Merge branch '5.1'Ghostkeeper
2022-07-18Update change log for 5.1 stableGhostkeeper
There's still 2 more tickets in the works, that I didn't add yet. We'll see if they get merged in time.
2022-07-15Merge branch '5.1'Jelle Spijker
# Conflicts: # .github/workflows/unit-test.yml
2022-07-15Merge remote-tracking branch 'origin/5.1' into 5.1c.lamboo
2022-07-15Remove line break in translation stringc.lamboo
CURA-9420
2022-07-15Fix whitespace around slashGhostkeeper
This was inconsistent with other uses in Chinese and just in and of itself. Contributes to issue CURA-9420.
2022-07-15Update translation stringsc.lamboo
CURA-9420