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
2021-01-20Add TODO comment to explain the commenting out of the snapshotKostas Karmas
CURA-7865
2021-01-20Comment out the generation of the snapshotKostas Karmas
While generating UFP files from outside the main thread, the snapshot generation crashes Cura due to the OpenGL context. To avoid that, for the time being, we comment out the generation of the snapshot. CURA-7865
2021-01-19Remove file_type argument from the saveWorkspaceDialogKostas Karmas
Because we also want to export ufp files, which are not workspace files. CURA-7865
2021-01-18Correct the Menu titleKostas Karmas
CURA-7865
2021-01-18Add default text in the ComboBoxKostas Karmas
The Cura.ComboBox component can now display a default text when there are no items in its model and another text when there is no item selected. CURA-7865
2021-01-15Remove unnecessary kwargsKostas Karmas
CURA-7865
2021-01-15Add save projects submenuKostas Karmas
CURA-7866
2021-01-12Merge pull request #9089 from Ultimaker/CURA-7864_open_remote_files_mvpKonstantinos Karmas
Open remote files MVP
2021-01-12Merge branch 'CURA-7868_Introduce_file_provider_plugin_type' into ↵Kostas Karmas
CURA-7864_open_remote_files_mvp
2021-01-11Merge pull request #9012 from ↵Jelle Spijker
Ultimaker/CURA-7868_Introduce_file_provider_plugin_type CURA-7868: Introduce the file provider plugin type
2021-01-11Fix ambiguous Ctrl+O shortcut not opening the local file dialogCURA-7868_Introduce_file_provider_plugin_typeKostas Karmas
Ctrl+O was assigned as a shortcut in two places: 1. To the "File->Open File(s)" menu item, which is visible when only the local file provider is enabled (i.e. the DF file provider is disabled) 2. To the "File->Open File(s)->From Disk" menu item, which is visible when there are more than one file providers enabled. This was creating an ambiguous shortcut, thus never opening the local file dialog. This is now fixed by disabling the shortcuts when the respective items are not visible. CURA-7868
2021-01-11Don't add temporary files in the recent files list if F5 is pressedKostas Karmas
CURA-7864
2021-01-11Added Maker Made 300x Printer (#8901)skilescm
* Add files via upload * Add files via upload * Update maker_made_300x.def.json * Update maker_made_300x_extruder_0.json * Update maker_made_300x_extruder_0.json * Update maker_made_300x.def.json * Update maker_made_300x.def.json * Update maker_made_300x.def.json * Update resources/extruders/maker_made_300x_extruder_0.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/definitions/maker_made_300x.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/definitions/maker_made_300x.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update maker_made_300x.def.json * Rename maker_made_300x_extruder_0.json to maker_made_300x_extruder_0.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-01-11Adding the MINGDA D2 (#8872)cataclism
* Added the configuration files for the Artillery Printers Added the configuration files for the Artillery Printers * Changed version file * Updated versions, removed machine_head_polygon * fixed version in some files * Added generic PLA,PETG,ABS,TPU * Update resources/definitions/artillery_base.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/definitions/artillery_base.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * 1st batch of update * Apply suggestions from code review Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * 2nd batch of changes * Update resources/quality/artillery/PETG/artillery_0.2_PETG_super.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.2_PETG_ultra.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.3_PETG_low.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.3_PETG_adaptive.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Added the MINDA definition and the MINGDA D2 * Update mingda_d2.def.json Inserted artillery genius plate for the moment * Update mingda_d2.def.json Updated machine dimension * Added the mesh for the D2 & updated the offsets * Update resources/definitions/mingda_base.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Apply suggestions from code review Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Apply suggestions from code review Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-01-08Merge pull request #8718 from Ultimaker/speed_up_container_treeKonstantinos Karmas
Simplify and speed up the extending of the qualities list
2021-01-08Merge branch 'bugfix_typo_their' of https://github.com/timgates42/Cura into ↵Ghostkeeper
timgates42-bugfix_typo_their
2021-01-08Merge pull request #8924 from Eryone/masterKonstantinos Karmas
Added Eryone ER20 3d printer
2021-01-08Typing typo.Remco Burema
CURA-7864
2021-01-08Temproray files shouldn't be in recent file list.Remco Burema
CURA-7864
2021-01-07Revert making the open file dialog a separate LocalFileProvider pluginKostas Karmas
This reverts commits 00de7497a4c2986cf8fd13be8f598a0f615f3d63 to 5f6b3b52c1848416c98f7d276fe02f08d067f675 CURA-7868
2021-01-06Add log entry upon exporting containerGhostkeeper
Quite a salient moment in the log. According to our log levels definitions this must be info since it's the direct result of a user interaction.
2021-01-06Change the row height in the table viewKostas Karmas
CURA-7868
2021-01-05Remove unnecessary QML importsKostas Karmas
CURA-7868
2021-01-05Add a Cura-themed, re-usable TableView componentKostas Karmas
CURA-7868
2021-01-04Don't trigger open menu upon starting CuraGhostkeeper
That would be very annoying. Contributes to issue CURA-7868.
2021-01-04Replace other references to the open action with the file provider modelGhostkeeper
This adds a function 'triggerFirst' to the file provider that triggers the first file provider in the model. That should then be the local file provider, but if the plug-in is disabled for some reason it would use another plug-in. Contributes to issue CURA-7868.
2021-01-04Remove open action, fixing ambiguous overload of Ctrl+OGhostkeeper
The action was no longer in the menu, but the hotkey still functioned. Then there were two actions for Ctrl+O, which was ambiguous to Qt. Contributes to issue CURA-7868.
2021-01-04Move open dialogue to separate file provider plug-inGhostkeeper
We can now define plug-ins that specify where to open files from. This is one of the places where you can open files. This breaks the main button to open files in the interface. It needs to be redirected to trigger the plug-in to show the open file dialogue. Contributest o issue CURA-7868.
2021-01-04Remove unused hasMesh signalGhostkeeper
This is logic that shouldn't be in QML anyway. It's not used by anything at this point. Let's remove it. Contributes to issue CURA-7868.
2021-01-04Update year in the copyright comment.Kostas Karmas
CURA-7868
2021-01-04Connect the visibility of the components through their propertiesKostas Karmas
As Ghostkeeper suspected correctly in the review comment https://github.com/Ultimaker/Cura/pull/9012#discussion_r549707433 the binding wasn't working because the model was being retrieved using a function (CuraApplication.getFileProviderModel()). Separating this model into a variable allows us to properly bind the "visible" properties of the menu items with the count property of the model without a problem. CURA-7868
2020-12-30docs: fix simple typo, thier -> theirTim Gates
There is a small typo in docs/How_to_use_the_flame_graph_profiler.md. Should read `their` rather than `thier`.
2020-12-24Round temperatures when displaying themGhostkeeper
These are long lines for some screens. It'll save a bit of space. No PID controller can really control down to fractional degrees. Fan speed and flow rates are already integer settings. For speeds and retraction lenghts the fractions can be important. Done for #8967.
2020-12-23Change the Open File(s) option according to the file providers countKostas Karmas
When there is only one file provider (i.e. the local file provider), the Open File(s) will be a simple item in the File menu. When there are more than one file providers, the Open File(s) will become a submenu in the File menu, which will contain all the file providers as submenu items. CURA-7868
2020-12-22Small parameter update for printing improvement (#8961)FusedForm
* Add files via upload * Add files via upload * Add files via upload * Update fusedform_300_draft_abs.inst.cfg * Add files via upload * Delete fusedform_300_draft_abs.inst.cfg * Delete fusedform_300_draft_pla.inst.cfg * Deletion of old files * changes in STD quality profiles * Changes in mini quality files * Changes in FF600 quality files * changes in machine definition name * Changes in definition files * extruder and definition linking * ff300 inherits and extruder def * Update fusedform_300.def.json * category deprecation in definitions * inherits * ff300 extruder definition machine * extruder machine definitions * Fused form FF600plus machine profiles * PETG profiles * Update fusedform_300.def.json * changes in start gcode * machine configuration dynamics on definitions * speed adjustments * dynamics modification in petg and flex quality * Further adjustments on dynamics definitiosn * Modification of all files under inherits data structure. * Quality setting version 15 to 16 * These changes are for limiting quality types in the materials defined * Quality Modification under Global and Material specific structure Global quality structures and material specific definitions under the global structures * Addition of double extruder machine definitions * Machine definitions update according to structure * Doppia Base definitions erased, Doppia definitions updated to use a single base definition. * extruder 1 base definition fix * extruder train overrides * extruder modifications * Update fusedform_300_doppia.def.json * Base settings and extruder definitions * retraction modification to avoid filament damage * REdefinition test of second extruder train in doppia * Update fusedform_300_doppia.def.json * Update fusedform_base_extruder_1.def.json * Update fusedform_300_doppia.def.json * Update fusedform_300_doppia.def.json * Update fusedform_300_doppia.def.json * Update fusedform_base_extruder_1.def.json * Update fusedform_300_doppia.def.json * Update fusedform_600_doppia.def.json * Update fusedform_600_doppia.def.json * Additional updates in Doppia definitions * Creation of Doppia base definition, doppia extruders. Update in doppia machine definitions * correction in quality definitions to pull base definitions from a single base * more corrections * small parameter update Small changes in printing parameters to optimize retraction and other settings.
2020-12-22Merge pull request #8964 from Ultimaker/CURA-7835_Fix_skirt_brim_line_widthRemco Burema
Ensure that the skirt_brim_line_width is selected from right extruder
2020-12-21Merge branch 'master' of github.com:Ultimaker/CuraJaime van Kessel
2020-12-21Mark setting as disabled in perobject setting panel if it's enabled property ↵Jaime van Kessel
requires it This is a bit different from the rest, since hiding would mean that the setting can't be removed. CURA-7569
2020-12-21Merge branch 'Update_CPE_settings_UM2C'Ghostkeeper
2020-12-18Remove unused variableJaime van Kessel
CURA-6682
2020-12-18Change client scope in the AccountKostas Karmas
CURA-7868
2020-12-18Update CPE settings for UM2CStijnArntz
Combing settings for 0.4nozzle
2020-12-18Fix testsJaime van Kessel
CURA-7835
2020-12-18Ensure that the skirt_brim_line_width is selected from right extruderJaime van Kessel
This fixes CURA-7835 and Fixes #8716
2020-12-17DelDelete the space tabEryone
Deleted the space tab
2020-12-17Improved the settingEryone
2020-12-17Disable survey buttonJaime van Kessel
2020-12-15Add a new file menu option when there are multiple file providersKostas Karmas
CURA-7868
2020-12-15Merge pull request #8949 from mobilegmYT/patch-1Konstantinos Karmas
Fix "checkout" to "check out"
2020-12-15Update README.mdRPI News