Skip to content

Commit

Permalink
InfiMech profile updates: Change some parameterts and Update ABS fila…
Browse files Browse the repository at this point in the history
…ment (#4166)

* Update InfiMech Generic ABS.json

* Update fdm_filament_abs.json
  • Loading branch information
InfimechOfficial authored Feb 22, 2024
1 parent 3725185 commit f280aed
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
13 changes: 11 additions & 2 deletions resources/profiles/InfiMech/filament/InfiMech Generic ABS.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
24 changes: 15 additions & 9 deletions resources/profiles/InfiMech/filament/fdm_filament_abs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"filament_vendor": [
"InfiMech"
],
"cool_plate_temp" : [
"105"
],
Expand All @@ -23,7 +26,7 @@
"105"
],
"hot_plate_temp_initial_layer" : [
"100"
"105"
],
"textured_plate_temp_initial_layer" : [
"105"
Expand All @@ -37,9 +40,6 @@
"fan_cooling_layer_time": [
"30"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_type": [
"ABS"
],
Expand All @@ -50,10 +50,10 @@
"20"
],
"nozzle_temperature_initial_layer": [
"250"
"230"
],
"reduce_fan_stop_start_freq": [
"0"
"1"
],
"fan_max_speed": [
"20"
Expand All @@ -68,21 +68,27 @@
"80"
],
"nozzle_temperature": [
"250"
"230"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"240"
"220"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_min_speed": [
"20"
],
"activate_air_filtration": [
"1"
],
"complete_print_exhaust_fan_speed": [
"60"
],
"slow_down_layer_time": [
"3"
"5"
]
}

0 comments on commit f280aed

Please sign in to comment.