Commit graph

15 commits

Author SHA1 Message Date
LarsBrubaker
ab2ff5286d adding acceleration 2020-08-20 22:04:04 -07:00
Lars Brubaker
94b155f71d Making the slicer detect if a file has been changed since last slice 2020-07-29 14:29:59 -07:00
LarsBrubaker
0863c25b11 Improving cylinder
fixing test
commiting patch from jlewin to fix printers without beds trying to heat
2020-07-05 18:05:15 -07:00
Lars Brubaker
f5015d1cd6 Make sure we don't crash if the slice is canceled and there is an error disposing it.
issue: MatterHackers/MCCentral#5929
InvalidOperationException: No process is associated with this object.
2020-07-02 13:48:49 -07:00
Lars Brubaker
169b40f3fd added avoid max ratio 2020-05-22 12:36:47 -07:00
LarsBrubaker
fbbca09005 Added back in the ability to generate algorithmic support rather than user specified support 2020-03-28 11:12:51 -07:00
jlewin
8f5a6531b1 Pass IEnumerable<IObject3D> to Slice() method
- Issue MatterHackers/MCCentral#5743
XYCalibration print uses bed content rather than calibration template
2020-02-07 15:26:31 -08:00
John Lewin
9523ae320f Move MatterSlice style slicing to EngineMappingMatterSlice
- Convert EngineMappingMatterSlice to IObjectSlicer with classic slicing
- Update IObjectSlicer to support tasks, cancellation, progress
- Remove Printer couplings
- Remove printer reference from SliceProgressReporter
2020-02-07 15:25:02 -08:00
John Lewin
2657604918 Remove MapContains, use Exports dictionary 2020-02-07 15:25:02 -08:00
jlewin
f2a777ccd9 Make GCode validation slicer specific 2020-02-07 15:25:02 -08:00
jlewin
cfb32a47ec Make EngineMappingMatterSlice IObjectSlicer compatable 2020-02-07 15:25:02 -08:00
jlewin
fff0cc8bd7 Consolidate types, finish up settings conversion 2020-02-07 15:25:02 -08:00
jlewin
d97be92d21 Refactor EngineMappingMatterSlice
Changes
- Move ApplicationSettings to PrinterSettings readonly static
- Add Resolver to SliceSettingsData
- Move Resolvers from EngineMapping to PrinterSettings
- Move macro replacements from Printer to PrinterSettings
  - Change macro replacements to token definitions only
- Change EngineMapping to define Exports with optional conversion
2020-02-07 15:25:02 -08:00
Lars Brubaker
430162e80f remove level_x_carriage_markdown
issue: MatterHackers/MCCentral#5619
Remove Z-Axis alignment step
2019-05-31 16:48:30 -07:00
LarsBrubaker
cb81681e4d Fixing start gcode to have correct intelligence for legacy profiles
and still have the correct behavior of pre-heating
start gcode
post heating
2019-05-18 07:25:00 -07:00
Renamed from MatterControlLib/SlicerConfiguration/EngineMappingMatterSlice.cs (Browse further)