mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
ENH: add PPS-CF/PPA-CF detection for multi-extruder printer
jira: STUDIO-9660 Change-Id: I1df024e178b8561569b493888d6057d8f96aea3c (cherry picked from commit b68a7b3bd6ad5c980885fbaed3c635ae1a424f73)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "02.00.00.12",
|
||||
"version": "02.00.00.15",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
||||
@@ -28,6 +28,10 @@
|
||||
"25x0,350x0,350x320,25x320"
|
||||
],
|
||||
"machine_load_filament_time": "24",
|
||||
"unprintable_filament_types" : [
|
||||
"TPU",
|
||||
"PPS-CF,PPA-CF"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"16000",
|
||||
"16000",
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
],
|
||||
"extruder_printable_area": [],
|
||||
"extruder_printable_height": [],
|
||||
"unprintable_filament_types" : [""],
|
||||
"extruder_type": [
|
||||
"Direct Drive"
|
||||
],
|
||||
|
||||
@@ -46,6 +46,10 @@
|
||||
"320",
|
||||
"325"
|
||||
],
|
||||
"unprintable_filament_types" : [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"extruder_type": [
|
||||
"Direct Drive",
|
||||
"Direct Drive"
|
||||
|
||||
Reference in New Issue
Block a user