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
2018-07-14After reconecting to another port update job status '_is_cancelled' to falseAleksei S
CURA-5549
2018-07-13Update text for USB printing exit confirmationLipu Fei
CURA-5384
2018-07-13Add on-exit callback management and check for active USB printingLipu Fei
CURA-5384
2018-07-13Revert "Added signal to prevent window closing if USB printer is printing"Lipu Fei
This reverts commit 596a7b7169b9c7e41cd4751f99eea656f67ed2b7.
2018-07-12CURA-5562 Don't trigger the stop slicing if some nodes without buildDiego Prado Gesto
plate associated with it changes in the scene, such as the NozzleNode in the SimulationView.
2018-07-12Merge pull request #4044 from Ultimaker/remove-package-checkjack
CURA-5389 Check and confirmation before Remove package
2018-07-12Added error checking, added typing, renamed function. CURA-5389Jack Ha
2018-07-11Merge branch 'master' of github.com:Ultimaker/CuraAleksei S
2018-07-11Added signal to prevent window closing if USB printer is printingAleksei S
CURA-5384
2018-07-11Check for None instead of evaluating the variable as True/False.Jack Ha
2018-07-11Fix missing layer viewIan Paschal
2018-07-11Only use setMetaDataEntry()Lipu Fei
2018-07-11Hide materials belong to a to-be-removed packageLipu Fei
2018-07-10Better height for dialogLipu Fei
2018-07-10Increase dialog heightLipu Fei
2018-07-10Merge remote-tracking branch 'origin/master' into remove-package-checkLipu Fei
2018-07-10Rename some functions and variablesLipu Fei
2018-07-10Merge branch '3.4'Ghostkeeper
2018-07-10Update change log for Cura 3.4.13.4.13.4Ghostkeeper
2018-07-10Try to ignore _process variableIan Paschal
2018-07-09Do not attempt to discard changed build platesIan Paschal
2018-07-09Confirm uninstall reset dialog now has proper sizing. CURA-5389Jack Ha
2018-07-09Merge branch 'master' into fix_tests_cura_engine_backendIan Paschal
2018-07-09Fighting muscle memoryIan Paschal
2018-07-09Fix sending print job name via USBGhostkeeper
2018-07-09Still store disabled extruders as a setGhostkeeper
They should be unique anyway. Contributes to issue CURA-5456.
2018-07-09Improve fixesIan Paschal
2018-07-09Merge branch 'master' into remove-package-checkJack Ha
2018-07-09Retract further if we can't set the temperature to stand-by tempGhostkeeper
Because we can't set the temperature and we don't know the correct temperature to set it back to, we will just retract further in order to prevent damage to the material. Contributes to issue CURA-5491.
2018-07-09Merge pull request #4038 from Ultimaker/CURA-5545_fix_3mf_readerLipu Fei
CURA-5545 Fix 3MF Reader
2018-07-09Fix upgrade from 3.4 to 4.0Lipu Fei
2018-07-09Added reset profiles/materials and uninstall functionality and dialog. CURA-5389Jack Ha
2018-07-09Merge branch 'master' of ssh://github.com/Ultimaker/CuraGhostkeeper
Contributes to issue CURA-5491.
2018-07-09Use firmware retraction and temperature control settingsGhostkeeper
Instead of deriving this from the g-code flavour, just use the actual settings that are made to control these two properties. Contributes to issue CURA-5491.
2018-07-09Merge branch 'CURA-5491-pause-at-height'Ghostkeeper
Contributes to issue CURA-5491.
2018-07-09Make getValue return an int if it's an integer numberGhostkeeper
This is a more generic solution to what's done in 7058ddbb66084bee9cd507ed69f031ec1262163e. Contributes to issue CURA-5491.
2018-07-06Remove code that is likely for debuggingLipu Fei
CURA-5545
2018-07-06Merge pull request #4027 from Ultimaker/feature_prime_tower_shellsalekseisasin
Prime Tower Shells
2018-07-06Fix broken slicingIan Paschal
2018-07-06Merge branch 'fix_tests_cura_engine_backend' of ↵Ian Paschal
https://github.com/Ultimaker/Cura into fix_tests_cura_engine_backend
2018-07-06Add correct typingMark
2018-07-06Revert "Fixes for StartSliceJob"Ian Paschal
This reverts commit 9ec5770a1c2f64c50aee6a279645320e5bff8fe0.
2018-07-06Merge branch 'master' into fix_tests_cura_engine_backendIan Paschal
2018-07-05Merge pull request #4028 from Ultimaker/fix_styleMark
Fix code style
2018-07-05Fixes for X3DReaderIan Paschal
2018-07-05Fixes for UM3NetworkPrintingIan Paschal
2018-07-05Add spaces around equals operatorsGhostkeeper
As per our code style regulations.
2018-07-05Fixes for ToolboxIan Paschal
2018-07-05Fixes for SliceInfoIan Paschal
2018-07-05Fixes for WindowsRemovableDrivePluginIan Paschal