InfiMech profile updates: Change some parameterts and Update ABS filament (#4166)

* Update InfiMech Generic ABS.json

* Update fdm_filament_abs.json
This commit is contained in:
InfimechOfficial 2024-02-22 22:14:27 +08:00 committed by GitHub
parent 372518582b
commit f280aed9d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 26 additions and 11 deletions

View File

@ -7,10 +7,19 @@
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.931"
"0.94"
],
"filament_max_volumetric_speed": [
"16"
"15"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.058"
],
"filament_retraction_length": [
"0.8"
],
"compatible_printers": [
"InfiMech TX 0.4 nozzle"

View File

@ -4,6 +4,9 @@
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"filament_vendor": [
"InfiMech"
],
"cool_plate_temp" : [
"105"
],
@ -23,7 +26,7 @@
"105"
],
"hot_plate_temp_initial_layer" : [
"100"
"105"
],
"textured_plate_temp_initial_layer" : [
"105"
@ -37,9 +40,6 @@
"fan_cooling_layer_time": [
"30"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_type": [
"ABS"
],
@ -50,10 +50,10 @@
"20"
],
"nozzle_temperature_initial_layer": [
"250"
"230"
],
"reduce_fan_stop_start_freq": [
"0"
"1"
],
"fan_max_speed": [
"20"
@ -68,13 +68,13 @@
"80"
],
"nozzle_temperature": [
"250"
"230"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"240"
"220"
],
"nozzle_temperature_range_high": [
"270"
@ -82,7 +82,13 @@
"slow_down_min_speed": [
"20"
],
"activate_air_filtration": [
"1"
],
"complete_print_exhaust_fan_speed": [
"60"
],
"slow_down_layer_time": [
"3"
"5"
]
}