-
-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add a new brand named Flyingbear Add a new brand named Flyingbear Model name: Flyingbear Reborn3 * Update fdm_machine_common.json fix z_hop 0,2(2) * make bed model smaller and set default internal_solid_infill_pattern to monotonic --------- Co-authored-by: SoftFever <[email protected]>
- Loading branch information
1 parent
24ae038
commit e8ac157
Showing
26 changed files
with
1,704 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"name": "FlyingBear", | ||
"version": "01.01.01.01", | ||
"force_update": "1", | ||
"description": "FlyingBear configurations", | ||
"machine_model_list": [ | ||
{ | ||
"name": "FlyingBear Reborn3", | ||
"sub_path": "machine/FlyingBear Reborn3.json" | ||
} | ||
], | ||
"process_list": [ | ||
{ | ||
"name": "fdm_process_common", | ||
"sub_path": "process/fdm_process_common.json" | ||
}, | ||
{ | ||
"name": "0.08mm Extra Fine @FlyingBear Reborn3", | ||
"sub_path": "process/0.08mm Extra Fine @FlyingBear Reborn3.json" | ||
}, | ||
{ | ||
"name": "0.12mm Fine @FlyingBear Reborn3", | ||
"sub_path": "process/0.12mm Fine @FlyingBear Reborn3.json" | ||
}, | ||
{ | ||
"name": "0.20mm Standard @FlyingBear Reborn3", | ||
"sub_path": "process/0.20mm Standard @FlyingBear Reborn3.json" | ||
}, | ||
{ | ||
"name": "0.24mm Draft @FlyingBear Reborn3", | ||
"sub_path": "process/0.24mm Draft @FlyingBear Reborn3.json" | ||
} | ||
], | ||
"filament_list": [ | ||
{ | ||
"name": "fdm_filament_common", | ||
"sub_path": "filament/fdm_filament_common.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_pla", | ||
"sub_path": "filament/fdm_filament_pla.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_tpu", | ||
"sub_path": "filament/fdm_filament_tpu.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_pet", | ||
"sub_path": "filament/fdm_filament_pet.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_abs", | ||
"sub_path": "filament/fdm_filament_abs.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_pc", | ||
"sub_path": "filament/fdm_filament_pc.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_pa", | ||
"sub_path": "filament/fdm_filament_pa.json" | ||
}, | ||
{ | ||
"name": "FlyingBear Generic PLA", | ||
"sub_path": "filament/FlyingBear Generic PLA.json" | ||
}, | ||
{ | ||
"name": "FlyingBear Generic PETG", | ||
"sub_path": "filament/FlyingBear Generic PETG.json" | ||
}, | ||
{ | ||
"name": "FlyingBear Generic ABS", | ||
"sub_path": "filament/FlyingBear Generic ABS.json" | ||
}, | ||
{ | ||
"name": "FlyingBear Generic TPU", | ||
"sub_path": "filament/FlyingBear Generic TPU.json" | ||
}, | ||
{ | ||
"name": "FlyingBear Generic PC", | ||
"sub_path": "filament/FlyingBear Generic PC.json" | ||
}, | ||
{ | ||
"name": "FlyingBear Generic PA-CF", | ||
"sub_path": "filament/FlyingBear Generic PA-CF.json" | ||
} | ||
], | ||
"machine_list": [ | ||
{ | ||
"name": "fdm_machine_common", | ||
"sub_path": "machine/fdm_machine_common.json" | ||
}, | ||
{ | ||
"name": "fdm_klipper_common", | ||
"sub_path": "machine/fdm_klipper_common.json" | ||
}, | ||
{ | ||
"name": "FlyingBear Reborn3 0.4 nozzle", | ||
"sub_path": "machine/FlyingBear Reborn3 0.4 nozzle.json" | ||
} | ||
] | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
resources/profiles/FlyingBear/filament/FlyingBear Generic ABS.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFB99", | ||
"setting_id": "GFSA04", | ||
"name": "FlyingBear Generic ABS", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_abs", | ||
"filament_flow_ratio": [ | ||
"0.931" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"16" | ||
], | ||
"compatible_printers": [ | ||
"FlyingBear Reborn3 0.4 nozzle" | ||
] | ||
} |
25 changes: 25 additions & 0 deletions
25
resources/profiles/FlyingBear/filament/FlyingBear Generic PA-CF.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFN98", | ||
"setting_id": "GFSA04", | ||
"name": "FlyingBear Generic PA-CF", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pa", | ||
"filament_type": [ | ||
"PA-CF" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"280" | ||
], | ||
"nozzle_temperature": [ | ||
"280" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"8" | ||
], | ||
"compatible_printers": [ | ||
"FlyingBear Reborn3 0.4 nozzle" | ||
|
||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
resources/profiles/FlyingBear/filament/FlyingBear Generic PC.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFC99", | ||
"setting_id": "GFSA04", | ||
"name": "FlyingBear Generic PC", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pc", | ||
"filament_max_volumetric_speed": [ | ||
"12" | ||
], | ||
"filament_flow_ratio": [ | ||
"0.931" | ||
], | ||
"compatible_printers": [ | ||
"FlyingBear Reborn3 0.4 nozzle" | ||
] | ||
} |
48 changes: 48 additions & 0 deletions
48
resources/profiles/FlyingBear/filament/FlyingBear Generic PETG.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFG99", | ||
"setting_id": "GFSA04", | ||
"name": "FlyingBear Generic PETG", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pet", | ||
"reduce_fan_stop_start_freq": [ | ||
"1" | ||
], | ||
"slow_down_for_layer_cooling": [ | ||
"1" | ||
], | ||
"fan_cooling_layer_time": [ | ||
"30" | ||
], | ||
"overhang_fan_speed": [ | ||
"90" | ||
], | ||
"overhang_fan_threshold": [ | ||
"25%" | ||
], | ||
"fan_max_speed": [ | ||
"90" | ||
], | ||
"fan_min_speed": [ | ||
"40" | ||
], | ||
"slow_down_min_speed": [ | ||
"20" | ||
], | ||
"slow_down_layer_time": [ | ||
"8" | ||
], | ||
"filament_flow_ratio": [ | ||
"0.931" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"12" | ||
], | ||
"filament_start_gcode": [ | ||
"; filament start gcode\n" | ||
], | ||
"compatible_printers": [ | ||
"FlyingBear Reborn3 0.4 nozzle" | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
resources/profiles/FlyingBear/filament/FlyingBear Generic PLA.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFL99", | ||
"setting_id": "GFSA04", | ||
"name": "FlyingBear Generic PLA", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pla", | ||
"filament_flow_ratio": [ | ||
"0.931" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"26" | ||
], | ||
"slow_down_layer_time": [ | ||
"8" | ||
], | ||
"compatible_printers": [ | ||
"FlyingBear Reborn3 0.4 nozzle" | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
resources/profiles/FlyingBear/filament/FlyingBear Generic TPU.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFU99", | ||
"setting_id": "GFSA04", | ||
"name": "FlyingBear Generic TPU", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_tpu", | ||
"filament_max_volumetric_speed": [ | ||
"3.2" | ||
], | ||
"compatible_printers": [ | ||
"FlyingBear Reborn3 0.4 nozzle" | ||
] | ||
} |
88 changes: 88 additions & 0 deletions
88
resources/profiles/FlyingBear/filament/fdm_filament_abs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"type": "filament", | ||
"name": "fdm_filament_abs", | ||
"from": "system", | ||
"instantiation": "false", | ||
"inherits": "fdm_filament_common", | ||
"cool_plate_temp" : [ | ||
"105" | ||
], | ||
"eng_plate_temp" : [ | ||
"105" | ||
], | ||
"hot_plate_temp" : [ | ||
"105" | ||
], | ||
"textured_plate_temp" : [ | ||
"100" | ||
], | ||
"cool_plate_temp_initial_layer" : [ | ||
"105" | ||
], | ||
"eng_plate_temp_initial_layer" : [ | ||
"105" | ||
], | ||
"hot_plate_temp_initial_layer" : [ | ||
"100" | ||
], | ||
"textured_plate_temp_initial_layer" : [ | ||
"105" | ||
], | ||
"slow_down_for_layer_cooling": [ | ||
"1" | ||
], | ||
"close_fan_the_first_x_layers": [ | ||
"3" | ||
], | ||
"fan_cooling_layer_time": [ | ||
"30" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"16" | ||
], | ||
"filament_type": [ | ||
"ABS" | ||
], | ||
"filament_density": [ | ||
"1.04" | ||
], | ||
"filament_cost": [ | ||
"20" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"250" | ||
], | ||
"reduce_fan_stop_start_freq": [ | ||
"0" | ||
], | ||
"fan_max_speed": [ | ||
"20" | ||
], | ||
"fan_min_speed": [ | ||
"10" | ||
], | ||
"overhang_fan_threshold": [ | ||
"25%" | ||
], | ||
"overhang_fan_speed": [ | ||
"80" | ||
], | ||
"nozzle_temperature": [ | ||
"250" | ||
], | ||
"temperature_vitrification": [ | ||
"110" | ||
], | ||
"nozzle_temperature_range_low": [ | ||
"240" | ||
], | ||
"nozzle_temperature_range_high": [ | ||
"270" | ||
], | ||
"slow_down_min_speed": [ | ||
"20" | ||
], | ||
"slow_down_layer_time": [ | ||
"3" | ||
] | ||
} |
Oops, something went wrong.