Add per printer gcode_buffer_size settings for tuning sync-to-print
This commit is contained in:
parent
198c59c247
commit
4dc101d067
4 changed files with 21 additions and 32 deletions
|
|
@ -150,6 +150,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue