mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-15 00:36:12 +08:00
ENH: update gcode for H2D
jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I529b519148a321a49a1dc126120126b28048df0d
This commit is contained in:
parent
ab6cb4275d
commit
b5f91e91b6
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "02.01.00.12",
|
||||
"version": "02.01.00.13",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
File diff suppressed because one or more lines are too long
@ -2338,6 +2338,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->label = L("Precise wall");
|
||||
def->category = L("Quality");
|
||||
def->tooltip = L("Improve shell precision by adjusting outer wall spacing. This also improves layer consistency.");
|
||||
def->mode = comDevelop;
|
||||
def->set_default_value(new ConfigOptionBool{false});
|
||||
|
||||
def = this->add("gap_infill_speed", coFloats);
|
||||
|
Loading…
x
Reference in New Issue
Block a user