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
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue