mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 21:06:02 +08:00
FIX: wrong layer height limit
jira:STUDIO-11831 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ifda3711dd5a89bfe73b5dfb4daf2fb643afd96f6
This commit is contained in:
parent
729c4041f7
commit
59a18ad837
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "02.00.01.02",
|
||||
"version": "02.00.01.03",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
@ -15,6 +15,14 @@
|
||||
"Bambu PLA Basic @BBL H2D 0.2 nozzle"
|
||||
],
|
||||
"default_print_profile": "0.10mm Standard @BBL H2D 0.2 nozzle",
|
||||
"max_layer_height": [
|
||||
"0.14",
|
||||
"0.14"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04",
|
||||
"0.04"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.4",
|
||||
"0.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user