2.2.0 pre3 (#81)

* Hide the system filament

* Fix: crash when using m_ProfileJson

* Bump profile version to 02.02.41.02

* Update: Flutter 1222
This commit is contained in:
xiaoyeliu
2025-12-22 23:03:54 +08:00
committed by GitHub
parent 9a0027035e
commit 9a9d87d3ff
140 changed files with 64669 additions and 70067 deletions

View File

@@ -0,0 +1,47 @@
{
"type": "filament",
"name": "Generic PVA",
"inherits": "Generic PVA @base",
"from": "system",
"setting_id": "GFSS99",
"instantiation": "true",
"compatible_printers": [
"Snapmaker U1 (0.4 nozzle)"
],
"enable_pressure_advance": [
"1"
],
"filament_end_gcode": [
"; filament end gcode \n\n"
],
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_flow": [
"6"
],
"filament_multitool_ramming_volume": [
"0.1"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"filament_vendor": [
"Generic"
],
"filament_retract_length_toolchange": [
"3"
],
"filament_max_volumetric_speed": [
"6"
],
"nozzle_temperature": [
"240"
],
"nozzle_temperature_initial_layer": [
"240"
],
"pressure_advance": [
"0.028"
]
}