mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Merge branch '15.10'
* 15.10: Remove full screen from menu and disable the shortcut key Properly default infill_sparse_thickness to layer_height` Changes the color of the 'C' in one iconfile moves the changelog from on-startup to the extensions menu Fix firmware update to properly report progress Use a decorator to track Z offset Remove infill_sparse_combine setting Update for BQ printers profiles Bump version Properly position groups and nodes once ungrouped
This commit is contained in:
commit
936c2f9365
13 changed files with 74 additions and 47 deletions
|
@ -123,6 +123,7 @@ class PrinterConnection(OutputDevice, QObject, SignalEmitter):
|
|||
progressChanged = pyqtSignal()
|
||||
extruderTemperatureChanged = pyqtSignal()
|
||||
bedTemperatureChanged = pyqtSignal()
|
||||
firmwareUpdateComplete = pyqtSignal()
|
||||
|
||||
endstopStateChanged = pyqtSignal(str ,bool, arguments = ["key","state"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue