mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
set inner_wall_acceleration to 5000 for Bambu printers
This commit is contained in:
parent
45b40fd380
commit
ca7000a659
2 changed files with 2 additions and 1 deletions
|
@ -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.04.00.15",
|
"version": "01.04.00.16",
|
||||||
"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": [
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
"outer_wall_line_width": "0.42",
|
"outer_wall_line_width": "0.42",
|
||||||
"outer_wall_speed": "120",
|
"outer_wall_speed": "120",
|
||||||
"outer_wall_acceleration": "5000",
|
"outer_wall_acceleration": "5000",
|
||||||
|
"inner_wall_acceleration": "5000",
|
||||||
"wall_infill_order": "inner wall/outer wall/infill",
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
"line_width": "0.42",
|
"line_width": "0.42",
|
||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue