Frix-x / klippain

Generic Klipper configuration for 3D printers
GNU General Public License v3.0
849 stars 221 forks source link

Filter speed always 100% #318

Closed tehniemer closed 11 months ago

tehniemer commented 11 months ago

Klippain branch

Version

v4.1.1-0-g0122cd35

Describe the bug and expected behavior

It seems that the filter speed is always set to 100% regardless of the variable_material_parameters settings in variables.cfg. for example:

        'ABS': {
            'pressure_advance': 0.0480,
            'retract_length': 0.5,
            'unretract_extra_length': 0,
            'retract_speed': 40,
            'unretract_speed': 30,
            'filter_speed': 80,
            'additional_z_offset': 0
        }

sets the filter to 100% and I don't know why.

Additional information and klippy.log

No response

tehniemer commented 11 months ago

Never mind, I figured out that it's only set to 100% when heat soaking the bed and chamber, during printing it runs at the specified speed.