mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-14 23:05:57 +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
e440cecd8a
commit
5fd046fc4f
@ -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
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user