Add per printer gcode_buffer_size settings for tuning sync-to-print

This commit is contained in:
John Lewin 2018-02-16 14:50:12 -08:00
parent 198c59c247
commit 4dc101d067
4 changed files with 21 additions and 32 deletions

View file

@ -129,6 +129,15 @@
"DefaultValue": "100"
},
{
"SlicerConfigName": "gcode_buffer_size",
"PresentationName": "G-Code Buffer Size",
"HelpText": "The number of instructions buffered by your printer. (BLOCK_BUFFER_SIZE in Marlin)",
"ShowIfSet": "!sla_printer",
"RebuildGCodeOnChange": false,
"DataEditType": "INT",
"DefaultValue": "16"
},
{
"SlicerConfigName": "bridge_speed",
"PresentationName": "Bridges",
"HelpText": "The speed at which bridging between walls will print.",