ENH: set scarf angle threshold to 155
Jira: none Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I8e8f74761a42c0f110116628f63b3ca813c18638
This commit is contained in:
parent
8efb9fbb6e
commit
83b6a9ab92
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "01.10.00.03",
|
||||
"version": "01.10.00.07",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
|
|
@ -69,5 +69,6 @@
|
|||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [],
|
||||
"smooth_coefficient": "80",
|
||||
"overhang_totally_speed": "19"
|
||||
"overhang_totally_speed": "19",
|
||||
"scarf_angle_threshold": "155"
|
||||
}
|
|
@ -3000,7 +3000,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->sidetext = L("°");
|
||||
def->min = 0;
|
||||
def->max = 180;
|
||||
def->set_default_value(new ConfigOptionInt(0));
|
||||
def->set_default_value(new ConfigOptionInt(155));
|
||||
|
||||
def = this->add("seam_slope_entire_loop", coBool);
|
||||
def->label = L("Scarf around entire wall");
|
||||
|
|
Loading…
Reference in New Issue