ENH: update gcode for H2D

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I529b519148a321a49a1dc126120126b28048df0d
This commit is contained in:
xun.zhang 2025-05-29 22:16:30 +08:00 committed by lane.wei
parent e440cecd8a
commit 5fd046fc4f
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "Bambulab", "name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json", "url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "02.01.00.12", "version": "02.01.00.13",
"force_update": "0", "force_update": "0",
"description": "the initial version of BBL configurations", "description": "the initial version of BBL configurations",
"machine_model_list": [ "machine_model_list": [

File diff suppressed because one or more lines are too long

View File

@ -2338,6 +2338,7 @@ void PrintConfigDef::init_fff_params()
def->label = L("Precise wall"); def->label = L("Precise wall");
def->category = L("Quality"); def->category = L("Quality");
def->tooltip = L("Improve shell precision by adjusting outer wall spacing. This also improves layer consistency."); 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->set_default_value(new ConfigOptionBool{false});
def = this->add("gap_infill_speed", coFloats); def = this->add("gap_infill_speed", coFloats);