ENH: allow higher z speed
This is change requirement from printer developer for github issue #393 Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Ief306d89dba70d8515050cbd842edc4e1d22822e
This commit is contained in:
parent
428f5ed6a9
commit
78ff2f4daa
|
@ -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.03.00.00",
|
"version": "01.03.00.01",
|
||||||
"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": [
|
||||||
|
|
|
@ -77,8 +77,8 @@
|
||||||
"200"
|
"200"
|
||||||
],
|
],
|
||||||
"machine_max_speed_z": [
|
"machine_max_speed_z": [
|
||||||
"12",
|
"20",
|
||||||
"12"
|
"20"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_e": [
|
"machine_max_jerk_e": [
|
||||||
"2.5",
|
"2.5",
|
||||||
|
|
Loading…
Reference in New Issue