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-04-20Upgrade SDK version to 8.0.0 for Cura 5.0upgrade_sdk_to_800Remco Burema
2021-06-17Now unused API field only took integers originally.Remco Burema
We want to keep it this way so people can still make plugins work for older versions of Cura, like 3.6, where the 'api' field with just a single major version, instead of the 'supported_sdk_versions', which can be either a version-string like '7.6.0' or a list of version strings.
2021-06-15Update SDK/API from 7.5.0 to 7.6.0 for 4.10Remco Burema
CURA-8320
2021-04-06Increment SDK version to 7.5.0Ghostkeeper
The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in.
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-07-22Add missing setting version from g-code profile writerJaime van Kessel
2020-05-29Remove use of deprecated extruders propertyGhostkeeper
This also removes the need to sort them, since the list is already sorted by position. Done during Turbo Testing and Tooling.
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-08Convert doxygen to rst for GcodeWriter, LegacyProfileReader,Nino van Hooff
MachineSettingsAction, ModelChecker
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
We've added new things to our API. This allows plug-in developers to use them. Contributes to issue CURA-7205.
2019-10-21Change SDK version to 7.0.0Nino van Hooff
CURA-6858
2019-09-11Store intent category in metadata of quality_changes as wellGhostkeeper
This is necessary in order to restore it properly. Contributes to issue CURA_6600.
2019-09-05Create own quality changes profiles instead of asking quality managerGhostkeeper
It was a protected function call on a different class anyway, so that should never have gotten accepted. Contributes to issue CURA-6600.
2019-08-28Use container tree to reset quality after deleting packagesGhostkeeper
Contributes to issue CURA-6600.
2019-08-28Get quality definition from container treeGhostkeeper
Contributes to issue CURA-6600.
2018-12-17Update plugin versions to match package versionsLipu Fei
CURA-6019
2018-12-14Increment API version to 6Ghostkeeper
All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
2018-09-28Improve warning when saving g-code before slicingGhostkeeper
This terminology is more consistent with what the rest of the interface uses. Discovered during work on #4112.
2018-08-27Increase plugin API version to 5Aleksei S
CURA-5627
2018-08-17Do not add saved gcodes to recent files listLipu Fei
2018-08-03Add some extra information when the Cura can't write the files.Diego Prado Gesto
2018-07-11Only use setMetaDataEntry()Lipu Fei
2018-06-15Don't unnecessarily cast to a setGhostkeeper
The InstanceContainer version of getAllKeys was first casting to a list but I removed that, because everywhere where we were using it we were casting it directly to a set. Contributes to issue CURA-5330.
2018-05-08Fix check for existence of gcode_dict variableGhostkeeper
getattr raises an error if it doesn't exist. It doesn't make the variable None or anything.
2018-04-12CURA-5220 Skip storing the settings in the GCode if they already are.Diego Prado Gesto
2018-03-16Remove unused variableGhostkeeper
The variable name is re-used lower in the code. This value is unused though.
2018-03-15Fix settings export in gcodeLipu Fei
2018-02-22Merge remote-tracking branch 'origin/master' into refactoring_machine_managerLipu Fei
2018-02-22CURA-4946 In the gcode just store the default machine definitionDiego Prado Gesto
2018-02-21Merge remote-tracking branch 'origin/master' into refactoring_machine_managerLipu Fei
2018-02-20CURA-4946 When storing the gcode profile, the definition must be theDiego Prado Gesto
quality definition if the printer has_machine_quality. Otherwise the fdmprinter definition must be used as a fallback. If there is no quality_definition then the printer definition is use.
2018-02-20Revert "CURA-4946 Add the quality_definition metadata entry to the gcode so ↵Diego Prado Gesto
when" This reverts commit 744313af273ed34a5796d3970c3915f68abaedc7.
2018-02-18WIP: Refactor BuildPlateModel and split MultiBuildPlateModelLipu Fei
2018-02-16CURA-4946 Add the quality_definition metadata entry to the gcode so whenDiego Prado Gesto
parsing, the quality definition is taken into account instead of the definition. The message when importing a profile to a different machine, now shows the expected machine and the current machine definition id.!!
2018-02-13Streamline usage of g-code (vs. GCode, Gcode, G-code, gcode, etc.)Ghostkeeper
This makes it all the same. It is something that came up in our translation pass this time. Contributes to issue CURA-4883.
2018-01-19CURA-4829 Do not save the quality changes profile in the GCode if theDiego Prado Gesto
containers are empty. Change the message when trying to import a GCode as a profile, but not profile was stored.
2018-01-10CURA-4525 fix saving empty gcode giving errorJack Ha
2018-01-08rename scene.gcode_list to gcode_dictLipu Fei
CURA-4741 With the multi build plate feature, scene.gcode_list is now a dict which stores a list of gcode for a build plate, so it makes more sense to have it renamed to "gcode_dict" because it's not a list.
2017-12-21Solved merge conflicts. CURA-4525Jack Ha
2017-12-08Remove unnecessarily setting definitionGhostkeeper
This definition is included in the metadata of container 2. Contributes to issue CURA-4243.
2017-12-05Fix save to file.Jack Ha
Changed order of setting metadata for correct overwriting. Contributes to issue CURA-4243.
2017-11-24Set definition by their IDGhostkeeper
The new function for setting the definition just adds the ID to the metadata. Contributes to issue CURA-4243.
2017-11-15CURA-4525 fixed material info per build plate, bugfix arrange on loadJack Ha
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-07-06Fix saving g-code if no quality profile is setGhostkeeper
If the quality profile was 'empty', then the container type wasn't properly set, so you can't find any quality profile. This gets the quality profile from the stacks, so you will find the empty profile (which has the wrong type but at least you can try to request metadata from it).
2017-06-28Set author to Ultimaker B.V. instead of UltimakerGhostkeeper
To be consistent with the rest of the plug-ins and with the material files. Contributes to issue CURA-3857.
2017-06-22Use semantic versioning for all plugin.jsonLipu Fei
CURA-3712
2017-06-22Fix code styleLipu Fei
CURA-3712