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,25 @@
{
"type": "filament",
"filament_id": "GFC99_3",
"setting_id": "GFSA04",
"name": "Prusa Generic PC @MINIIS 0.8",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pc",
"filament_max_volumetric_speed": [
"12"
],
"filament_flow_ratio": [
"1"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.07"
],
"compatible_printers": [
"Prusa MINIIS 0.8 nozzle"
]
}