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