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", "instantiation": "true",
"inherits": "fdm_filament_abs", "inherits": "fdm_filament_abs",
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.931" "0.94"
], ],
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"16" "15"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.058"
],
"filament_retraction_length": [
"0.8"
], ],
"compatible_printers": [ "compatible_printers": [
"InfiMech TX 0.4 nozzle" "InfiMech TX 0.4 nozzle"

View File

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