Fixed all filaments and added a new filament named pla_Hyper (#4213)
* Update fdm_klipper_common.json * Update fdm_filament_abs.json * Update fdm_filament_pa.json * Update fdm_filament_abs.json * Update FlyingBear Generic ABS.json * Update fdm_klipper_common.json * Update FlyingBear Generic PA-CF.json * Update fdm_filament_pa.json * Update fdm_filament_pc.json * Update FlyingBear Generic PC.json * Update fdm_filament_pet.json * Update FlyingBear Generic PETG.json * Update FlyingBear Generic PLA.json * Update fdm_filament_pla.json * Update FlyingBear Generic TPU.json * Update fdm_filament_tpu.json * Update fdm_filament_common.json * Add a new filament named pla_Hyper
This commit is contained in:
parent
56ce711c48
commit
a88f31cdaa
13 changed files with 229 additions and 35 deletions
|
@ -9,15 +9,24 @@
|
|||
"filament_type": [
|
||||
"PA-CF"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
],
|
||||
"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"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
|
||||
|
|
|
@ -10,7 +10,13 @@
|
|||
"12"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.931"
|
||||
"0.94"
|
||||
],
|
||||
"enable_pressure_advance": [
|
||||
"1"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.058"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"90"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
"10%"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"90"
|
||||
|
@ -34,7 +34,7 @@
|
|||
"8"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.931"
|
||||
"0.94"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
|
@ -42,6 +42,12 @@
|
|||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
],
|
||||
"enable_pressure_advance": [
|
||||
"1"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.084"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
]
|
||||
|
|
|
@ -7,14 +7,17 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_flow_ratio": [
|
||||
"0.931"
|
||||
"0.94"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"26"
|
||||
"12"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.084"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
]
|
||||
|
|
|
@ -7,7 +7,16 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3.2"
|
||||
"3"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
],
|
||||
"enable_pressure_advance": [
|
||||
"1"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.13"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "FlyingBear PLA Hyper",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla_Hyper",
|
||||
"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 Reborn3 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -28,7 +28,7 @@
|
|||
"60"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"95%"
|
||||
"0%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"filament_vendor": [
|
||||
"FlyingBear"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
|
@ -14,19 +17,19 @@
|
|||
"110"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"100"
|
||||
"110"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
"110"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
|
@ -50,7 +53,7 @@
|
|||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
"240"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
|
@ -65,20 +68,26 @@
|
|||
"40"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
"240"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"108"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"270"
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"300"
|
||||
"280"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"60"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
]
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"filament_vendor": [
|
||||
"FlyingBear"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
|
@ -82,6 +85,12 @@
|
|||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"60"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
]
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"filament_vendor": [
|
||||
"FlyingBear"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
|
@ -11,7 +14,7 @@
|
|||
"0"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"70"
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"80"
|
||||
|
@ -23,7 +26,7 @@
|
|||
"0"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"70"
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"80"
|
||||
|
@ -71,10 +74,13 @@
|
|||
"80"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"220"
|
||||
"200"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"260"
|
||||
"280"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
|
|
|
@ -4,11 +4,14 @@
|
|||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"filament_vendor": [
|
||||
"FlyingBear"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"80"
|
||||
"100"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"26"
|
||||
"12"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
|
@ -38,7 +41,7 @@
|
|||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
"65"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
|
@ -56,7 +59,7 @@
|
|||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"50"
|
||||
"100"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
|
@ -68,7 +71,7 @@
|
|||
"1"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"200"
|
||||
"195"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"60"
|
||||
|
@ -86,7 +89,7 @@
|
|||
"8"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"70"
|
||||
"100"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
|
|
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pla_Hyper",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"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" : [
|
||||
"65"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"200"
|
||||
],
|
||||
"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": [
|
||||
"195"
|
||||
],
|
||||
"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"
|
||||
]
|
||||
}
|
|
@ -4,6 +4,9 @@
|
|||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"filament_vendor": [
|
||||
"FlyingBear"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"30"
|
||||
],
|
||||
|
@ -43,9 +46,7 @@
|
|||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"210"
|
||||
],
|
||||
|
@ -65,7 +66,7 @@
|
|||
"100"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"70"
|
||||
"100"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
|
@ -82,6 +83,15 @@
|
|||
"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"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue