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
2017-10-24Hide manual controls for outputdevices that don't support itfieldOfView
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-04Also added canPreheatBed optionJaime van Kessel
2017-09-04Added canAbort & canPause feature to PrinterOutputDeviceJaime van Kessel
2017-08-18No longer attempt to create monitorView if none was setJaime van Kessel
2017-08-18Fixes #2284Jaime van Kessel
2017-08-03Fix error about empty qml urlfieldOfView
2017-07-20If output device has a contorl item, that one is used.Jaime van Kessel
If a printerOutput device does not define anything, the fallback is used. CURA-4057
2017-07-20Added control item to printOutputDeviceJaime van Kessel
CURA-4057
2017-05-29The monitor item is now actually used to display information on monitor pageJaime van Kessel
The UM3 now provides camera image in this way CURA-3826
2017-05-29Printer output device can now have a QML itemJaime van Kessel
This contributes to CURA-3826. This will allow printer output devices to add custom UI elements to the monitor tab in the future.
2017-03-06Heated bed timeout time now hides correctly if time ran outJaime van Kessel
CURA-3360
2017-02-16Don't show temperature if print core is removed in UM3Ghostkeeper
The empty string as hotend ID is interpreted as there being no hotend, since this is what the UM3 returns in that case. Contributes to issue CURA-3161.
2017-02-16Notify to update remaining time when it drastically changesGhostkeeper
When the time passes normally it doesn't trigger this signal but just go on counting, but when the pre-heat starts or cancels it updates via this signal. This is handy for the future, when we want to update the remaining time from the printer information. However for now it is also nice because we can make the pre-heat timer dependent on this signal so we know when to have it running. This fixes the problem that the pre-heat seems to have been cancelled in the GUI when you switch away the tab, because the timer running is now dependent on the property rather than always false. Contributes to issue CURA-3161.
2017-02-16Move pre-heat timer into PrinterOutputDeviceGhostkeeper
If it's held inside the device that has two advantages: It's being held per-device, so switching connection doesn't stop the timer. And also, the logic is no longer in the GUI. Contributes to issue CURA-3161.
2017-02-13Merge branch 'master' into python_type_hintingSimon Edwards
2017-02-09Add fallback name property in PrinterOutputDeviceGhostkeeper
It'll call this property, which gives an empty string, if the device doesn't implement giving a name. Contributes to issue CURA-3161.
2017-02-09Add fallback in PrinterOutputDevice for getting addressGhostkeeper
The fallback gives a warning that it's not implemented. Contributes to issue CURA-3161.
2017-02-09Document preheatBedTimeoutGhostkeeper
Must've slipped through the cracks. Contributes to issue CURA-3161.
2017-02-08Fix colour of unknown materialGhostkeeper
The other colour was just used for debugging. Contributes to issue CURA-3161.
2017-02-07Document no longer that pre-heating defaults to 15mGhostkeeper
Because that was removed. Contributes to issue CURA-3161.
2017-02-07Add default implementations for preheatBed and cancelPreheatBedGhostkeeper
It is a no-op implementation that gives a warning. I'd rather give an exception and have that handled by whatever calls it, but this is how the other methods here do it. Contributes to issue CURA-3161.
2017-02-07Store default pre-heat time in central locationGhostkeeper
Its default is 900s or 15 minutes. QML now requests the time-out time and sends it on to the printer. Contributes to issue CURA-3161.
2017-02-03Add material indication to extruder boxesGhostkeeper
Only if a material is known of course. But the case where it is unknown is not tested. Contributes to issue CURA-3161.
2016-12-13Merge branch 'master' into python_type_hintingSimon Edwards
2016-12-12Lots of import fixes. Eliminated the import hacks such as those used inside ↵Simon Edwards
UM/Settings/__init__.py. CURA-2917
2016-11-24Solve merge conflict PrinterOutputDevice. CURA-1263Jack Ha
2016-11-23PrinterOutput now keeps track of camera stateJaime van Kessel
CURA-2411
2016-11-20Revert "PrinterOutputDevice: Adding isConnectionState"Thomas Karl Pietrowski
1. Shouldn't go directly to upstream's master 2. GitHub still loves to kill the last line This reverts commit bafaf16fcbba5867353d012509f27c1c3f1a8d8f.
2016-11-20PrinterOutputDevice: Adding isConnectionStateThomas Karl Pietrowski
Adding isConnectionState here to make direct comparisons, whether the current state is the correct one. Looks better than `self._connection_state == <my_connection_state>` in my point of view.
2016-11-17Merge branch 'master' of github.com:Ultimaker/Cura into rework_file_handlerJaime van Kessel
2016-11-09Remove unused required argument on _startCamera and _stopCamerafieldOfView
(they were probably there due to a copy/paste error, see _setJobState) CURA-2411
2016-11-09OutputDevices now take file_handler into accountJaime van Kessel
CURA-1263
2016-11-04Added start & stop camera interfaceJaime van Kessel
CURA-2411
2016-10-17Allow for saving multiple scene nodes at the same timeGhostkeeper
The selection saving saves the entire current selection and their child nodes. Contributes to issue CURA-2617.
2016-10-05Added printer type to output deviceJaime van Kessel
CURA-2475
2016-09-13Changed guid to GUID in the filterJaime van Kessel
We use the veriable as upper.
2016-09-13Added missing import statementJaime van Kessel
CURA-2276
2016-09-13Add materialNames property to get user-facing texts from printerfieldOfView
inb4 string-freeze CURA-2276
2016-09-12Added printer state to output deviceJaime van Kessel
CURA-2235
2016-09-08Signals are now only emitted when setting changed instead of always.Jaime van Kessel
2016-08-16Move the "Changes on Printer" dialog to JediWifiPrintingfieldOfView
...to have full control over the terminology CURA-2116
2016-08-09Add a connection string to the printmonitorfieldOfView
CURA-2091
2016-08-04Fix error in PrinterOutputDevice.acceptsCommandsfieldOfView
CURA-1851
2016-08-04Disable print monitor if the printer is not (yet) ready to receive commandsfieldOfView
CURA-1851
2016-08-04Show error text in print monitorfieldOfView
CURA-1990
2016-07-04Fix codestylefieldOfView
CURA-491
2016-07-04Switch materials/nozzle when the printer signals a material/nozzle changefieldOfView
CURA-491
2016-06-23Added jobName propertyJaime van Kessel
CURA-1036
2016-06-16Implemented interface for setting printjobstateJaime van Kessel
CURA-1038