FIX: wrong default value for long retraction
jira:NEW Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ifc2ec57a320fdb14e7ca746e5795501ed146ff32
This commit is contained in:
parent
1b4380a43d
commit
2a3b8d7a28
|
@ -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": "01.09.00.06",
|
"version": "01.09.00.07",
|
||||||
"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": [
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"gcode_flavor": "marlin",
|
"gcode_flavor": "marlin",
|
||||||
"silent_mode": "0",
|
"silent_mode": "0",
|
||||||
"long_retractions_when_cut": [
|
"long_retractions_when_cut": [
|
||||||
"1"
|
"0"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_e": [
|
"machine_max_acceleration_e": [
|
||||||
"5000"
|
"5000"
|
||||||
|
|
Loading…
Reference in New Issue