Add new filaments and fix some params (#11042)

* ADD NEW FILAMENTS

* Update 0.20mm Standard @FlyingBear Ghost7.json

fix exclude_object param

* Update fdm_process_common_Ghost7.json

* Update FlyingBear PLA Basic profile to include renamed_from field

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
FlyingbearOfficial 2025-10-25 22:52:48 +08:00 committed by GitHub
parent 026499c5b7
commit fda946918a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 861 additions and 30 deletions

View file

@ -1,6 +1,6 @@
{
"name": "FlyingBear",
"version": "02.03.01.10",
"version": "02.03.01.00",
"force_update": "1",
"description": "FlyingBear configurations",
"machine_model_list": [
@ -198,10 +198,6 @@
"name": "fdm_filament_pla @S1",
"sub_path": "filament/S1/fdm_filament_pla @S1.json"
},
{
"name": "fdm_filament_pla @Ghost7",
"sub_path": "filament/Ghost7/fdm_filament_pla @Ghost7.json"
},
{
"name": "fdm_filament_pla_Hyper @S1",
"sub_path": "filament/S1/fdm_filament_pla_Hyper @S1.json"
@ -222,6 +218,39 @@
"name": "fdm_filament_tpu_other @S1",
"sub_path": "filament/S1/fdm_filament_tpu_other @S1.json"
},
{
"name": "fdm_filament_pla_Hyper @Ghost7",
"sub_path": "filament/Ghost7/fdm_filament_pla_Hyper @Ghost7.json"
},
{
"name": "fdm_filament_pla @Ghost7",
"sub_path": "filament/Ghost7/fdm_filament_pla @Ghost7.json"
},
{
"name": "fdm_filament_abs @Ghost7",
"sub_path": "filament/Ghost7/fdm_filament_abs @Ghost7.json"
},
{
"name": "fdm_filament_pa @Ghost7",
"sub_path": "filament/Ghost7/fdm_filament_pa @Ghost7.json"
},
{
"name": "fdm_filament_pet @Ghost7",
"sub_path": "filament/Ghost7/fdm_filament_pet @Ghost7.json"
},
{
"name": "fdm_filament_pc @Ghost7",
"sub_path": "filament/Ghost7/fdm_filament_pc @Ghost7.json"
},
{
"name": "fdm_filament_tpu @Ghost7",
"sub_path": "filament/Ghost7/fdm_filament_tpu @Ghost7.json"
},
{
"name": "FlyingBear Generic ABS",
"sub_path": "filament/FlyingBear Generic ABS.json"
@ -254,6 +283,39 @@
"name": "FlyingBear ABS @S1",
"sub_path": "filament/S1/FlyingBear ABS @S1.json"
},
{
"name": "FlyingBear ABS @Ghost7",
"sub_path": "filament/Ghost7/FlyingBear ABS @Ghost7.json"
},
{
"name": "FlyingBear PA-CF @Ghost7",
"sub_path": "filament/Ghost7/FlyingBear PA-CF @Ghost7.json"
},
{
"name": "FlyingBear PC @Ghost7",
"sub_path": "filament/Ghost7/FlyingBear PC @Ghost7.json"
},
{
"name": "FlyingBear PETG Basic @Ghost7",
"sub_path": "filament/Ghost7/FlyingBear PETG Basic @Ghost7.json"
},
{
"name": "FlyingBear PLA Basic @Ghost7",
"sub_path": "filament/Ghost7/FlyingBear PLA Basic @Ghost7.json"
},
{
"name": "FlyingBear PLA Hyper @Ghost7",
"sub_path": "filament/Ghost7/FlyingBear PLA Hyper @Ghost7.json"
},
{
"name": "FlyingBear TPU Basic @Ghost7",
"sub_path": "filament/Ghost7/FlyingBear TPU Basic @Ghost7.json"
},
{
"name": "Other ABS @S1",
"sub_path": "filament/S1/Other ABS @S1.json"
@ -282,10 +344,7 @@
"name": "Other PETG @S1",
"sub_path": "filament/S1/Other PETG @S1.json"
},
{
"name": "FlyingBear PLA @Ghost7",
"sub_path": "filament/Ghost7/FlyingBear PLA @Ghost7.json"
},
{
"name": "FlyingBear PLA @S1",
"sub_path": "filament/S1/FlyingBear PLA @S1.json"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Before After
Before After

View file

@ -0,0 +1,27 @@
{
"type": "filament",
"name": "FlyingBear ABS @Ghost7",
"inherits": "fdm_filament_abs @Ghost7",
"from": "system",
"setting_id": "GFSA04",
"filament_id": "GFB99",
"instantiation": "true",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"15"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.034"
],
"filament_retraction_length": [
"0.8"
],
"compatible_printers": [
"FlyingBear Ghost7 0.4 nozzle"
]
}

View file

@ -0,0 +1,39 @@
{
"type": "filament",
"name": "FlyingBear PA-CF @Ghost7",
"inherits": "fdm_filament_pa @Ghost7",
"from": "system",
"setting_id": "GFSA04",
"filament_id": "GFN98",
"instantiation": "true",
"filament_type": [
"PA-CF"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_flow_ratio": [
"0.96"
],
"filament_wipe": [
"1"
],
"filament_wipe_distance": [
"4"
],
"filament_retract_before_wipe": [
"0%"
],
"filament_retraction_length": [
"0.8"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.034"
],
"compatible_printers": [
"FlyingBear Ghost7 0.4 nozzle"
]
}

View file

@ -0,0 +1,24 @@
{
"type": "filament",
"name": "FlyingBear PC @Ghost7",
"inherits": "fdm_filament_pc @Ghost7",
"from": "system",
"setting_id": "GFSA04",
"filament_id": "GFC99",
"instantiation": "true",
"filament_max_volumetric_speed": [
"12"
],
"filament_flow_ratio": [
"0.95"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.034"
],
"compatible_printers": [
"FlyingBear Ghost7 0.4 nozzle"
]
}

View file

@ -0,0 +1,54 @@
{
"type": "filament",
"name": "FlyingBear PETG Basic @Ghost7",
"inherits": "fdm_filament_pet @Ghost7",
"from": "system",
"setting_id": "GFSA04",
"filament_id": "GFG99",
"instantiation": "true",
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"10%"
],
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"40"
],
"slow_down_min_speed": [
"20"
],
"slow_down_layer_time": [
"12"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.034"
],
"compatible_printers": [
"FlyingBear Ghost7 0.4 nozzle"
]
}

