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-06-10Add quality_name and quality_changes_name to replacement patternsJaime van Kessel
CURA-9375 Fixes #12447
2022-03-24Merge branch 'master' into CURA-8640_PyQt6Jelle Spijker
# Conflicts: # cura/CuraApplication.py # resources/qml/Preferences/Materials/MaterialsSyncDialog.qml # resources/qml/Preferences/Materials/MaterialsView.qml
2022-02-28Use Arcus as namespacej.spijker@ultimaker.com
Because we had to rename our Python bindings module from Arcus to pyArcus we also changed our import downstream (Cura and Uranium). But in order to limit the changes on our existing code we decided during the review that we should just import pyArcus as Arcus. Contributes to CURA-7924
2022-02-25Changes needed wrt how we build Arcus with Sip 6.Remco Burema
part of CURA-7924
2022-02-16Add check for build plate number to modifier mesh list.j.delarago
CURA-8031
2022-02-16Duplicate modifier meshes for all objects in one at a time mode.j.delarago
CURA-8031
2021-12-28Search/replace Qt5->Qt6.Remco Burema
part of upgrading Qt to v6.2: CURA-8591
2021-10-29Don't check validation for settings in error stateJaime van Kessel
CURA-8656
2021-09-24Merge pull request #10289 from fieldOfView/feature_material_type_name_patternsJaime van Kessel
Add {material_type}, {material_name}, {material_id} and {material_brand} as replacement patterns CURA-8598
2021-09-24Add print_temperature to print temperature settingsGhostkeeper
This way it is recognised as a command to set the printing temperature, and will prevent Cura from putting its own temperature commands in. Fixes issue reported here: https://www.reddit.com/r/Cura/comments/pu98kc/stop_initial_hotend_heatup/
2021-09-07Fix various typosluz paz
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
2021-08-24Add id & brand and don't send material properties to CuraEnginefieldOfView
2021-08-16Add {material_type} and {material_name} as replacement patternsfieldOfView
2020-10-14Exclude objects outside buildplate from OneAtATimeIteratorKostas Karmas
CURA-7776
2020-06-24Fix mypy issuesJaime van Kessel
For some reason my local mypy didn't spot them but the CI did. CURA-7106
2020-06-23Add process events triggers to startSliceJobJaime van Kessel
Prevents a freeze when the setting message is being calculated CURA-7106
2020-06-23Speed up generation of extruder messageJaime van Kessel
CURA-7106
2020-06-23Replace getUsedExtruderNumbers with the faster alternativeJaime van Kessel
CURA-7106
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-15Use extruderList rather than extrudersGhostkeeper
Extruders has been deprecated. This also allows us to use integers for a while longer (until it needs to be serialised to a message with the .join() function). Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-08Merge branch 'master' into doxygen_to_restructuredtext_commentsNino van Hooff
# Conflicts: # plugins/CuraEngineBackend/CuraEngineBackend.py # plugins/CuraEngineBackend/StartSliceJob.py
2020-05-08Convert doxygen to rst for CuraEngineBackendNino van Hooff
2020-04-15Only check changed settings (and whatever it affects) for errors in POSJaime van Kessel
CURA-7329
2020-02-27Ignore comments when checking for temperature prependsJaime van Kessel
Fixes #7124
2020-01-16Fix getting correct initial extruder numberGhostkeeper
As found in the discussion in #6847. This was done as a 5 minute fix.
2020-01-16No longer use sceneLock for startSliceJobJaime van Kessel
2020-01-06Remove usage of deprecated functionJaime van Kessel
2019-11-01Fix fallback to global if extruder_nr doesn't existGhostkeeper
Fixes #6590.
2019-10-18Workaround: Make the type-checker understand what's going on.Remco Burema
2019-10-17Improve code style.Mark Burton
2019-10-17Return early from _checkStackForErrors() if top container is empty.Mark Burton
2019-07-26Merge branch '4.2' of github.com:Ultimaker/CuraJaime van Kessel
2019-07-25Fix case where an error in the stack would not prevent slicingJaime van Kessel
CURA-6680
2019-07-23Fix typing ignore for breath frist iteratorJaime van Kessel
2019-05-09Add handling for ValidatorState.InvalidLipu Fei
CURA-6497 ValidatorState.Invalid is set if a string setting has allow_empty = False and its value is empty.
2019-04-30Use only the active extruders when sending slice messageJaime van Kessel
Fixes #5671
2019-04-26Fix typingLipu Fei
2019-04-26Properly cache slice values to speed up sending the sliceJaime van Kessel
2019-04-15Refactor some small bits of the setting override decoratorJaime van Kessel
There was code duplication and a number of functions that should be private contributes to #5603
2019-02-01Add {travel_speed} as an alias to {speed_travel}...fieldOfView
...for all those people who still copy paste legacy start&end gcode snippets into Cura.
2018-12-11Use setState instead of emitting the backend stateJaime van Kessel
CURA-6016
2018-11-29Add key check before accessing in ƒStartSliceJobLipu Fei
CURA-5901
2018-11-27Fix GcodeStartEndFormatter to use fallback valuesLipu Fei
CURA-5901 Use values from the global stack (if exist) as fallback values.
2018-10-09Merge remote-tracking branch 'origin/3.5'Lipu Fei
2018-10-09Merge pull request #4521 from ↵alekseisasin
Ultimaker/CURA-5799_fix_extruder_settings_to_curaengine [3.5] CURA-5799 Fix sending extruder settings to curaengine
2018-10-08Merge branch '3.5' of github.com:Ultimaker/CuraJaime van Kessel
2018-10-08Send extruder settings ordered by extruder positionLipu Fei
CURA-5799
2018-10-08Fix value templating for gcodeLipu Fei
CURA-5793 Fix GcodeStartEndFormatter to take the correct default_extruder_nr instead of always using -1.
2018-09-28Merge branch 'feature_mesh_names' of https://github.com/paukstelis/Cura into ↵Ghostkeeper
paukstelis-feature_mesh_names
2018-09-27Always provide extruder_nr for all modelsGhostkeeper
Even if you only have one extruder in your printer. This is more consistent, and probably also faster because executing one set-addition in Python is probably still slower than sending those 20 extra bytes over the socket and parsing them in C++... Contributes to issue CURA-4410.