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