View file

@ -1,13 +1,14 @@
{
"type": "filament",
"name": "FlyingBear PLA @Ghost7",
"name": "FlyingBear PLA Basic @Ghost7",
"inherits": "fdm_filament_pla @Ghost7",
"renamed_from": "FlyingBear PLA @Ghost7",
"from": "system",
"setting_id": "GFSA04",
"filament_id": "GFL99",
"instantiation": "true",
"filament_flow_ratio": [
"0.94"
"0.98"
],
"filament_max_volumetric_speed": [
"12"
@ -16,10 +17,10 @@
"8"
],
"enable_pressure_advance": [
"0"
"1"
],
"pressure_advance": [
"0.032"
"0.034"
],
"compatible_printers": [
"FlyingBear Ghost7 0.4 nozzle"

View file

@ -0,0 +1,27 @@
{
"type": "filament",
"name": "FlyingBear PLA Hyper @Ghost7",
"inherits": "fdm_filament_pla_Hyper @Ghost7",
"from": "system",
"setting_id": "GFSA04",
"filament_id": "GFL99",
"instantiation": "true",
"filament_flow_ratio": [
"0.94"
],
"filament_max_volumetric_speed": [
"25"
],
"slow_down_layer_time": [
"8"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.02"
],
"compatible_printers": [
"FlyingBear Ghost7 0.4 nozzle"
]
}

View file

@ -0,0 +1,24 @@
{
"type": "filament",
"name": "FlyingBear TPU Basic @Ghost7",
"inherits": "fdm_filament_tpu @Ghost7",
"from": "system",
"setting_id": "GFSA04",
"filament_id": "GFU99",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3"
],
"filament_flow_ratio": [
"1"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.034"
],
"compatible_printers": [
"FlyingBear Ghost7 0.4 nozzle"
]
}

View file

@ -0,0 +1,97 @@
{
"type": "filament",
"name": "fdm_filament_abs @Ghost7",
"inherits": "fdm_filament_common_Ghost7",
"from": "system",
"instantiation": "false",
"filament_vendor": [
"FlyingBear"
],
"cool_plate_temp": [
"105"
],
"eng_plate_temp": [
"105"
],
"hot_plate_temp": [
"100"
],
"textured_plate_temp": [
"105"
],
"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_type": [
"ABS"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"250"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"100"
],
"nozzle_temperature": [
"260"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"220"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_min_speed": [
"20"
],
"activate_air_filtration": [
"1"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"100"
],
"slow_down_layer_time": [
"5"
]
}

View file

@ -0,0 +1,97 @@
{
"type": "filament",
"name": "fdm_filament_pa @Ghost7",
"inherits": "fdm_filament_common_Ghost7",
"from": "system",
"instantiation": "false",
"filament_vendor": [
"FlyingBear"
],
"cool_plate_temp": [
"0"
],
"eng_plate_temp": [
"110"
],
"hot_plate_temp": [
"100"
],
"textured_plate_temp": [
"110"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp_initial_layer": [
"110"
],
"hot_plate_temp_initial_layer": [
"100"
],
"textured_plate_temp_initial_layer": [
"110"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"5"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_type": [
"PA"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"260"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"overhang_fan_speed": [
"40"
],
"nozzle_temperature": [
"270"
],
"temperature_vitrification": [
"108"
],
"nozzle_temperature_range_low": [
"240"
],
"nozzle_temperature_range_high": [
"280"
],
"slow_down_min_speed": [
"20"
],
"activate_air_filtration": [
"1"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"100"
],
"slow_down_layer_time": [
"2"
]
}

View file

@ -0,0 +1,100 @@
{
"type": "filament",
"name": "fdm_filament_pc @Ghost7",
"inherits": "fdm_filament_common_Ghost7",
"from": "system",
"instantiation": "false",
"filament_vendor": [
"FlyingBear"
],
"cool_plate_temp": [
"0"
],
"eng_plate_temp": [
"110"
],
"hot_plate_temp": [
"100"
],
"textured_plate_temp": [
"110"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp_initial_layer": [
"110"
],
"hot_plate_temp_initial_layer": [
"100"
],
"textured_plate_temp_initial_layer": [
"110"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"30"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"PC"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"260"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"100"
],
"nozzle_temperature": [
"270"
],
"temperature_vitrification": [
"140"
],
"nozzle_temperature_range_low": [
"240"
],
"nozzle_temperature_range_high": [
"280"
],
"slow_down_min_speed": [
"20"
],
"activate_air_filtration": [
"1"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"100"
],
"slow_down_layer_time": [
"5"
]
}

View file

@ -0,0 +1,88 @@
{
"type": "filament",
"name": "fdm_filament_pet @Ghost7",
"inherits": "fdm_filament_common_Ghost7",
"from": "system",
"instantiation": "false",
"filament_vendor": [
"FlyingBear"
],
"cool_plate_temp": [
"60"
],
"eng_plate_temp": [
"0"
],
"hot_plate_temp": [
"70"
],
"textured_plate_temp": [
"80"
],
"cool_plate_temp_initial_layer": [
"60"
],
"eng_plate_temp_initial_layer": [
"0"
],
"hot_plate_temp_initial_layer": [
"70"
],
"textured_plate_temp_initial_layer": [
"80"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"30"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"PETG Basic"
],
"filament_density": [
"1.27"
],
"filament_cost": [
"30"
],
"nozzle_temperature_initial_layer": [
"240"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"40"
],
"overhang_fan_speed": [
"90"
],
"nozzle_temperature": [
"240"
],
"temperature_vitrification": [
"80"
],
"nozzle_temperature_range_low": [
"200"
],
"nozzle_temperature_range_high": [
"280"
],
"additional_cooling_fan_speed": [
"0"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}

View file

@ -29,7 +29,7 @@
"60"
],
"hot_plate_temp": [
"60"
"55"
],
"textured_plate_temp": [
"60"
@ -41,13 +41,13 @@
"60"
],
"hot_plate_temp_initial_layer": [
"60"
"55"
],
"textured_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature_initial_layer": [
"220"
"210"
],
"reduce_fan_stop_start_freq": [
"1"
@ -71,7 +71,7 @@
"1"
],
"nozzle_temperature": [
"220"
"210"
],
"temperature_vitrification": [
"60"

View file

@ -0,0 +1,97 @@
{
"type": "filament",
"name": "fdm_filament_pla_Hyper @Ghost7",
"inherits": "fdm_filament_common_Ghost7",
"from": "system",
"instantiation": "false",
"filament_vendor": [
"FlyingBear"
],
"fan_cooling_layer_time": [
"100"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"PLA"
],
"filament_density": [
"1.24"
],
"filament_cost": [
"20"
],
"cool_plate_temp": [
"60"
],
"eng_plate_temp": [
"60"
],
"hot_plate_temp": [
"60"
],
"textured_plate_temp": [
"60"
],
"cool_plate_temp_initial_layer": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature_initial_layer": [
"220"
],
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"close_fan_the_first_x_layers": [
"1"
],
"nozzle_temperature": [
"220"
],
"temperature_vitrification": [
"60"
],
"nozzle_temperature_range_low": [
"190"
],
"nozzle_temperature_range_high": [
"230"
],
"slow_down_min_speed": [
"20"
],
"slow_down_layer_time": [
"8"
],
"additional_cooling_fan_speed": [
"100"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}

View file

@ -0,0 +1,97 @@
{
"type": "filament",
"name": "fdm_filament_tpu @Ghost7",
"inherits": "fdm_filament_common_Ghost7",
"from": "system",
"instantiation": "false",
"filament_vendor": [
"FlyingBear"
],
"cool_plate_temp": [
"30"
],
"eng_plate_temp": [
"30"
],
"hot_plate_temp": [
"40"
],
"textured_plate_temp": [
"35"
],
"cool_plate_temp_initial_layer": [
"30"
],
"eng_plate_temp_initial_layer": [
"30"
],
"hot_plate_temp_initial_layer": [
"40"
],
"textured_plate_temp_initial_layer": [
"35"
],
"fan_cooling_layer_time": [
"100"
],
"filament_max_volumetric_speed": [
"3.2"
],
"filament_type": [
"TPU"
],
"filament_density": [
"1.24"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"230"
],
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"overhang_fan_speed": [
"100"
],
"additional_cooling_fan_speed": [
"100"
],
"close_fan_the_first_x_layers": [
"1"
],
"nozzle_temperature": [
"230"
],
"temperature_vitrification": [
"60"
],
"nozzle_temperature_range_low": [
"200"
],
"nozzle_temperature_range_high": [
"250"
],
"filament_z_hop": [
"0"
],
"slow_down_layer_time": [
"10"
],
"overhang_fan_threshold": [
"95%"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}

View file

@ -18,7 +18,7 @@
"cooling_tube_length": "5",
"cooling_tube_retraction": "91.5",
"default_filament_profile": [
"FlyingBear PLA @Ghost7"
"FlyingBear PLA Basic @Ghost7"
],
"default_print_profile": "0.20mm Standard @FlyingBear Ghost7",
"deretraction_speed": [
@ -111,7 +111,7 @@
"0"
],
"machine_pause_gcode": "PAUSE",
"machine_start_gcode": ";v1.0.1-20250822;\n;*****************************\nBED_MESH_CLEAR\nM140 S[bed_temperature_initial_layer_single]\nPRINT_START\n;*************PRINT START*************\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 80,print_bed_max[0])} F6000 ;move head to drawing line position\nG1 Z0 F100\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\n;BED_MESH_CLEAR \n;BED_MESH_PROFILE LOAD=default # bedmesh load\nG1 Z2.0 F200 ;Move Z Axis up\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E8 F300 ;extrude filament\nG90\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 80,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F1500 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E10\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count] ; display layers begin\n;***********model start************\n",
"machine_start_gcode": ";v1.0.1-20250822;\n;*****************************\nBED_MESH_CLEAR\nM140 S[bed_temperature_initial_layer_single]\nPRINT_START\n;*************PRINT START*************\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 80,print_bed_max[0])} F6000 ;move head to drawing line position\nG1 Z0 F100\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\n;BED_MESH_CLEAR \n;BED_MESH_PROFILE LOAD=default # bedmesh load\nG1 Z2.0 F200 ;Move Z Axis up\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E8 F300 ;extrude filament\nG90\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 80,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F1500 E15\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E18\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count] ; display layers begin\n;***********model start************\n",
"machine_unload_filament_time": "0",
"max_layer_height": [
"0.28"
@ -184,7 +184,7 @@
"single_extruder_multi_material": "1",
"template_custom_gcode": "",
"thumbnails": [
"430x410"
"430x344"
],
"upward_compatible_machine": [],
"use_firmware_retraction": "0",

View file

@ -6,8 +6,8 @@
"setting_id": "GP004",
"instantiation": "true",
"bottom_shell_layers": "3",
"overhang_1_4_speed": "50",
"overhang_2_4_speed": "50",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "40",
"overhang_3_4_speed": "30",
"top_shell_layers": "5",
"top_shell_thickness": "1",
@ -19,10 +19,10 @@
"layer_height": "0.2",
"print_settings_id": "0.20mm Standard @FlyingBear Ghost7",
"sparse_infill_speed": "270",
"exclude_object": "1",
"exclude_object": "0",
"internal_bridge_speed": "50",
"top_solid_infill_flow_ratio": "0.97",
"top_solid_infill_flow_ratio": "1",
"compatible_printers": [
"FlyingBear Ghost7 0.4 nozzle"
]
}
}

View file

@ -52,7 +52,7 @@
"infill_jerk": "9",
"infill_wall_overlap": "15%",
"initial_layer_acceleration": "500",
"initial_layer_infill_speed": "50",
"initial_layer_infill_speed": "75",
"initial_layer_jerk": "9",
"initial_layer_line_width": "0.5",
"initial_layer_min_bead_width": "85%",
@ -90,7 +90,7 @@
"outer_wall_acceleration": "5000",
"outer_wall_jerk": "9",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "200",
"outer_wall_speed": "150",
"overhang_4_4_speed": "10",
"overhang_speed_classic": "0",
"post_process": [],
@ -126,7 +126,7 @@
"sparse_infill_density": "15%",
"sparse_infill_filament": "1",
"sparse_infill_line_width": "0.45",
"sparse_infill_pattern": "crosshatch",
"sparse_infill_pattern": "grid",
"spiral_mode": "0",
"staggered_inner_seams": "0",
"standby_temperature_delta": "-5",
@ -210,5 +210,5 @@
],
"xy_contour_compensation": "0",
"xy_hole_compensation": "0",
"exclude_object": "1"
}
"exclude_object": "0"
}