Lipu Fei
e30104ff7f
Move PrintJobOutputModel into cura.UI module
2019-03-20 09:27:23 +01:00
Ghostkeeper
c5eb3b0e25
Allow floating point in bed temperature
...
This is consistent with the hotend temperature. Only we round it just before outputting it to g-code because the g-code doesn't support it.
This fixes a typing error that my IDE gave me.
2019-01-28 13:35:22 +01:00
fieldOfView
9af71f2888
Fix incorrect typing and issues caused by typing
2018-09-28 13:40:39 +02:00
fieldOfView
a573a598b0
Add typing and appease MYPY
2018-09-28 12:40:44 +02:00
fieldOfView
4a5451576d
Update copyright
2018-09-02 18:07:30 +02:00
fieldOfView
4bea1410b8
Allow printer output devices to set their ability to update firmware
2018-08-22 14:37:48 +02:00
fieldOfView
688a5083d2
Add canUpdateFirmware property to printer output devices
2018-08-08 15:53:26 +02:00
ChrisTerBeke
d4d9a58d04
Fix merge conflicts, add can_send_raw_gcode ability, rename to sendRawCommand, small fixes
2018-03-15 16:51:25 +01:00
fieldOfView
dbabf3bda9
Merge branch 'master' into feature_preheat_extruder
...
# Conflicts:
# cura/PrinterOutput/ExtruderOutputModel.py
# cura/PrinterOutput/PrinterOutputModel.py
2018-03-15 11:21:37 +01:00
Lipu Fei
4cc2d882d3
Fix merge conflicts
...
CURA-4879
2018-03-14 10:53:10 +01:00
Diego Prado Gesto
3aa3729635
CURA-4870 Add printer type selector that show the unique name list of
...
all the types of printers in a group.
2018-02-28 13:36:39 +01:00
ChrisTerBeke
bd46515382
Make custom commands functional, fix UI layout, typos
2018-01-26 22:10:44 +01:00
ChrisTerBeke
80b589344f
Add custom command methods to output device and controller
2018-01-25 22:40:30 +01:00
fieldOfView
b68a30662a
Add stubs to PrinterOutputController
2018-01-17 21:21:13 +01:00
fieldOfView
bc5b5ac283
Implement preheating hotends for USB printing
2018-01-11 15:27:38 +01:00
fieldOfView
fb9d841c90
Add per-extruder preheat controls
...
These are lifted from the bed preheat controls and are not functional at the moment
2018-01-10 21:41:59 +01:00
Jaime van Kessel
00eeb835ac
ManualPrinterControl uses correct functions again
...
CL-541
2017-11-27 10:22:30 +01:00
Jaime van Kessel
57de028608
re-implemented abort & pause for legacy um3
...
CL-541
2017-11-24 11:26:30 +01:00
Jaime van Kessel
f987e6d977
Functionality properties (canPause, canPreHeatBed, etc) are now in the Controller.
...
It's actually up to the controller to say something about this, so this location makes more sense
CL-541
2017-11-21 16:59:17 +01:00
Jaime van Kessel
22f2279a76
Moved bunch of code from the old location to the new bits in archtiecture
...
CL-541
2017-11-20 10:59:57 +01:00
Jaime van Kessel
00a5127b19
Added home head & bed
...
CL-541
2017-11-17 17:00:09 +01:00
Jaime van Kessel
f0a8db3d4e
Add way to set head position
...
CL-541
2017-11-17 16:48:36 +01:00
Jaime van Kessel
3a8eef9768
Added a printerOutputController to send commands to remote.
...
The idea is that this class can be subclassed. CL-541
2017-11-17 16:25:44 +01:00