Fixed print recovery test

removed the gcode buffer size variable (it didn't work)
This commit is contained in:
Lars Brubaker 2018-02-21 18:13:05 -08:00
parent ebb0f19c28
commit 859304fd16
12 changed files with 18 additions and 33 deletions

View file

@ -150,7 +150,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
public const string z_probe_z_offset = nameof(z_probe_z_offset);
public const string z_servo_depolyed_angle = nameof(z_servo_depolyed_angle);
public const string z_servo_retracted_angle = nameof(z_servo_retracted_angle);
public const string gcode_buffer_size = nameof(gcode_buffer_size);
}
public static class PrinterSettigsExtensions