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-30Merge pull request #11744 from Ultimaker/sprialize_removes_holesRemco Burema
automatically remove all holes when spiralizing
2022-08-30Merge pull request #13127 from Ultimaker/CURA-9221_show_message_cloud_approvalRemco Burema
[CURA-9221] Show message cloud approval
2022-08-30Speared spurious space.Remco Burema
done as part of CURA-9221
2022-08-30Don't add `is_online` to `.3mf` filesc.lamboo
from eccb
2022-08-30Only display message for abstract printersc.lamboo
CURA-9422
2022-08-30Merge pull request #13153 from Ultimaker/PP-192_clean_up_standby_temperaturesJaime van Kessel
PP-192_clean_up_standby_temperatures
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 sanity check for printers that are online. They must have an online ↵joeydelarago
connection type. This can pop up when adding a printer from a 3mf since we do not store the connection_type but we do store is_online=True. CURA-9277
2022-08-29Add correct image in monitor pagec.lamboo
CURA-9422
2022-08-29Merge pull request #13131 from Ultimaker/CURA-9422_monitor_for_abstract_typeJoey de l'Arago
[CURA-9422] 'Monitor page' for abstract printer types
2022-08-29Remove commented out codeCURA-9422_monitor_for_abstract_typec.lamboo
CURA-9422
2022-08-29Increase marginsc.lamboo
between image, text and action button in the monitor page CURA-9422
2022-08-26Some minor GUI tweaks.Remco Burema
part of CURA-9422
2022-08-26Prettify monitor page for abstract cloud printers.Remco Burema
Fill placeholder. Image is the closest I could find in the current SVG's. Other than that, this should be it mostly for the 'monitoring' of abstract cloud printers. part of CURA-9422
2022-08-26Placeholder; the selected printer to monitor is abstract, but cloud-capable.Remco Burema
forms the base of CURA-9422
2022-08-26Merge pull request #13128 from ↵Casper Lamboo
Ultimaker/CURA-9277_CURA-9514_remove_AbstractMachine Remove AbstractMachine
2022-08-26Add documentationCURA-9277_CURA-9514_remove_AbstractMachinec.lamboo
CURA-9514, CURA-9277
2022-08-26Move `getMachinesWithDefinition` to `MachinesManager`c.lamboo
CURA-9514, CURA-9277
2022-08-26Move message triggering into CloudOutputDevice so that the campaign link can ↵CURA-9221_show_message_cloud_approvaljoeydelarago
include the cluster_id. CURA-9221
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-26Update ↵Joey de l'Arago
plugins/UM3NetworkPrinting/src/Messages/PrintJobAwaitingApprovalMessage.py Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2022-08-26Remove unused importjoeydelarago
CURA-9221
2022-08-26Update linksjoeydelarago
CURA-9221
2022-08-25change _parseModels -> _parseResponse since it now parses responses with no ↵joeydelarago
models included. Move status check into _parseResponse Don't give PrintJobUploadSuccessMessage() if printis awaiting approval. The print has successfully uploaded but it is pending approval instead so it does not make sense to display both messages. CURA-9221
2022-08-25Add link out to learn morejoeydelarago
CURA-9221
2022-08-24Merge pull request #13106 from digitalfrost/240822Jelle Spijker
CuraSceneController.py : Fix problem with log message and use f-string
2022-08-24CuraSceneController.py : Fix problem with log message and use f-stringdigitalfrost
- Correct log message (we want to log the "selected" build plate) - Use f-string and debug method for Logger instead of "Old Style" string formatting.
2022-08-24Swap text and title for message.joeydelarago
Move link opening code into the PrintJobAwaitingApprovalMessage.py CURA-9221
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-24Fix github workflow for packages on 'modern linux'.Remco Burema
2022-08-24Fix github workflow for packages on 'modern linux'.Remco Burema
2022-08-24Merge branch 'main' into CURA-9221_show_message_cloud_approvaljoeydelarago
2022-08-24Merge pull request #13102 from Ultimaker/CURA-9514_collapsable_printers_listCasper Lamboo
[CURA-9514] Collapsable printers list
2022-08-24Update README.mdJoey de l'Arago
2022-08-24Update README.md, use dark mode or light mode image depending on github theme.joeydelarago
2022-08-24Simplify logic by having abstract printers always be online.joeydelarago
CURA-9221
2022-08-24Update resources/qml/PrinterSelector/MachineListButton.qmlJoey de l'Arago
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-08-24Remove enum, python has no build in support for getting enum from string ↵joeydelarago
value. This will be in Python 3.11 though. CURA-9221
2022-08-24Remove debug statementjoeydelarago
CURA-9514
2022-08-24Remove redundant commentjoeydelarago
CURA-9514
2022-08-24Subtract online printers from list of all printers instead of searching for ↵joeydelarago
offline printers. This prevents printers without "is_online" in the metadata from being left out, and is generally more defensive for uncertain states. CURA-9514
2022-08-24Create abstract printers when adding lan printers.joeydelarago
CURA-9514
2022-08-24Include LAN printers in abstract printers listjoeydelarago
Make filtering clearer by splitting it up into multiple lines. CURA-9514
2022-08-24Give machine selector minimum width so it displays correctly on smaller screens.joeydelarago
CURA-9514
2022-08-24Merge pull request #13011 from digitalfrost/patch-9Joey de l'Arago
setting_properties.md: Reformat text and corrections
2022-08-23Merge pull request #13006 from ElectronicsArchiver/mainJoey de l'Arago
Formatted README
2022-08-23Set minimum width, so that drop down is still readable on small screensCURA-9514_collapsable_printers_listjoeydelarago
CURA-9514
2022-08-23Adjust button size according to widthjoeydelarago
CURA-9514
2022-08-23Adjust large button sizejoeydelarago
CURA-9514