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
path: root/cura
AgeCommit message (Collapse)Author
2017-12-01Make quality switching clearLipu Fei
CURA-4650
2017-11-30CURA-4646 Fix save containers also for the extrudersDiego Prado Gesto
2017-11-30Fix loading .curaproject files with stack setups from earlier versions - ↵ChrisTerBeke
CURA-4646
2017-11-28Merge pull request #2838 from fieldOfView/fix_crashhandler_crashChrisTerBeke
Fix error when CrashHandler is opened before opengl is initialised
2017-11-27Only create extruder stack for single extrusion machine when not yet ↵ChrisTerBeke
existing - CURA-4482
2017-11-27Fix resolving global stack definition when switching variant - CURA-4620ChrisTerBeke
2017-11-27Fix extruder stack machine definition link for per extruder settings ↵ChrisTerBeke
resolvement - CURA-4627
2017-11-27Fix project loadingLipu Fei
CURA-4617
2017-11-27Split user settings for single extrusion machinesLipu Fei
CURA-4617
2017-11-27Fix setting extruder definition in user changes containerChrisTerBeke
2017-11-25Finds candidate quality profile for fdmextruderAleksei S
CURA-4620
2017-11-24Multiple fixes for stacksLipu Fei
CURA-4617
2017-11-23Optimize MaterialsModel updateLipu Fei
CURA-4546
2017-11-23Fix variant/material/quality handling in stacksLipu Fei
CURA-4613
2017-11-23Pass optional file_name for deserializationLipu Fei
CURA-4613 Some upgrades depend on the file_name, so the file_name is needed in this case.
2017-11-22Return newly added single extruderGhostkeeper
The workspace reader needs to use it to get the correct material. Contributes to issue CURA-4604.
2017-11-22fix loading user changes container for single extruder machineChrisTerBeke
2017-11-22CURA-4602 Fixed active custom profile selected checkJack Ha
2017-11-22Always update the job name when a project file is loadedLipu Fei
CURA-4553
2017-11-22Fix showing correct quality changes in dropdown list after upgrading - CURA-4482ChrisTerBeke
2017-11-22Treat project files the same way as model files for job nameLipu Fei
CURA-4553
2017-11-22Should only show Keep/Discard dialog when it's neededLipu Fei
CURA-4599
2017-11-22Show Keep/Discard dialog after the containers have been changedLipu Fei
CURA-4599 Or the default values will reflect those before the switch.
2017-11-21Fix update script for single extrusion quality changes - CURA-4482ChrisTerBeke
2017-11-21Merge branch '3.1' of https://github.com/Ultimaker/Cura into 3.1ChrisTerBeke
2017-11-21Fix filtering custom profiles per extruder - CURA-4482ChrisTerBeke
2017-11-21Rename parametersLipu Fei
CURA-4581
2017-11-21Use workspaceLoaded signal instead of projectFileLoadedLipu Fei
CURA-4581
2017-11-21CURA-4526 Delete LayerView plugin because it will be replaced with theDiego Prado Gesto
SimulationView. This commit also adapts the code in order to accept the messages coming from the engine, with information about feedrates and line thicknesses. Add also some changes in the GCodeReader that reads feedrates and line thickness from the gcode file.
2017-11-20Merge pull request #2814 from Ultimaker/feature_maximum_resolutionjack
Maximum mesh resolution
2017-11-20Fix merge conflictAleksei S
2017-11-20Merge pull request #2685 from Ultimaker/container_stack_improvementsChrisTerBeke
Container stack improvements
2017-11-17Clean project name in PrintInformation after removing the last modelAleksei S
CURA-4581
2017-11-15CuraApplication: Rename file --> file_nameThomas Karl Pietrowski
'file' is a built-in function!
2017-11-09Update PreviewPass so that only slicable objects are renderedJaime van Kessel
2017-11-08Added previewPassJaime van Kessel
2017-11-07Merge pull request #2743 from Ultimaker/headless_curaLipu Fei
Headless cura
2017-11-02Merge branch 'master' of https://github.com/Ultimaker/CuraDiego Prado Gesto
2017-11-02CURA-4509 Minor fix that avoids crashes when there is no specifiedDiego Prado Gesto
material (such as in UM2)
2017-11-01Merge pull request #2669 from fieldOfView/feature_joggingChrisTerBeke
Jogging
2017-11-01Merge pull request #2700 from fieldOfView/feature_cleanup_save_monitor_areaalekseisasin
Cleanup save/monitor button area
2017-11-01Merge branch 'master' into headless_curaMark
2017-10-30Merge pull request #2697 from Ultimaker/feature_add_user_agreementLipu Fei
Feature add user agreement
2017-10-30Simplified version for validation need to show user agreementAleksei S
CURA-4501
2017-10-30Do not take into account the active materials when importing a quality profileLipu Fei
CURA-4451 When importing a quality profile, it should not fail/succeed based on which materials are activated at the moment. The imported quality profile will be available when the user switches to a compatible settings.
2017-10-30Add upgrade script for 3.0 to 3.1Lipu Fei
CURA-4451 - Add upgrade script for 3.0. to 3.1 - Upgrade old stack files so they will use "empty_quality" as the "Not Supported" quality profile. - Increase SettingVersion to 4
2017-10-30Show material name instead of extruder numberfieldOfView
2017-10-30Show Add Machine dialog after User Agreement dialog is closedLipu Fei
CURA-4501
2017-10-28Add useragreement screen on first run of CuraMark
CURA-4501
2017-10-27CURA-4492 Postponed signals are now emitted even if we need userDiego Prado Gesto
interaction when changing quality profiles