fieldOfView
|
b73a71746e
Fix missing imports
|
6 лет назад |
fieldOfView
|
6be6d6cfc3
Fixed missing typing import
|
6 лет назад |
fieldOfView
|
a573a598b0
Add typing and appease MYPY
|
6 лет назад |
fieldOfView
|
7c23a4e187
Merge branch 'master' into feature_firmware_updater
|
6 лет назад |
fieldOfView
|
9c865e80d1
Remove debug print
|
6 лет назад |
fieldOfView
|
6bf91d2b3a
Fix updating temperature while preheating bed or extruder
|
6 лет назад |
Ghostkeeper
|
1136033f97
Remove superfluous check for 'ok T:'
|
6 лет назад |
fieldOfView
|
43b4ca3044
Fix code-style
|
6 лет назад |
fieldOfView
|
5d52239201
Code style
|
6 лет назад |
fieldOfView
|
4bea1410b8
Allow printer output devices to set their ability to update firmware
|
6 лет назад |
alekseisasin
|
c190c8d05a
Merge pull request #3999 from fieldOfView/fix_firmware_upload
|
6 лет назад |
fieldOfView
|
3ac5342dfc
Separate firmware updater from USBPrinterOutputDevice
|
6 лет назад |
fieldOfView
|
171220205c
Merge branch 'fix_firmware_upload' into feature_firmware_updater
|
6 лет назад |
fieldOfView
|
846c55a99d
Simplify detection of url-encoded filepatch
|
6 лет назад |
Lipu Fei
|
006c778d3e
Merge pull request #3855 from jorgegarciadev/master
|
6 лет назад |
fieldOfView
|
65ada30c9c
Fix flashing "default" firmware
|
6 лет назад |
Lipu Fei
|
49bd249819
Update text for USB printing exit confirmation
|
6 лет назад |
Lipu Fei
|
c0b7e40b0d
Add on-exit callback management and check for active USB printing
|
6 лет назад |
Lipu Fei
|
ac3d3bc5c0
Revert "Added signal to prevent window closing if USB printer is printing"
|
6 лет назад |
Aleksei S
|
596a7b7169
Added signal to prevent window closing if USB printer is printing
|
6 лет назад |
Ghostkeeper
|
f59f23c027
Fix sending print job name via USB
|
6 лет назад |
fieldOfView
|
7e90546163
Fix firmware upload on Windows...
|
6 лет назад |
Ghostkeeper
|
79c6b2dad8
Use CuraApplication instead of Application
|
6 лет назад |
Diego Prado Gesto
|
a184fad8ee
CURA-5330 Add typing to the USBPrinting plugin
|
6 лет назад |
Jorge García
|
4bd87e2164
Fix for showing temperatures for Malyan M200 and Monoprice Mini
|
6 лет назад |
Ghostkeeper
|
0d55b8b440
Resume after pausing without waiting for next ok
|
6 лет назад |
Ghostkeeper
|
7c0eb43a23
Fix unpausing after cancelling a print
|
6 лет назад |
Ian Paschal
|
26e32dc08a
Added missing colon
|
6 лет назад |
ChrisTerBeke
|
c491cb4707
Merge pull request #3597 from fieldOfView/fix_multiextruder_usb_temperatures
|
6 лет назад |
Lipu Fei
|
db5c18295b
Merge remote-tracking branch 'origin/3.3'
|
6 лет назад |
Lipu Fei
|
340916179a
Small typo fixes for preheat timeout
|
6 лет назад |
fieldOfView
|
bc84c1f6e6
Prevent preheat timeout from occurring during a print
|
6 лет назад |
fieldOfView
|
08d4200f92
Prevent sending next command before an "ok" is received
|
6 лет назад |
fieldOfView
|
c101fe005f
Fix getting multiple extruder temperatures from USB printer
|
6 лет назад |
Jack Ha
|
54c85fd0ea
CURA-4844 fix some typos
|
6 лет назад |
Aleksei S
|
290adbd906
Fix: bed leveling for UM+
|
6 лет назад |
fieldOfView
|
dbabf3bda9
Merge branch 'master' into feature_preheat_extruder
|
6 лет назад |
Ghostkeeper
|
877d061a1b
Catch FileNotFoundError when updating custom firmware
|
6 лет назад |
Jaime van Kessel
|
fa9dc7a1df
Fixed send custom firmware
|
6 лет назад |
Ghostkeeper
|
daf77517ac
Merge branch 'master' of https://github.com/slundell/Cura into slundell-master
|
6 лет назад |
Ghostkeeper
|
507de9c22c
Catch timeout exceptions when printing via USB
|
6 лет назад |
Simon Lundell
|
a024be78dc
Reverting this commit as this was not the correct way to fix it.
|
6 лет назад |
Simon Lundell
|
b3f0292ce6
Cancel the print when the printer sends message (b'!!') about a fatal error.
|
6 лет назад |
Simon Lundell
|
b1be25e8d8
Start the device thread GCODE streaming after the main thread has sent those first few lines of codes. This fixes an issue where a race between the main thread and device thread, caused both to try to send the first lines of codes and the line numbering were then messed up. This caused the printer to
|
6 лет назад |
Simon Lundell
|
946a09eb62
Parse heatbed temperatures even if no extruder temperature is sent. Attempts to fix bug #3332
|
6 лет назад |
Simon Lundell
|
d62dbe5187
Stop sending empty commands as this confuses the communication with e.g. Smoothieware. See PR #3346 and bug #1777
|
6 лет назад |
Simon Lundell
|
112bb260ac
Do not send new G-CODEs when the RX buffer is filling up. This is in an attempt to fix #1777 where smoothieware based printers would halt in the middle of the print.
|
6 лет назад |
Lipu Fei
|
495fc8bbd7
WIP: Refactor BuildPlateModel and split MultiBuildPlateModel
|
6 лет назад |
ChrisTerBeke
|
6cd64e1ce8
Two more fixes for typo in USBPrinterOutputController
|
6 лет назад |
ChrisTerBeke
|
8c7f8fa1fa
Fix typo in USBOutputController
|
6 лет назад |