using pressure advance UI setting instead of custom filament g-code

This commit is contained in:
Bernhard Koppensteiner
2024-05-02 20:23:23 +02:00
parent 3619c1efed
commit 2c50705e33
38 changed files with 872 additions and 64 deletions

View File

@@ -0,0 +1,34 @@
{
"type": "filament",
"filament_id": "GFB98_4",
"setting_id": "GFSA04",
"name": "Prusa Generic ASA @MINIIS 0.8",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_asa",
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"10"
],
"fan_max_speed": [
"15"
],
"fan_min_speed": [
"15"
],
"slow_down_layer_time": [
"20"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.07"
],
"compatible_printers": [
"Prusa MINIIS 0.8 nozzle"
]
}