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
2017-11-22Always update the job name when a project file is loadedLipu Fei
CURA-4553
2017-11-22Treat project files the same way as model files for job nameLipu Fei
CURA-4553
2017-11-21Rename parametersLipu Fei
CURA-4581
2017-11-21Use workspaceLoaded signal instead of projectFileLoadedLipu Fei
CURA-4581
2017-11-20Merge pull request #2814 from Ultimaker/feature_maximum_resolutionjack
Maximum mesh resolution
2017-11-20Fix merge conflictAleksei S
2017-11-17Clean project name in PrintInformation after removing the last modelAleksei S
CURA-4581
2017-11-02CURA-4509 Minor fix that avoids crashes when there is no specifiedDiego Prado Gesto
material (such as in UM2)
2017-10-30Show material name instead of extruder numberfieldOfView
2017-10-26Allow using longer accent for machines in job namesLipu Fei
2017-10-12Force use and update the job name with the loaded project fileLipu Fei
CURA-4348 - If no project is loaded beforehand and then a model file is loaded, the job name should be determined with the current machine name and the first loaded model name. - If a project is loaded, the job name should be the same as the project name, and it should not change until another project is loaded.
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-15Fixed some missed references to the previous variables - CURA-4232Diego Prado Gesto
2017-09-14Removed 14bitVoid code accord to a new LGPL licensealekseisasin
CURA-4232
2017-09-11Update job name prefix when machine is changedLipu Fei
CURA-4305
2017-09-08Fixed an issue that doesn't generate the jobname again once the user removes ↵Diego Prado Gesto
the models. - CURA-4276
2017-09-06Fix job name mismatchingLipu Fei
CURA-4276
2017-09-05Fix adding machine prefixJaime van Kessel
CURA-4276
2017-09-05PrintJobname is now only set when it was empty or if it's set to emptyJaime van Kessel
CURA-4276 fixes #2346
2017-05-15Changed profile namesJaime van Kessel
CURA-3777
2017-05-05Show time estimates per feature in tooltip14bitVoid
2017-05-05Receive time estimates per feature14bitVoid
2017-05-03Add documentation and further specify except around disconnecting signalsGhostkeeper
Catch just a TypeError instead of all exceptions. Added documentation to say why we catch a TypeError there. Also splitted up the try-except block for the 3 disconnects, just so that if the first fails we still try to disconnect from the other two. Contributes to issue CURA-3497.
2017-05-03Switching from dual extrusion to single extrusion machine is now possible againJaime van Kessel
CURA-3497
2017-03-30Solved MCJack Ha
2017-03-30material_amounts is now defined in initJaime van Kessel
Somehow this was forgotten, which could cause issues in certain cases. CURA-3617
2017-03-29Merge pull request #1586 from fieldOfView/fix_radius0jack
Fix crash when editing material diameter
2017-03-28Optimize codefieldOfView
2017-03-26Fix crash when editing material diameterfieldOfView
While editing the diameter value in the materials pane, it can happen that the radius evaluates to 0. This led to a division by zero. Fixes https://github.com/Ultimaker/Cura/issues/1582
2017-03-15Starting Cura when no machines added but with a model no longer causes ↵Jaime van Kessel
exceptions
2017-03-14Cura no longer crashes when NaN is recieved for printtime from engineJaime van Kessel
CURA-3516
2017-03-09CURA-3482 _onMaterialMetaDataChanged() should take argument(s)Lipu Fei
2017-02-21Setting an empty printjob name no longer causes a single prefix to be added.Jaime van Kessel
CURA-3387
2017-02-21CreateJob name no longer adds the same abbreviation multiple timesJaime van Kessel
Contributes to CURA-3387
2017-02-14Fix for a recent merge problem.Simon Edwards
2017-01-27Merge branch 'master' into python_type_hintingSimon Edwards
2017-01-25Fix PrintInformation if somehow no active material container is foundJack Ha
2017-01-24Merge pull request #1243 from fieldOfView/feature_material_costGhostkeeper
Implement material cost
2017-01-17Merge branch 'master' into python_type_hintingSimon Edwards
2017-01-12Merge pull request #1326 from Ultimaker/big_flame_graphSimon Edwards
Support for the Big Flame Graph profiler
2017-01-10Applied the profiler's pyqtSlot decorator to all of the code.Simon Edwards
2017-01-09Update material costs in slice info area when changing material settingsfieldOfView
(without reslicing)
2017-01-03Show material cost in Job Specs area...fieldOfView
...if weight/price information is available
2016-12-23D5: RefactoringVictor Larchenko
2016-12-23T466: Shortened long filenamesVictor Larchenko
2016-12-23Update labeling for T466nickthetait
2016-12-23T466: Added disabling of view buttonVictor Larchenko
2016-12-23T553: Fixed job nameVictor Larchenko
2016-12-23T466: Revert the previous commit since it messed up the file rights.Victor Larchenko
2016-12-23T466: Added ability to print loaded gcodeVictor Larchenko