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 (Expand)Author
2022-09-16Fix refresh of ChoosePrinterDialog not workingCURA-9278_UI_UX_FixesJaime van Kessel
2022-09-13Show printer even if the configuration does not matchc.lamboo
2022-09-13Defensive coding: What if no extruder position.Remco Burema
2022-09-12Fix bug in displaying extrudersc.lamboo
2022-09-12Simplify if notation Casper Lamboo
2022-09-12Simplify list notation Casper Lamboo
2022-09-09Connect buttons for selected printers: Print and refresh.Remco Burema
2022-09-09Don't show machines with only incompatible configurations.Remco Burema
2022-09-09Complete interface for selecting cloud printer.Remco Burema
2022-09-08Get extruder configs to frontend.Remco Burema
2022-09-07Merge remote-tracking branch 'origin/main' into CURA-9278_choose_printer_dialogRemco Burema
2022-09-06Merge pull request #12947 from digitalfrost/040822Jaime van Kessel
2022-09-06Merge branch '030822' of github.com:digitalfrost/CuraJaime van Kessel
2022-09-06Move `hasNetworkedConnection` to `GlobalStack`c.lamboo
2022-09-06Add typing to function argument Casper Lamboo
2022-09-05Add some extrudare information fetching.Joey de l'Arago
2022-09-05Add printer cardsJoey de l'Arago
2022-09-05Revert "Prevent abstract machines from being deleted in the config menu"CURA-9277_c.lamboo
2022-09-05Make sure online printers are always shown in the correct tabc.lamboo
2022-09-02W.I.P.: Press print on abstract cloud printer. User should see dialog.Remco Burema
2022-09-02Always show correct number of connected machinesc.lamboo
2022-09-02Prevent abstract machines from being deleted in the config menuc.lamboo
2022-09-02Don't show abstract machines in configuration pagec.lamboo
2022-08-31Fix abstract machines being displayed twiceJaime van Kessel
2022-08-31Merge pull request #13165 from Ultimaker/CURA-8463_cloud_configurationRemco Burema
2022-08-31Default printers should be collapsedjoeydelarago
2022-08-31Update cura/Machines/Models/MachineListModel.pyCasper Lamboo
2022-08-31Change listType -> componentType. Makes it a bit more clear that this variabl...joeydelarago
2022-08-31Merge branch 'main' of github.com:Ultimaker/Cura into CURA-8463_cloud_configu...Jaime van Kessel
2022-08-31Update function name to match code stylejoeydelarago
2022-08-31Update isAbstractMachine to match Role name format.joeydelarago
2022-08-31Fix indentationjoeydelarago
2022-08-31QML was attempting to fetch variables that were emtpy. Using self.clear() pro...joeydelarago
2022-08-31Typoc.lamboo
2022-08-31Use list model to display show hide buttonsc.lamboo
2022-08-31Add button to hide/show connected printersCURA-9514c.lamboo
2022-08-29Add sanity check for printers that are online. They must have an online conne...joeydelarago
2022-08-26Remove code duplication in createAbstractMachineJaime van Kessel
2022-08-26Add documentationCURA-9277_CURA-9514_remove_AbstractMachinec.lamboo
2022-08-26Move `getMachinesWithDefinition` to `MachinesManager`c.lamboo
2022-08-26Remove AbstractMachinec.lamboo
2022-08-24Merge pull request #13102 from Ultimaker/CURA-9514_collapsable_printers_listCasper Lamboo
2022-08-24Simplify logic by having abstract printers always be online.joeydelarago
2022-08-24Remove redundant commentjoeydelarago
2022-08-24Subtract online printers from list of all printers instead of searching for o...joeydelarago
2022-08-23Use f-string and info method with Loggerdigitalfrost
2022-08-23Code stylejoeydelarago
2022-08-23Group printers by section (Connected Printers/Other Printers)joeydelarago
2022-08-23Rename AbstractStacksModel.py -> MachineListModel.py since this model include...joeydelarago
2022-08-23Searching container registry returns ContainerStacks.joeydelarago