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
|
7 years ago |
Ghostkeeper
|
877d061a1b
Catch FileNotFoundError when updating custom firmware
|
7 years ago |
Jaime van Kessel
|
fa9dc7a1df
Fixed send custom firmware
|
7 years ago |
Ghostkeeper
|
daf77517ac
Merge branch 'master' of https://github.com/slundell/Cura into slundell-master
|
7 years ago |
Ghostkeeper
|
507de9c22c
Catch timeout exceptions when printing via USB
|
7 years ago |
Simon Lundell
|
a024be78dc
Reverting this commit as this was not the correct way to fix it.
|
7 years ago |
Simon Lundell
|
b3f0292ce6
Cancel the print when the printer sends message (b'!!') about a fatal error.
|
7 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
|
7 years ago |
Simon Lundell
|
946a09eb62
Parse heatbed temperatures even if no extruder temperature is sent. Attempts to fix bug #3332
|
7 years ago |
Simon Lundell
|
d62dbe5187
Stop sending empty commands as this confuses the communication with e.g. Smoothieware. See PR #3346 and bug #1777
|
7 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.
|
7 years ago |
Lipu Fei
|
495fc8bbd7
WIP: Refactor BuildPlateModel and split MultiBuildPlateModel
|
7 years ago |
ChrisTerBeke
|
6cd64e1ce8
Two more fixes for typo in USBPrinterOutputController
|
7 years ago |
ChrisTerBeke
|
8c7f8fa1fa
Fix typo in USBOutputController
|
7 years ago |
fieldOfView
|
fb2a5ea28a
Refactor USBPrinterOutputController to reusable cura.PrinterOutput.GenericOutputController
|
7 years ago |
fieldOfView
|
3fed44bb5e
Fix typo in class name
|
7 years ago |
Jaime van Kessel
|
1986677276
re-addded connection text
|
7 years ago |
ChrisTerBeke
|
b2d3d15011
Fix conflicts
|
7 years ago |
Lipu Fei
|
c8cef9583e
rename scene.gcode_list to gcode_dict
|
7 years ago |
Jaime van Kessel
|
99de75a3fd
Fixed connection label state
|
7 years ago |
Jaime van Kessel
|
2ca06f383e
USB printers also get their name set
|
7 years ago |
Jaime van Kessel
|
79add4ffd8
Added typing
|
7 years ago |
Jaime van Kessel
|
32cbd27b70
Fixed the firmware update for USB print
|
7 years ago |
Jaime van Kessel
|
1ae881caee
USB device is first added and then trying to connect.
|
7 years ago |
Jaime van Kessel
|
bd4797404d
Changed showMonitorStage to setActiveStage
|
7 years ago |
Jaime van Kessel
|
0ac48817b2
Added abort, start & pause
|
7 years ago |
Jaime van Kessel
|
6bdce54e1d
Enable progress bar for USB printing
|
7 years ago |
Jaime van Kessel
|
a6deddb6ae
Added controller for USB printer
|
7 years ago |
Jaime van Kessel
|
e2845a224c
No longer start print if it's already started
|
7 years ago |
Jaime van Kessel
|
aef54f99db
If a print is completed, it's now also updated in UI
|
7 years ago |
Jaime van Kessel
|
d3d9a6e1bb
Starting a print with USB printer now works with reworked printeroutputmodel
|
7 years ago |
Jaime van Kessel
|
d3b9ac0d45
Also start reworking the USBPrint.
|
7 years ago |
ChrisTerBeke
|
9bf954643c
Use new method of setting active stage when needing to switch to monitor
|
7 years ago |
ChrisTerBeke
|
867836bd76
Merge pull request #2773 from fieldOfView/fix_usb_target_temperatures
|
7 years ago |
Diego Prado Gesto
|
e7ac2e37b4
Fix an error when closing USB connection. This error raised several
|
7 years ago |
fieldOfView
|
2d2b943d07
Fix getting temperatures
|
7 years ago |
fieldOfView
|
e0c37cc56e
Add elapsed time and total time
|
7 years ago |
fieldOfView
|
698f42b837
Set job name when starting a print and clear it after printing
|
7 years ago |
fieldOfView
|
826f438c72
Get target temperatures from M105 responses
|
7 years ago |
Ghostkeeper
|
d458fcde5c
Revert "Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0""
|
7 years ago |
Ghostkeeper
|
e07e7bc9e7
Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0"
|
7 years ago |
Mark
|
b4154b8cc0
Merge branch '3.0'
|
7 years ago |