John Lewin
|
991a9896ed
|
Rename CheckForKeys to ProcessLine
|
2018-11-09 11:58:36 -08:00 |
|
John Lewin
|
5cc17daf2f
|
Rename LineActions derived types
- FoundStringContainsCallbacks -> ContainsStringLineActions
- FoundStringStartsWithCallbacks -> StartsWithLineActions
|
2018-11-09 11:58:36 -08:00 |
|
John Lewin
|
a061f97a70
|
Rename AddCallbackToKey/RemoveCallbackFromKey -> Register/Unregister
|
2018-11-09 11:58:35 -08:00 |
|
John Lewin
|
fd894fb0c1
|
Rename FoundStringCallbacks to LineActions
|
2018-11-09 11:58:35 -08:00 |
|
John Lewin
|
cb732aacb7
|
Remove FoundStringEventArgs
|
2018-11-09 11:58:35 -08:00 |
|
John Lewin
|
f83fadd06b
|
Convert to standard events with line arg
|
2018-11-09 11:58:34 -08:00 |
|
Lars Brubaker
|
2bd677cb9c
|
Check that loaded gcode has a print time > 30 seconds or warn
Removed gcodeDetails as a type
issue: MatterHackers/MCCentral#4309
Printing file that makes less than 30 second gcode does not show error
|
2018-10-29 16:42:28 -07:00 |
|
Lars Brubaker
|
d5b06de172
|
Adding coast at end
mad travel render transparent
fixed layer identification in ms gcode
|
2018-10-17 13:49:56 -07:00 |
|
Lars Brubaker
|
1ad11ad07c
|
Able to correctly parse simplify 3d gcode layer string
issue: MatterHackers/MCCentral#4292
S3D vs MC gcode
|
2018-10-16 10:25:57 -07:00 |
|
Lars Brubaker
|
c408ef055d
|
Wrote Re-Slice for dynamically replacing current gcode
adding comments
|
2018-09-21 15:07:05 -07:00 |
|
Lars Brubaker
|
56ad74ecc7
|
using the new estimator in vector math for gcode timing
|
2018-09-20 11:37:47 -07:00 |
|
Lars Brubaker
|
325faf7001
|
Moving the serial port out of .net standard lib
|
2018-09-19 15:00:26 -07:00 |
|
John Lewin
|
d08813587f
|
Cleanup csproj files
|
2018-09-19 13:21:11 -07:00 |
|
John Lewin
|
750531b4ac
|
Convert projects to .netstandard2
|
2018-09-06 11:31:38 -07:00 |
|
John Lewin
|
8e3c9392c2
|
Add GCodeFileStreamed(Stream) overload
|
2018-07-19 17:54:46 -07:00 |
|
John Lewin
|
685541523b
|
Spelling
|
2018-07-12 22:49:39 -07:00 |
|
Lars Brubaker
|
5cd9a2fd58
|
Updated static data printers
|
2018-06-14 18:36:24 -07:00 |
|
Lars Brubaker
|
790d68f8da
|
Find the filament diameter in our gcode files
|
2018-06-12 11:11:35 -07:00 |
|
Lars Brubaker
|
25883fc0bc
|
Working on mesh wrapper and rebuild issues
|
2018-05-31 09:05:08 -07:00 |
|
John Lewin
|
7878fc8141
|
Add support for GCode post processors, discover and process from scene
|
2018-05-26 12:17:47 -07:00 |
|
John Lewin
|
090eecb8a3
|
Set execute flag on build script
|
2018-05-09 20:42:08 -07:00 |
|
John Lewin
|
7fadf07589
|
Change ZOffset to LayerTop
|
2018-05-09 15:27:31 -07:00 |
|
John Lewin
|
acd8842f0b
|
Update paths for new location
|
2018-05-09 15:26:24 -07:00 |
|
John Lewin
|
5dfb7c6d4a
|
Add missing SerialHelper files
|
2018-05-09 15:22:31 -07:00 |
|
Lars Brubaker
|
c2e8d446a3
|
include compile and continue changes
|
2018-05-08 15:20:15 -07:00 |
|
Lars Brubaker
|
c2d2509195
|
Got the per layer info to show up in gcode view
Fixed bugs with gcode parsing
Moved classes into separate files
|
2018-05-08 15:19:29 -07:00 |
|
John Lewin
|
bb99d8743e
|
Extract speeds as part of normal GCode iteration
|
2018-03-30 21:17:15 -07:00 |
|
John Lewin
|
3dc77e534c
|
Fix typo
|
2018-03-30 19:59:54 -07:00 |
|
John Lewin
|
45f7063879
|
Upgrade framework to 4.7.1
|
2018-03-21 23:05:08 -07:00 |
|
Lars Brubaker
|
c1dad26a75
|
Fixing compiler error
|
2018-03-12 09:28:50 -07:00 |
|
Lars Brubaker
|
9cc6d5f469
|
Added passing UndoBuffer to rebuildable
|
2018-03-08 17:29:35 -08:00 |
|
John Lewin
|
198c59c247
|
Improve sync-to-print
- MatterHackers/MCCentral#2835
Unexpected RatioIntoCurrentLayer values
|
2018-02-16 14:20:15 -08:00 |
|
Lars Brubaker
|
2ead63000f
|
Improved the math around gcode time and jerk setting
|
2018-02-07 12:49:17 -08:00 |
|
Lars Brubaker
|
010b57649e
|
Added in ability to manually adjust the gcode time multiplier
|
2018-02-02 10:33:45 -08:00 |
|
Lars Brubaker
|
d76eb07613
|
issue: MatterHackers/MCCentral#2602
GCode2D transform should only be computed on first load
|
2018-01-22 14:00:25 -08:00 |
|
Lars Brubaker
|
ec501191dc
|
adding ability to set acceleration on a printer profile
|
2018-01-17 14:04:34 -08:00 |
|
Lars Brubaker
|
bf2138c91c
|
Made smoothie printer work with run out sensor
Added "WRITE_RAW" comment parser that turns off checksum
Made readline rewrite work with multiple lines
|
2018-01-11 13:04:16 -08:00 |
|
John Lewin
|
98eacd8c44
|
Rename SendToDelegateFunctions to clarify behavior
|
2018-01-07 09:40:26 -08:00 |
|
John Lewin
|
eb57227267
|
Use auto properties
|
2018-01-07 08:17:52 -08:00 |
|
John Lewin
|
f5d31e7d29
|
Move Printing objects from GCodeVisualizer namespace to MC.Printing
|
2018-01-05 12:44:57 -08:00 |
|
John Lewin
|
091d4c9ed0
|
Remove USE_STANDARD_SERIAL conditional compilation flag
- Issue MatterHackers/MCCentral#2533
|
2018-01-02 21:26:50 -08:00 |
|
John Lewin
|
7c4dd9a8cf
|
AllowUnsafe in public release .csproj
|
2017-12-31 06:02:08 -08:00 |
|
John Lewin
|
369835d314
|
Move SerialPortCommunication to MatterControl.Printing project
|
2017-12-29 15:33:02 -08:00 |
|
John Lewin
|
fce36d63e2
|
Update Nuget packages
|
2017-11-05 08:04:40 -08:00 |
|
John Lewin
|
3bdf6a5b92
|
Reset projects to AnyCPU
|
2017-11-02 18:01:37 -07:00 |
|
Lars Brubaker
|
cc4dc1b954
|
Switch to any cpu
|
2017-11-02 15:58:12 -07:00 |
|
Lars Brubaker
|
359784877f
|
Unify Vector2 3 and 4 to have upper case field members
|
2017-10-31 12:53:46 -07:00 |
|
John Lewin
|
4ff6c5cbb8
|
Convert from ReportProgressRatio to Action<T>
|
2017-07-18 20:51:44 -07:00 |
|
John Lewin
|
4eb8ebe254
|
Revise ReportProgressRatio implementation
|
2017-07-14 13:55:02 -07:00 |
|
John Lewin
|
933e2cf298
|
Consolidate and standardize Load functions
|
2017-06-30 23:07:48 -07:00 |
|