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
2016-04-12Renaming USBPrinterConnectionJaime van Kessel
CURA-1339
2016-04-08Spellingckielstra
2016-03-17Merge branch '2.1'Ghostkeeper
Conflicts: plugins/RemovableDriveOutputDevice/OSXRemovableDrivePlugin.py plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py plugins/USBPrinting/PrinterConnection.py resources/machines/fdmprinter.json resources/profiles/ultimaker2+/abs_0.4_high.curaprofile
2016-03-17Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1Jaime van Kessel
2016-03-17Added explicit home bed before rest of bed levelingJaime van Kessel
CURA-1102
2016-03-17Codestyle: Whitespace around operatorsGhostkeeper
A space on both sides around binary operators. A space after the comma. Contributes to issue CURA-1102.
2016-03-16Bed should no longer be damaged when levelingJaime van Kessel
CURA-1102
2016-03-15Removing unused imports, fixing a indent and adding more loggingThomas-Karl Pietrowski
* Added the logging here, because it was called "except Exception as e:", so "e" seems to be something relevant.
2016-03-14Removing unused import of "os"Thomas-Karl Pietrowski
2016-03-10Add filter_by_machine parameter to USBPrintingGhostkeeper
This was an oversight. When the filter_by_machine feature was added, we didn't think of the USB printing output device. The feature has no meaning here, since USB printing only supports g-code. Just ignore it.
2015-11-27Whole bunch of um-pep8 style fixes.daid
2015-10-30Properly end firmware update procedure and catch errors during firmware updateArjen Hiemstra
Contributes to CURA-274
2015-10-26Fix firmware update to properly report progressArjen Hiemstra
CURA-274 #Ready-for-Review
2015-10-14Implementing missing functionalities on the addmachine -> add original wizardTamara Hogenhout
contributes to #CURA-256
2015-09-23Update RemovableDrive and USB output devices to use the new file_name parameterArjen Hiemstra
Contributes to CURA-183
2015-09-23Added more logging to usb printingJaime van Kessel
2015-09-18Small fix to USB printing which should fix the issues for printrbotsJaime van Kessel
2015-09-17Updated logging & resuffled auto baud list to improve speedJaime van Kessel
2015-09-17Fixed heatup bed command in checking wizardJaime van Kessel
2015-08-25Removed state check that broke connection for printrbotJaime van Kessel
2015-08-25Added self to output device signalsJaime van Kessel
2015-08-25Added status events to usb printerJaime van Kessel
2015-08-19Added rudementary 3 point bed levelingJaime van Kessel
2015-08-19Fixed typoJaime van Kessel
2015-08-19Endstop now stops listening upon destructionJaime van Kessel
2015-08-19Added heated bed checkJaime van Kessel
2015-08-19Added heater checkJaime van Kessel
2015-08-19Merge branch 'master' of https://github.com/Ultimaker/CuraJaime van Kessel
2015-08-19Added endstop switch check to wizardJaime van Kessel
2015-08-18Fix a merge issue with USBPrintingArjen Hiemstra
2015-08-18Merge branch '15.06'Arjen Hiemstra
* 15.06: Fix poor visibility of MessageStack against grid Fix USB printer detection and reconnect after firmware update on MacOSX Correct the icon for the Cura .desktop file Bump version support defaults to ZigZag instead of Lines Fix the platform activity check
2015-08-12Updates to ensure that usb printing now works via output device APIJaime van Kessel
2015-07-27Fix USB printer detection and reconnect after firmware update on MacOSX15.06.031.15.06.03Arjen Hiemstra
Rather than sending an M105 only after receiving a line with T:, always send M105 when we are trying to detect baudrate, otherwise we can end up in an undefined state. Contributes to #82
2015-07-15Merge branch '15.06'Arjen Hiemstra
Conflicts: cura/CuraApplication.py
2015-07-15Increase baud rate detection timeout and do not send \n between M105Arjen Hiemstra
Improves printer detection rate on MacOSX Contributes to #82
2015-07-13Merge branch '15.06'Arjen Hiemstra
* 15.06: Do not cause "dictionary changed size during iteration" errors when changing view Adds an idle-state for the layerview slider Adds an idle-state for the safebutton Sets the platform activity on true when a model is loaded Sets the platform activity on true when a model is loaded Create functions that get & set platform activity Send M104 to set the temperature to 0 Do not store files that fail to load in recent files
2015-07-10Send M104 to set the temperature to 0Arjen Hiemstra
This makes it possible to continue communication after cancelling a print. Contributes to #82
2015-07-09Catch errors when trying to close the connection threadArjen Hiemstra
Contributes to #82
2015-07-08Merge branch '15.06'Arjen Hiemstra
2015-07-07Fix USB printing on LinuxArjen Hiemstra
Contributes to #82
2015-06-24Merge branch '15.06'Arjen Hiemstra
* 15.06: Update changelog Correct the bottom offset we add when setting the volume for scale to max Display progress information during processing of layer data If findObject returns none but object_id != 0 use the selected object Offset the displayed rotation angle so it does not overlap the mouse cursor Abort attempts to connect if an error is thrown when connecting to the serial port Fix recent files on Windows Defer opening the webbrowser until the next run of the event loop Disable slicing and platform physics when an operation is being performed Rework LayerData mesh generation for improved performance Performance: Only calculate the platform center once, not for every poly Add application icons for all three platforms
2015-06-23Abort attempts to connect if an error is thrown when connecting to the ↵Arjen Hiemstra
serial port This fixes an issue where thread.join() would be called from the current thread which fails.
2015-06-05Added exception handling to listen thread joinJaime van Kessel
2015-06-04Added exception handling to listen thread joinJaime van Kessel
2015-06-02Added extra exception catching for thread joiningJaime van Kessel
2015-05-11Add missing copyright headersArjen Hiemstra
Fixes #5
2015-05-06Style: Use "" for strings not ''Arjen Hiemstra
2015-04-30Add 'plugins/USBPrinting/' from commit ↵Arjen Hiemstra
'b28ca0881a6c2564f5447476f7b21de5645c10bd' git-subtree-dir: plugins/USBPrinting git-subtree-mainline: 3823afd8cca1fe92b69082d51d0d50946b904e91 git-subtree-split: b28ca0881a6c2564f5447476f7b21de5645c10bd