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
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-09-02Add version upgrade for Cura 4.8Ghostkeeper
We're changing the unit of one of our settings, so we need to implement a version upgrade to change that for our users in case they changed this setting themselves. Contributes to issue CURA-7118.
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-07-28Revert ignoring network information in VersionUpgraderKostas Karmas
As this will also remove them from machines that go through the VersionUpgrader.
2020-07-28CURA-7608 Ignore machine network information when handling project files (#8116)Konstantinos Karmas
CURA-7608
2020-07-20Fix preferences.cfg not being updated in project filesKostas Karmas
Since the metadata/setting_version field was not written in project files from the 3MF writer, the preferences were never really updated, because their preferences version was marked as 6000000 (basically omitting the setting_version). Now, if any project file is found without a metadata setting_version tag, it will default to preference version 6000000 and thus it will start calling the updatedPreferences() functions starting from VersionUpgrade34to35, properly updating the preferences and adding the metadata/setting_version field in the preferences.cfg of the project file. CURA-6711
2020-07-15Add support_structure to custom visible settings if support_tree_enableNino van Hooff
is in that list CURA-6711
2020-07-15Merge branch 'master' into CURA-6711_support_structure_dropdownNino van Hooff
2020-07-13Version upgrade support_tree_enable -> support_structureNino van Hooff
CURA-6711
2020-07-08Fix missing importKostas Karmas
Related to https://github.com/Ultimaker/Cura/pull/7726
2020-07-08Merge pull request #7726 from Bostwickenator/masterKonstantinos Karmas
Add PostProcessingPlugin script DisplayProgressOnLCD
2020-07-08Apply suggestions from code reviewAlexander Gee
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-07-07Revert changes for CURA-5479Nino van Hooff
It was decided that functionality present in existing plugins is sufficient. No need to replicate it in our own codebase and take on the burden of maintenance CURA-5479
2020-07-06Merge pull request #8026 from Ultimaker/CURA-5479_job_name_templateKonstantinos Karmas
CURA-5479_job_name_template version upgrade
2020-07-03Version upgrade for jobname_prefix -> job_name_templateNino van Hooff
CURA-5479
2020-06-30Delete removed settings from profiles when upgradingjelle Spijker
Part of CURA-7199
2020-06-29Remove spaghetti settings from 462 visible_settings when upgradingjelle Spijker
Part of CURA-7199
2020-06-17Add upgrade script for dagoma discoeasyJaime van Kessel
CURA-7517
2020-06-04Merge branch '4.6'Ghostkeeper
2020-06-04Remove duplicated version upgrade plug-inGhostkeeper
These two version upgraders do the same operation. Their code is copied. Instead, we can just let one version upgrader upgrade both versions of the files. Contributes to issue CURA-7413.
2020-05-29Merge pull request #7551 from Ultimaker/doxygen_to_restructuredtext_commentsNino van Hooff
Converted doxygen style comments to reStructuredText style
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-28Merge remote-tracking branch 'origin/master' into ↵Nino van Hooff
doxygen_to_restructuredtext_comments # Conflicts: # cura/API/__init__.py # cura/Settings/CuraContainerRegistry.py # cura/Settings/ExtruderManager.py # plugins/PostProcessingPlugin/scripts/PauseAtHeight.py # plugins/UM3NetworkPrinting/src/Cloud/CloudApiClient.py # plugins/UM3NetworkPrinting/src/Cloud/ToolPathUploader.py # plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDeviceManager.py
2020-05-28Merge branch '4.6' of github.com:Ultimaker/CuraJaime van Kessel
2020-05-28Add beta upgraderJaime van Kessel
CURA-7413
2020-05-28Convert doxygen to rst for VersionUpgrades 40+Nino van Hooff
2020-05-24Use access pattern from PauseAtHeightAlexander Gee
2020-05-24Refactor setting names for consistancy, migration scriptAlexander Gee
2020-05-20Correctly upgrade the ironing_inset based on the ironing_pattern usedKostas Karmas
Previously, the ironing_inset was changed in the profiles to reflect the changes made in the CuraEngine. This inset though was not taking into account the ironing_pattern (in the CuraEngine, the inset is compensated differently depending on the pattern). This commit fixes that in the version upgrader and the printer definitions in order to maintain the same behavior for the old profiles. CURA-7318
2020-05-19Merge pull request #7201 from fieldOfView/feature_unify_pause_at_heightNino van Hooff
Unify pause at height scripts
2020-05-18Adjust the default values for ironing_inset so that the slice result remains ↵Ghostkeeper
the same The slicer has been adjusted to give this setting a more logical function: It should be an inset of the outer edge of ironing as it appears in layer view where the lines are made thinner according to their flow. As a result all of the slices with ironing have changed. This adjusts the setting value so that the actual slice output will not change, just the appearance of the setting. Contributes to issue CURA-7318.
2020-05-14Fix upgrading quality-changes profiles per extruderGhostkeeper
These have a slightly different syntax apparently. I thought I tested this before. But apparently not well enough. Contributes to issue CURA-7433.
2020-05-14Add upgrade script to update instances of removed scripts to unified scriptfieldOfView
2020-05-13Code style: Spaces around binary operatorsGhostkeeper
Contributes to issue CURA-7433.
2020-05-12Deltacomb upgrade: Fix deepcopy not working for ConfigParser.Remco Burema
No idea why it worked on ghostkeepers' system. It isn't supposed to: https://bugs.python.org/issue16058 CURA-7433
2020-05-12Deltacomb upgrade: Fix leftover issues from last master-merge.Remco Burema
CURA-7433
2020-05-12Merge https://github.com/kaleidoscopeit/Cura into kaleidoscopeit-masterRemco Burema
2020-05-11Add version upgrade for changed Redo Layer parameter of Pause scriptGhostkeeper
This was changed from a number of layers to just a boolean for 1 or 0 layers. Contributes to issue CURA-7413.
2020-05-08Add version upgrade to halve the maximum deviation once againGhostkeeper
As explained in the comment. We reverted a change in 4.6, so we must unrevert it in master again. Contributes to issue CURA-7420.
2020-05-08Merge branch '4.6'Ghostkeeper
Conflicts: plugins/VersionUpgrade/VersionUpgrade460to462/VersionUpgrade460to462.py -> On master we removed the getCfgVersion function, while we moved the entire plug-in to a different folder in 4.6. resources/definitions/skriware_2.def.json -> On master we merged a PR that changes more or less all settings, while on 4.6 we doubled the maximum deviation.
2020-05-04Double the maximum deviation again in the versionUpgrade460to462Kostas Karmas
CURA-7421
2020-05-04Up the setting version inside the VersionUpgrade460to462Kostas Karmas
CURA-7421
2020-05-04Up the setting version to 14 in CuraApplicationKostas Karmas
CURA-7421
2020-05-04Add version upgrade 460to462Kostas Karmas
CURA-7421
2020-05-04Merge version upgrade 45to46 with 46to47Kostas Karmas
CURA-7421
2020-04-29Fix upgrade of preference if visible settings was not modifiedGhostkeeper
Oops. Small oversight. This could lead to the preferences file being erased completely. Found during work on Sentry issue CURA-NH.
2020-04-28Remove unneeded unit testsJaime van Kessel
The code was moved to uranium, so no need to test them in a plugin. In some cases they were also testing a specific implementation artifact and not actual expected behavior. CURA-7388
2020-04-22Move the getCfgVersion to base version upgradeJaime van Kessel
They can still be overridden, but in the current situation they were all the same...
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-04-10Fix missing typing and use American instead of pro'er Bri'ishGhostkeeper
American is Ultimaker's code style too.