Lipu Fei
5255bca9dd
Merge remote-tracking branch 'origin/master' into ui_rework_4_0
2018-12-04 15:08:50 +01:00
Lipu Fei
43096c1baf
Update USBPrinting version to 1.0.1
...
CURA-5943
2018-12-04 15:03:45 +01:00
Lipu Fei
02e7f90473
Fix module importing in USBPrinting
...
CURA-5943
2018-12-04 15:02:52 +01:00
Jaime van Kessel
59a81be65c
Fixed some leftover graphical issues
...
CURA-5943
2018-11-30 14:10:42 +01:00
Jaime van Kessel
6d4a460e58
Move USB sidebar into the main view of the monitorstage
...
CURA-5943
2018-11-30 13:53:53 +01:00
Jaime van Kessel
d8c430abf6
Fix typing
2018-11-27 17:54:53 +01:00
fieldOfView
68c3023a46
Make sure firmware name is only requested once
2018-10-19 14:38:25 +02:00
fieldOfView
71d365c0c6
Fix case where Cura and the firmware could be waiting for eachother
2018-10-19 14:37:20 +02:00
fieldOfView
777470db7f
Don't force sending M105 requests without OK
...
This prevents serial buffer overflow on the printer.
2018-10-18 15:47:25 +02:00
fieldOfView
f4c88aff0f
Merge branch 'master' into fix_marlin_press_to_resume
2018-10-18 15:35:57 +02:00
Ghostkeeper
b5d8c1af6f
Merge branch 'master' into fieldOfView-feature_firmware_updater
...
Conflicts:
cura/PrinterOutput/PrinterOutputModel.py - Bunch of code that was moved.
plugins/USBPrinting/USBPrinterOutputDevice.py - Collisions with code style fixes.
plugins/UltimakerMachineActions/UpgradeFirmwareMachineAction.qml - Bunch of code that was moved.
2018-10-15 16:52:22 +02:00
Ghostkeeper
99fc372b32
Update printer information when switching global container stacks
...
This was just evaluated once during the creating of a USB connection. But you can switch out the printer without breaking/making a USB connection, so in that case we have to update it here.
Contributes to issue CURA-5749.
2018-10-12 14:55:13 +02:00
Ghostkeeper
85b835118d
Log which firmware file you're about to upload
...
Kind of critical information, really.
Contributes to issue CURA-5749.
2018-10-12 13:24:09 +02:00
fieldOfView
6a50487bf0
Catch the one that got away
2018-10-11 19:16:10 +02:00
fieldOfView
ab7fe3138d
Remove unused imports
2018-10-09 17:06:20 +02:00
fieldOfView
a36deea651
Move updateFirmware to PrinterOutputDevice...
...
along with codestyle and typing fixes
2018-10-09 16:26:45 +02:00
fieldOfView
cb24d58ab8
Don't flood the printer with temperature requests while says it is busy
...
Fixes #3994
2018-10-05 12:57:24 +02:00
fieldOfView
477862d779
Fix code style and unused imports
2018-10-03 23:07:37 +02:00
fieldOfView
61ffdf23d7
Fix MYPY/typing errors
2018-10-03 20:24:32 +02:00
fieldOfView
c4919d65f4
Merge branch 'master' into feature_firmware_updater
2018-10-03 14:02:24 +02:00
alekseisasin
5456637e4a
Merge pull request #4369 from fieldOfView/fix_usb_temperature_while_heating
...
Fix updating temperature while preheating bed or extruder
2018-10-03 10:35:30 +02:00
fieldOfView
3908781f6f
Fix this sh*t
...
Sorry, I kind of dropped the ball before.
2018-10-02 17:08:39 +02:00
fieldOfView
9af71f2888
Fix incorrect typing and issues caused by typing
2018-09-28 13:40:39 +02:00
fieldOfView
b73a71746e
Fix missing imports
2018-09-28 13:06:36 +02:00
fieldOfView
6be6d6cfc3
Fixed missing typing import
2018-09-28 12:49:53 +02:00
fieldOfView
a573a598b0
Add typing and appease MYPY
2018-09-28 12:40:44 +02:00
fieldOfView
7c23a4e187
Merge branch 'master' into feature_firmware_updater
2018-09-28 11:32:28 +02:00
fieldOfView
9c865e80d1
Remove debug print
2018-09-14 19:15:23 +02:00
fieldOfView
66aeb95e28
Fix opening port after baudrate detection
2018-09-14 14:06:55 +02:00
fieldOfView
6bf91d2b3a
Fix updating temperature while preheating bed or extruder
...
While preheating the bed/extruder with M190 or M109, the firmware keeps outputting temperature lines, but these do not contain "ok" because no new command was acknowledged.
Fixes #3741
2018-09-14 13:59:05 +02:00
Ghostkeeper
1136033f97
Remove superfluous check for 'ok T:'
...
This check is never hit because if there is 'ok T:' in the bytes array then it will have hit the first check for 'ok ' and 'T:'.
2018-09-03 10:50:07 +02:00
fieldOfView
43b4ca3044
Fix code-style
2018-09-02 18:02:33 +02:00
Aleksei S
fe9cada459
Increase plugin API version to 5
...
CURA-5627
2018-08-27 13:59:00 +02:00
fieldOfView
77f99ecf20
Moved FirmwareUpdater to cura.PrinterOutput
2018-08-24 15:48:11 +02:00
fieldOfView
5d52239201
Code style
2018-08-24 09:09:49 +02:00
fieldOfView
7b00d6879a
Factor out USBPrinterManager singleton
2018-08-22 15:44:11 +02:00
fieldOfView
5f81c6d1f4
Add a FirmwareUpdater class and make AvrFirmwareUpdater a subclass
2018-08-22 15:43:17 +02:00
fieldOfView
4bea1410b8
Allow printer output devices to set their ability to update firmware
2018-08-22 14:37:48 +02:00
fieldOfView
c1d7ca7bff
Merge branch 'master' into feature_firmware_updater
2018-08-22 12:16:25 +02:00
alekseisasin
c190c8d05a
Merge pull request #3999 from fieldOfView/fix_firmware_upload
...
Fix firmware upload on Windows
2018-08-10 11:39:53 +02:00
fieldOfView
688a5083d2
Add canUpdateFirmware property to printer output devices
2018-08-08 15:53:26 +02:00
Ghostkeeper
59bb774436
Remove unused variables
2018-08-07 10:51:56 +02:00
fieldOfView
339987be9d
Move hardcoded firmware-file table to definitions
2018-08-02 11:50:28 +02:00
fieldOfView
3ac5342dfc
Separate firmware updater from USBPrinterOutputDevice
2018-08-02 11:11:22 +02:00
fieldOfView
171220205c
Merge branch 'fix_firmware_upload' into feature_firmware_updater
2018-08-01 11:25:42 +02:00
fieldOfView
846c55a99d
Simplify detection of url-encoded filepatch
2018-07-31 09:47:18 +02:00
Lipu Fei
006c778d3e
Merge pull request #3855 from jorgegarciadev/master
...
Fix for detecting USB connection to Malyan M200 and Monoprice Mini
2018-07-24 17:00:43 +02:00
fieldOfView
65ada30c9c
Fix flashing "default" firmware
...
The url is not QUrl encoded if the "default" firmware is flashed
2018-07-17 09:01:06 +02:00
Lipu Fei
49bd249819
Update text for USB printing exit confirmation
...
CURA-5384
2018-07-13 11:10:15 +02:00
Lipu Fei
c0b7e40b0d
Add on-exit callback management and check for active USB printing
...
CURA-5384
2018-07-13 09:16:11 +02:00