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 (Expand)Author
2021-01-28Don't call @property functionfix_snapshot_before_visibleGhostkeeper
2021-01-28Small fix for slice before main window visible.Remco Burema
2021-01-21Properly retrieve snapshot (now made on slice).Remco Burema
2021-01-21Make a snapshot on slice instead of write.Remco Burema
2020-10-16Don't cache CuraApplication singletonGhostkeeper
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-08Merge branch 'master' into doxygen_to_restructuredtext_commentsNino van Hooff
2020-05-08Convert doxygen to rst for CuraEngineBackendNino van Hooff
2020-05-01Also handle sceneChanged when it's from the rootJaime van Kessel
2020-04-23Fix crash when creating a socket before the plug-in is fully registeredGhostkeeper
2020-03-10Fixed small typo in nothing to sliceMatt Jani
2020-03-10Update the nothing to slice messageMatt Jani
2020-02-08WIP: Make it work with Python 3.7 packaingLipu Fei
2019-10-08Fix translation mistake in a messageJaime van Kessel
2019-09-13Remove use of deprecated extruders propertyJaime van Kessel
2019-09-03Do not trigger slicing if there's no slicable objectLipu Fei
2019-08-29Avoid crash due to race in CuraEngineBackend.Mark Burton
2019-08-26Fix potential race condition when slice messages arrive after clearing build ...Ghostkeeper
2019-07-23Fix typing ignore for breath frist iteratorJaime van Kessel
2019-05-15Change some of the logging messages to infoJaime van Kessel
2019-05-09Merge branch '4.1' of github.com:Ultimaker/Cura into 4.1Jaime van Kessel
2019-05-09Check if auto slicing needs to be done slightly more frequentJaime van Kessel
2019-05-06Include the prime tower to the time calculationsDiego Prado Gesto
2019-03-26Move models around againLipu Fei
2019-03-20Fix module renamingLipu Fei
2019-03-20Move cura.Machine.Models to cura.UI.MachineModelsLipu Fei
2019-02-19Increase agressiveness of short circuit logic; Just check if the node is slic...Jaime van Kessel
2019-02-19Add few more cases where Camera changes caused un-needed updatesJaime van Kessel
2019-01-18Use MachineManager.activeMachine instead of Application.globalstackLipu Fei
2019-01-09Check if the optimised layer data is stored before attempting to delete itJaime van Kessel
2018-12-21Only clear the stored optimized layer data if the slice startedJaime van Kessel
2018-12-21Expand error message for cases when extruders are disabledGhostkeeper
2018-12-20Prevent the backend attempting to reslice everytime a preference changedJaime van Kessel
2018-12-11Use setState instead of emitting the backend stateJaime van Kessel
2018-09-13Merge branch 'master' into refactor_singleton_settingsbaseGhostkeeper
2018-09-07Switch incorrect usage of getMachineExtruders to getActiveExtruderStacksJaime van Kessel
2018-09-06Remove mistake changes in CuraEngineBackendLipu Fei
2018-09-06Fix TestShortcutKeysLipu Fei
2018-08-22Merge branch 'master' into refactor_singleton_settingsbaseGhostkeeper
2018-08-07Turn on CuraEngine debug mode when front-end is in debug modeGhostkeeper
2018-08-06Don't send JSON file to back-end any moreGhostkeeper
2018-08-03Fix typing issueIan Paschal
2018-08-03Clear out old gcodeIan Paschal
2018-07-16Merge pull request #4073 from Ultimaker/CURA-5572_fix_gcode_readerLipu Fei
2018-07-14After reconecting to another port update job status '_is_cancelled' to falseAleksei S
2018-07-13CURA-5572 The scene was not updated when a Gcode was loaded.Diego Prado Gesto
2018-07-12CURA-5562 Don't trigger the stop slicing if some nodes without buildDiego Prado Gesto
2018-07-11Check for None instead of evaluating the variable as True/False.Jack Ha
2018-07-11Fix missing layer viewIan Paschal
2018-07-10Try to ignore _process variableIan Paschal