add filament_vendors:FusRock (#9361)

Add FusRock and keep the alphabetical order

# Description

<!--
> Please provide a summary of the changes made in this PR. Include
details such as:
  > * What issue does this PR address or fix?
  > * What new features or enhancements does this PR introduce?
> * Are there any breaking changes or dependencies that need to be
considered?
-->

# Screenshots/Recordings/Graphs

<!--
> Please attach relevant screenshots to showcase the UI changes.
> Please attach images that can help explain the changes.
-->

## Tests

<!--
> Please describe the tests that you have conducted to verify the
changes made in this PR.
-->
This commit is contained in:
Noisyfox 2025-04-16 11:48:05 +08:00 committed by GitHub
commit 3369a394e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 17 deletions

View file

@ -70,11 +70,11 @@ filament_vendors = [
'California Filament',
'Capricorn',
'CC3D',
'CERPRiSE',
'colorFabb',
'Comgrow',
'Cookiecad',
'Creality',
'CERPRiSE',
'Das Filament',
'DO3D',
'DOW',
@ -89,12 +89,13 @@ filament_vendors = [
'Fiberlogy',
'FilaCube',
'Filamentive',
'FilamentOne',
'Fillamentum',
'Fil X',
'FLASHFORGE',
'Formfutura',
'Francofil',
'FilamentOne',
'Fil X',
'FusRock',
'GEEETECH',
'Giantarm',
'Gizmo Dorks',
@ -147,7 +148,7 @@ filament_vendors = [
'Yousu',
'Ziro',
'Zyltech',
]
]
filament_vendors_formatted = [f'"{vendor_name}",' for vendor_name in filament_vendors]
fil_col_width = len(max(filament_vendors_formatted, key=len))