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
2016-11-04Update change log with texts from marketingGhostkeeper
These are the texts that they came up with. And we corrected them. And they came up with factually wrong texts again. We corrected them again. Now we won't allow any changes any more. Pft.
2016-10-28Compatible metadata entry is now correctly set for each variant & machineJaime van Kessel
CURA-2821
2016-10-27Remove code that sets incompatible materials to invalid typeArjen Hiemstra
Instead use the "compatible" metadata entry like we do for nozzles. Setting the type differently caused all code that looks for materials to fail because "incompatible_material" is not "material". Since this is the base file, this meant a lot of materials failed to duplicate properly which caused crashes. Contributes to CURA-2821
2016-10-26Added new fixes for version 2.3.1Ghostkeeper
These are the latest fixes that will be included in 2.3.1. Not all of these are entirely complete yet as of this writing. These are only the fixes that are worth mentioning in a change log. Contributes to issue CURA-2755.
2016-10-26Remove unimportant bugfixGhostkeeper
This tweak is so small that it isn't worth even mentioning in the change log. Contributes to issue CURA-2755.
2016-10-26Reorder items in change log of 2.3.0Ghostkeeper
This order is closer to what's on the website of Ultimaker, and more closely reflects the relative importance of these features. No 1:1 matching is possible with the website though. Contributes to issue CURA-2755.
2016-10-26Correct change log of version 2.3.0Ghostkeeper
This is now updated with all that's on the website. In many cases, the wording of the Ultimaker website is also chosen, unless that wording was only to make it fit better within the style of that website. Contributes to issue CURA-2755.
2016-10-26Fix spellingGhostkeeper
Thesearetwowordssotheymusthaveaspacebetweenthem. Contributes to issue CURA-2755.
2016-10-25Fix setting the quality_type of imported profileGhostkeeper
The metadata entry was renamed a while ago. Contributes to issue CURA-2785.
2016-10-25Abort importing profile if we have no global container stackGhostkeeper
You shouldn't be able to trigger it anyway, but if you do, it'll give a proper error that the import failed. Contributes to issue CURA-2785.
2016-10-25Cache global container stackGhostkeeper
We'll need it multiple times. Could be a bit faster. Contributes to issue CURA-2785.
2016-10-24Set encoding to utf-8 when writing filesArjen Hiemstra
Since we assume utf-8 in a lot of places. Contributes to CURA-2692
2016-10-21Update change logGhostkeeper
This is what we have for 2.3.1 so far. Contributes to issue CURA-2755.
2016-10-18Fix gcode profile. CURA-2718Jack Ha
2016-10-18Revert "Fix gcode profile. CURA-2718"Jack Ha
This reverts commit deb360642984cdd6ffa2b13cc182e9d1dfd9855e.
2016-10-18Fix gcode profile. CURA-2718Jack Ha
2016-10-14Sort profiles on extruder position before exportingGhostkeeper
In the importer the extruders are sorted on extruder position. In the exporter they need to be in the same order. Contributes to issue CURA-2655.
2016-10-11Comment. CURA-2605Jack Ha
2016-10-11Remove settings from extruder that are not settable_per_extruder. CURA-2605Jack Ha
2016-10-11Add some documentationfieldOfView
CURA-2544
2016-10-11Merge branch '2.3' of https://github.com/Ultimaker/Cura into 2.3fieldOfView
2016-10-11Use buffered writing for writing gcode to removable drivesfieldOfView
GCode files are still written line by line, but python is instructed to use buffering. This greatly decreases the total time required to write large(ish) files to USB drives, while having minimal impact on memory use. CURA-2544
2016-10-11fix: changelog clarity improvements suggested by nickthetait (CURA-2000)Tim Kuipers
2016-10-11fix: changelog bugfixes formatting (CURA-2000)Tim Kuipers
2016-10-10Fix exporting materials for machines other than those in the product_id_mapfieldOfView
CURA-2583
2016-10-07Corrections suggested by @bagelorbfieldOfView
CURA-2000
2016-10-07Apply transformation againJaime van Kessel
CURA-382
2016-10-07Groups with just a single item are now discardedJaime van Kessel
CURA-382
2016-10-07Multiple objects are now handled with right transformationJaime van Kessel
2016-10-073mf reader now uses correct originJaime van Kessel
2016-10-06Merge branch 'master' of github.com:Ultimaker/CuraJaime van Kessel
2016-10-06Remove splitting profiles for each materialGhostkeeper
The material is no longer listed in the profiles and no longer filtered for, so we don't need to create a new profile for each material. Contributes to issues CURA-844 and CURA-2320.
2016-10-06Added extra checks & logging to 3mf readerJaime van Kessel
CURA-382
2016-10-05Clean up styling of Changelog dialogArjen Hiemstra
This prevents the button from being positioned on top of the scroll bar and the horizontal scrollbar from showing. Contributes to CURA-2519
2016-10-05Only show changelog if we have a global container stackArjen Hiemstra
If we have no global stack we can assume this is a "first run" situation. Contributes to CURA-2519
2016-10-05Merge branch 'master' of github.com:Ultimaker/CuraJaime van Kessel
2016-10-05Added todo commentJaime van Kessel
2016-10-05Improve translation context for some labelsGhostkeeper
These translations went sort of wrong in the Turkish translation, because the context was unclear. I've tried to clarify it better. Contributes to issue CURA-570.
2016-09-29Remove debug statementsGhostkeeper
Oops. Contributes to issue CURA-844.
2016-09-29Actually apply translated settingsGhostkeeper
Don't know when this changed or why it hasn't propped up until then... Contributes to issue CURA-844.
2016-09-28Merge branch 'master-CURA-1445' of https://github.com/thopiekar/CuraJaime van Kessel
2016-09-27Merge remote-tracking branch 'refs/remotes/origin/master-CURA-1445' into ↵Thomas Karl Pietrowski
master-CURA-1445
2016-09-27Revert "SliceInfo: Defining container_serialized as empty, before trying to ↵Thomas Karl Pietrowski
serialize" This reverts commit 1fd169c6697f268588733e7a6d65e80d587b51ab.
2016-09-27Quality-changes now have a quality_type instead of referring to qualityGhostkeeper
This field was just renamed, I think for CURA-2320. This updates the name for the upgrade process. Contributes to issue CURA-844.
2016-09-27Ensure that the correct properties get set for writing profiles to g-codeJaime van Kessel
CURA-2462
2016-09-26Move showing eject success message until after the safe to remove message is ↵fieldOfView
hidden CURA-2341
2016-09-26Added check to see if a SceneNode has vertices before adding itJaime van Kessel
CURA-2460
2016-09-26Added selftest for all objects in 3mf fileJaime van Kessel
CURA-2460
2016-09-26Minor codestyle changesJaime van Kessel
2016-09-24Updating the comment about the "settings" keywordThomas Karl Pietrowski
Contributes to CURA-1445