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,31 @@
{
"type": "filament",
"filament_id": "GFS99_4",
"setting_id": "GFSA04",
"name": "Prusa Generic PVA @MINIIS 0.25",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pva",
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"4"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"10"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.55"
],
"compatible_printers": [
"Prusa MINIIS 0.25 nozzle"
]
}