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

@ -102,7 +102,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
SettingsKey.max_velocity,
SettingsKey.jerk_velocity,
SettingsKey.print_time_estimate_multiplier,
SettingsKey.gcode_buffer_size,
SettingsKey.max_acceleration,
SettingsKey.ip_address,
SettingsKey.ip_port,