refactor(engine): remove unused stripe engine hook
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
@@ -27,13 +26,6 @@ public class StripeFiller
|
||||
/// </summary>
|
||||
public bool CompleteStripesOnly { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Factory to create the engine used for filling the remnant strip.
|
||||
/// Defaults to NestEngineRegistry.Create (uses the user's selected engine).
|
||||
/// </summary>
|
||||
public Func<Plate, NestEngineBase> CreateRemnantEngine { get; set; } =
|
||||
NestEngineRegistry.Create;
|
||||
|
||||
public StripeFiller(FillContext context, NestDirection primaryAxis)
|
||||
{
|
||||
_context = context;
|
||||
|
||||
Reference in New Issue
Block a user