Nino van Hooff
89f0970a88
Remove trailing whitespace from Python files
2020-05-29 14:30:33 +02:00
Nino van Hooff
de82406782
Convert doxygen to rst for UltimakerMachineActions, USBPrinting
2020-05-15 14:00:44 +02:00
Lipu Fei
2b39d6422c
Move PrinterOutputDevice into cura.PrinterOutput module
2019-03-20 09:43:09 +01:00
Aleksei S
10ebabb7f6
Home head only by X- and Y axis, do extra bedHome (G28 Z)
...
CURA-4844
2018-04-09 13:13:52 +02:00
Ghostkeeper
b4cf25cb7f
Call moveHead and moveBed on the printer model
...
Instead of on the output device. This function was moved, which caused Cura to crash when the bed levelling procedure was called.
Contributes to issue CURA-5061.
2018-03-08 15:29:48 +01:00
Ghostkeeper
676f9b8474
Switch if-statement around for fail checking
...
This reduces indent and makes the control flow a bit easier to read in my opinion.
Contributes to issue CURA-5061.
2018-03-08 15:23:08 +01:00
Ghostkeeper
375770818b
Add typing for _getPrinterOutputDevices
...
Then my IDE will give hints on where a printer of the wrong type is being added.
Contributes to issue CURA-5061.
2018-03-08 14:23:14 +01:00
Simon Edwards
a5181f157e
Applied the profiler's pyqtSlot decorator to all of the code.
2017-01-10 13:35:39 +01:00
Jaime van Kessel
3e54c86c88
Updated documentation for MachineActions
2016-12-06 14:21:57 +01:00
fieldOfView
85a58a22cb
Change "Bed"/"Platform" to "Build Plate"
...
UXD-76
2016-08-10 17:57:05 +02:00
fieldOfView
c1d9c1ea12
Add button to start bedleveling wizard
...
Prevents the printer from homing unexpectedly
2016-07-29 14:29:35 +02:00
Jaime van Kessel
41147b5128
Machine action labels are now translatable
...
CURA-1385
2016-07-04 10:26:59 +02:00
Jaime van Kessel
1912722d31
Fixed requesting size of machine for bedLeveling
...
CURA-1385
2016-06-22 15:35:23 +02:00
Jaime van Kessel
fb1313ceda
BedLevel action now resets once it did all the steps
...
CURA-1385
2016-06-21 16:23:31 +02:00
Jaime van Kessel
924af37dff
Fleshing out of bedleveling action
...
CURA-1385
2016-06-21 13:30:36 +02:00
Jaime van Kessel
8af2b076a7
Added plugin for UM machine actions
...
CURA-1385
2016-06-20 13:51:27 +02:00