Applied printer-linter format

This commit is contained in:
casperlamboo 2023-08-09 20:53:36 +00:00 committed by github-actions[bot]
parent 56b15a284c
commit b93be35b89

View File

@ -6794,7 +6794,8 @@
"maximum_value_warning": "0.3", "maximum_value_warning": "0.3",
"settable_per_mesh": true "settable_per_mesh": true
}, },
"meshfix_maximum_extrusion_area_deviation": { "meshfix_maximum_extrusion_area_deviation":
{
"label": "Maximum Extrusion Area Deviation", "label": "Maximum Extrusion Area Deviation",
"description": "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller.", "description": "The maximum extrusion area deviation allowed when removing intermediate points from a straight line. An intermediate point may serve as width-changing point in a long straight line. Therefore, if it is removed, it will cause the line to have a uniform width and, as a result, lose (or gain) a bit of extrusion area. If you increase this you may notice slight under- (or over-) extrusion in between straight parallel walls, as more intermediate width-changing points will be allowed to be removed. Your print will be less accurate, but the g-code will be smaller.",
"type": "float", "type": "float",
@ -6805,13 +6806,15 @@
"maximum_value_warning": "100000", "maximum_value_warning": "100000",
"settable_per_mesh": true "settable_per_mesh": true
}, },
"meshfix_fluid_motion_enabled": { "meshfix_fluid_motion_enabled":
{
"label": "Enable Fluid Motion", "label": "Enable Fluid Motion",
"description": "When enabled tool paths are corrected for printers with smooth motion planners. Small movements that deviate from the general tool path direction are smoothed to improve fluid motions.", "description": "When enabled tool paths are corrected for printers with smooth motion planners. Small movements that deviate from the general tool path direction are smoothed to improve fluid motions.",
"type": "bool", "type": "bool",
"default_value": true "default_value": true
}, },
"meshfix_fluid_motion_shift_distance": { "meshfix_fluid_motion_shift_distance":
{
"label": "Fluid Motion Shift Distance", "label": "Fluid Motion Shift Distance",
"description": "Distance points are shifted to smooth the path", "description": "Distance points are shifted to smooth the path",
"enabled": "meshfix_fluid_motion_enabled", "enabled": "meshfix_fluid_motion_enabled",
@ -6819,7 +6822,8 @@
"unit": "mm", "unit": "mm",
"default_value": 0.3 "default_value": 0.3
}, },
"meshfix_fluid_motion_small_distance": { "meshfix_fluid_motion_small_distance":
{
"label": "Fluid Motion Small Distance", "label": "Fluid Motion Small Distance",
"description": "Distance points are shifted to smooth the path", "description": "Distance points are shifted to smooth the path",
"enabled": "meshfix_fluid_motion_enabled", "enabled": "meshfix_fluid_motion_enabled",
@ -6827,7 +6831,8 @@
"type": "float", "type": "float",
"default_value": 0.001 "default_value": 0.001
}, },
"meshfix_fluid_motion_angle": { "meshfix_fluid_motion_angle":
{
"label": "Fluid Motion Angle", "label": "Fluid Motion Angle",
"description": "Threshold angle of smooth toolpath transitions", "description": "Threshold angle of smooth toolpath transitions",
"enabled": "meshfix_fluid_motion_enabled", "enabled": "meshfix_fluid_motion_enabled",