mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Fix:fix inherit err of a1m
Change-Id: I070a3800d513e29191f025a12e03eb930edfeb68 (cherry picked from commit 1adc8b88248711151cd46f167b9fd4e9c117361f) (cherry picked from commit 0cd4a30a96e75721a180337d006bc7cf882734c8)
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.10mm Standard @BBL A1M 0.2 nozzle",
|
||||
"inherits": "0.10mm Standard @BBL P1P 0.2 nozzle",
|
||||
"inherits": "fdm_process_single_0.10_nozzle_0.2",
|
||||
"from": "system",
|
||||
"setting_id": "GP039",
|
||||
"instantiation": "true",
|
||||
"description": "It has a small layer height, and results in almost negligible layer lines and high printing quality. It is suitable for most general printing cases.",
|
||||
"default_acceleration": [
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"initial_layer_speed": [
|
||||
"16"
|
||||
],
|
||||
@@ -17,7 +16,6 @@
|
||||
"28"
|
||||
],
|
||||
"travel_speed": [
|
||||
"700",
|
||||
"700"
|
||||
],
|
||||
"compatible_printers": [
|
||||
|
||||
@@ -1,17 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @BBL A1M",
|
||||
"inherits": "0.20mm Standard @BBL P1P",
|
||||
"inherits": "fdm_process_single_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP000",
|
||||
"instantiation": "true",
|
||||
"description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.",
|
||||
"default_acceleration": [
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"travel_speed": [
|
||||
"700",
|
||||
"700"
|
||||
],
|
||||
"compatible_printers": [
|
||||
|
||||
@@ -1,19 +1,25 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Strength @BBL A1M",
|
||||
"inherits": "0.20mm Strength @BBL P1P",
|
||||
"inherits": "fdm_process_single_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP046",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"default_acceleration": [
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_speed": [
|
||||
"60"
|
||||
],
|
||||
"sparse_infill_density": "25%",
|
||||
"skeleton_infill_density": "25%",
|
||||
"skin_infill_density": "25%",
|
||||
"travel_speed": [
|
||||
"700",
|
||||
"700"
|
||||
],
|
||||
"wall_loops": "6",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A1 mini 0.4 nozzle"
|
||||
]
|
||||
|
||||
@@ -1,17 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @BBL A1M 0.6 nozzle",
|
||||
"inherits": "0.30mm Standard @BBL P1P 0.6 nozzle",
|
||||
"inherits": "fdm_process_single_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP038",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"default_acceleration": [
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"travel_speed": [
|
||||
"700",
|
||||
"700"
|
||||
],
|
||||
"compatible_printers": [
|
||||
|
||||
@@ -1,17 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @BBL A1M 0.8 nozzle",
|
||||
"inherits": "0.40mm Standard @BBL P1P 0.8 nozzle",
|
||||
"inherits": "fdm_process_single_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP037",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"default_acceleration": [
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"travel_speed": [
|
||||
"700",
|
||||
"700"
|
||||
],
|
||||
"compatible_printers": [
|
||||
|
||||
Reference in New Issue
Block a user