Merge pull request #3411 from BagelOrb/support_retraction_setting

setting to disable omitting retractions in support
This commit is contained in:
alekseisasin 2018-04-09 13:57:49 +02:00 committed by GitHub
commit 7b9bf23786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2271,6 +2271,16 @@
"settable_per_mesh": false,
"settable_per_extruder": true
},
"limit_support_retractions":
{
"label": "Limit Support Retractions",
"description": "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excesive stringing within the support structure.",
"type": "bool",
"default_value": true,
"enabled": "retraction_enable and support_enable",
"settable_per_mesh": false,
"settable_per_extruder": true
},
"material_standby_temperature":
{
"label": "Standby Temperature",