ENH: update some machine settings

1. Update A1 mini start  gcode
2. Update A1 load/unload filament time

jira:[NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I84825a47f2741e95ca122382e4119d35a61bdbf6
This commit is contained in:
xun.zhang 2023-12-07 10:17:09 +08:00 committed by Lane.Wei
parent 26fb59de44
commit c88dbc0cbb
3 changed files with 6 additions and 6 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": "01.08.00.10", "version": "01.08.00.11",
"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": [

View File

@ -20,7 +20,7 @@
"extruder_clearance_height_to_rod": "25", "extruder_clearance_height_to_rod": "25",
"extruder_clearance_max_radius": "75", "extruder_clearance_max_radius": "75",
"extruder_clearance_radius": "75", "extruder_clearance_radius": "75",
"machine_load_filament_time": "9", "machine_load_filament_time": "25",
"machine_max_acceleration_extruding": [ "machine_max_acceleration_extruding": [
"12000", "12000",
"12000" "12000"
@ -45,7 +45,7 @@
"30", "30",
"30" "30"
], ],
"machine_unload_filament_time": "13", "machine_unload_filament_time": "29",
"nozzle_type": "stainless_steel", "nozzle_type": "stainless_steel",
"nozzle_volume": "117", "nozzle_volume": "117",
"printable_height": "256", "printable_height": "256",

File diff suppressed because one or more lines are too long