LarsBrubaker
0fbf9e8ccd
Improving end of print behavior
2020-10-25 08:48:43 -07:00
Lars Brubaker
8be14b44ce
Make it easier to turn on and off working with the test server
2020-10-23 16:57:26 -07:00
LarsBrubaker
e832522155
Starting to collect data at the end of a print
2020-10-04 22:21:17 -07:00
LarsBrubaker
b88243e35d
add probe error
...
issue: MatterHackers/MCCentral#6093
report error for Probe fail
2020-09-30 18:40:10 -07:00
Lars Brubaker
fc4dd6d72d
Adding default options to history notes
2020-08-14 18:46:54 -07:00
LarsBrubaker
4b90a445c5
Keep track of print canceled
...
issue: MatterHackers/MCCentral#5948
Make sure canceled print is being tracked in history in meaningful way
2020-07-18 14:36:04 -07:00
LarsBrubaker
e7333057f0
Adding export feature
2020-07-11 21:05:51 -07:00
Lars Brubaker
cc57d42846
Print more useful information in print history
2020-07-03 12:56:40 -07:00
Lars Brubaker
78d4059c80
Making print history clearable and update with new data
...
fixing warnings
2020-07-03 12:05:37 -07:00
LarsBrubaker
6ef6503b94
Making feedrate and multiplier apply to current printer
...
issue: https://github.com/matterhackers/mattercontrol/issues/4793
2020-07-01 21:59:06 -07:00
LarsBrubaker
2da1193185
latest MS
2020-05-06 09:56:00 -07:00
LarsBrubaker
37e6f3bd44
Put in per extruder fan controls
2020-05-05 09:28:11 -07:00
LarsBrubaker
7b2d95bbd9
adding in C axis
2020-05-01 08:02:58 -07:00
LarsBrubaker
b19e0a7629
Add support for specifying the firmware type in the profile
2020-04-11 09:46:02 -07:00
Tyler Anderson
4e09a2cc2f
Show troubleshooting information for connection errors
2019-06-19 19:22:44 -07:00
Tyler Anderson
db478767aa
Added Smoothie homing error
2019-05-30 11:41:50 -07:00
Lars Brubaker
6fbc87acf0
fixed baby step stream to have the right offsets
...
refactoring for clarity
fixing warnings
issue: MatterHackers/MatterControl#4560
Cannot move up in z calibration wizard
2019-05-22 14:59:54 -07:00
Lars Brubaker
d77c942e69
refactoring
2019-05-21 16:09:10 -07:00
LarsBrubaker
f7235051bd
Make sure we turn off the heat for extruders if we will turn of the heat at the end of the print
...
issue: MatterHackers/MCCentral#5547
heat not shut off for unused extruder after last switch
2019-05-21 07:16:23 -07:00
LarsBrubaker
bc96467792
Set layer drawing (sync to print) from instruction index rather than time
2019-05-19 20:10:28 -07:00
LarsBrubaker
a5c8a5fb62
adding smoothie error message for zprobe failure
...
issue: MatterHackers/MCCentral#5504
First time setup hangs at Probe Calibration
2019-05-17 08:11:59 -07:00
LarsBrubaker
002570d381
Showing the time to the end of the print
...
Made the ratio complete be based on time
2019-05-13 10:05:07 -07:00
Lars Brubaker
8a81dd33c5
Make active extruder come from the tool change streams data
...
issue: MatterHackers/MCCentral#5468
Hotend 1 controls move Hotend 2 instead
2019-05-07 14:47:43 -07:00
Lars Brubaker
cf4274cb06
Make sure we send the needed command when extruding
...
issue: MatterHackers/MCCentral#5468
Hotend 1 controls move Hotend 2 instead
2019-05-06 18:09:52 -07:00
LarsBrubaker
46bf89b5bc
fixing android
2019-05-02 20:41:16 -07:00
Lars Brubaker
2c74f07572
Fixed the tool speed stream to change while printing
...
Made it possible to visualize the emulator as it is printing
fixing warnings
issue: MatterHackers/MCCentral#5432
Dual Extrusion speed not matching settings
2019-05-02 18:07:18 -07:00
jlewin
15c3a56a33
Remove await call
2019-04-30 15:53:51 -07:00
jlewin
f3c000a5d3
Invert CalibrationPrint logic
2019-04-30 15:52:09 -07:00
jlewin
d4176232b7
Revise backing field naming
2019-04-30 15:51:44 -07:00
Lars Brubaker
6217792c73
make sure we update streams when g92 position change happens
...
issue: MatterHackers/MCCentral#5338
Unload filament bug
2019-04-29 11:46:25 -07:00
Lars Brubaker
69c8a4b269
Refactoring
2019-04-29 09:13:58 -07:00
Lars Brubaker
2479e01efd
Cleaning up warnings in Printer Connection
2019-04-29 09:13:56 -07:00
LarsBrubaker
56d783a87e
fixing the unload bug
...
issue: MatterHackers/MCCentral#5338
Unload filament bug
2019-04-27 16:07:05 -07:00
jlewin
ca7badb294
Conditional leveling stream, avoid exceptions with invalid data
...
- Issue MatterHackers/MCCentral#5384
Unable to connect and fix leveling data when leveling data invalid
2019-04-26 12:22:33 -07:00
jlewin
10b10f5e57
Apply common defaults
2019-04-26 12:22:33 -07:00
Lars Brubaker
75ce50a598
Making export gcode contain cool down and heat up instructions
...
issue: MatterHackers/MCCentral#5378
Inactive hotend cooldown does not work when exporting G-Code
2019-04-26 11:52:44 -07:00
LarsBrubaker
3ada6a08f4
move the print canceled and complete messages to a dialog
...
issue: MatterHackers/MCCentral#5339
Change to Dialog Print Completed implementation
2019-04-20 21:56:28 -07:00
jlewin
b561ed65aa
Fix spelling
2019-04-17 14:34:36 -07:00
jlewin
9f0b1c658c
Ensure ProcessWriteRegexStream is the last processor
...
- Issue MatterHackers/MCCentral#5292
Line written raw without WriteLineReplacement
- Issue MatterHackers/MCCentral#5259
Cannot connect to Flashforge Finder
2019-04-09 14:05:25 -07:00
Lars Brubaker
48f436cc4a
added a T1 extrusion move speed multiplier
...
refactoring
issue: MatterHackers/MCCentral#5291
Create T1 printing move speed multiplier
2019-04-09 13:39:38 -07:00
jlewin
b82cca9f04
Support WriteLineReplacements before StreamProcessor construction
...
- Issue MatterHackers/MCCentral#5259
Cannot connect to Flashforge Finder
2019-04-08 14:06:34 -07:00
jlewin
005d9075c5
Ensure connection aborts due to timeouts are reported correctly
...
- Issue MatterHackers/MCCentral#5268
TcpipSerialPort should set reasonable timeout for connection attempt
2019-04-05 17:12:48 -07:00
jlewin
41c2e1c464
Ensure Cancel button is enabled after TcpipSerialPort Connect
...
- Issue
MatterHackers/MCCentral#5273
Connect button does not switch to Cancel connect on TcpipSerialPort
devices
2019-04-05 17:12:48 -07:00
jlewin
6721aa31b5
Only use default value if baud_rate is null or empty
...
- Issue MatterHackers/MCCentral#5259
Cannot connect to Flashforge Finder
2019-04-05 17:12:48 -07:00
jlewin
76c6fdc3fc
Avoid LineSent for application messaging, use TerminalLog.WriteLine
...
- Issue MatterHackers/MCCentral#5267
CommunicationState change appears as line received in terminal
2019-04-05 17:12:48 -07:00
jlewin
6328e00090
Always set CommunicationState to Disconnected after Disable call
2019-04-05 11:46:32 -07:00
jlewin
af374e0abf
Remove redundant EnableChanged event
...
- Issue MatterHackers/MCCentral#5265
Consider removing PrinterConnection.EnableChanged event
2019-04-05 11:44:55 -07:00
Lars Brubaker
641e5cdeee
Make sure we always setup the read line replacements
...
issue: MatterHackers/MCCentral#5246
Smoothie machines don't print
2019-04-04 10:37:33 -07:00
jlewin
0203290148
Unregister TerminalLog listeners
2019-04-03 09:27:07 -07:00
John Lewin
c09e65fe72
Convert field to event
2019-04-01 17:08:01 -07:00