Open szafranski opened 6 months ago
The first sensor you mentioned is actually a tangle detection device, not a filament runout detector.
I have compared the 0.10.0 version of Klipper used by the Q1 model with the current 0.12.0 version again, and found no changes to the filament width sensor other than the addition of a max_diameter
configuration option. However, we will continue to monitor this and try to reduce the time it takes from triggering to pause. Currently, our tests show that after triggering the filament detection to pause, the remaining filament in the extruder is still effective in preventing empty printing.
Regarding the issue of maintaining heat during a pause, we did operate that way a long time ago, but we received customer feedback about potential safety risks (such as causing a fire), and issues with filament melting and clogging the extruder due to heating without extrusion over long periods. Therefore, we discontinued this feature. You can reload the filament and heat the extruder after triggering a pause, and then clean out the remaining filament by extruding before resuming printing.
Hi!
Thank you for the response. So:
Thanks!
The working principle of this sensor is similar to a button; it only has two states: triggered and untriggered. When the filament is obstructed and cannot feed through, the spring compresses until it triggers. However, running out of filament does not compress the spring and therefore does not trigger the sensor.
The runout sensor is actually a filament width sensor provided by Klipper. It continuously monitors changes in the diameter of the filament until a threshold is reached, for example, 1mm, at which point a runout event is triggered and initiates several actions including pausing. In Klipper versions 0.10.0 used on the Q1 and the latest 0.12.0, there have been no significant changes to the filament width sensor, Gcode actions, or filament switch sensor components that would impact the execution efficiency of this feature.
Regarding updating Klipper to a new version, since there is no effective bootloader installed, firmware updates must be done manually. The Q1 extruder uses an STM32 chip, which requires specific tools and software for flashing (such as ST LINK), making the process quite complex and requiring specific knowledge. Some users may prefer not to update their firmware. If an update is released, we will need to maintain two versions of Klipper, which can be burdensome given that the Q1 is a newly launched model with frequent updates expected. I am not dismissing the possibility of updating Klipper, but we need more time to prepare everything including documentation and update packages.
3.1 There is no capability to boot from USB :(
A temporary solution is to open the printer.cfg
file and locate the [hall_filament_width_sensor]
section. Add a command such as M104 S200
to the end of the runout_gcode
. For specific usable Gcode, please refer to:
https://www.klipper3d.org/G-Codes.html#g-code-commands
But use with caution, since it is more important to keep safe
Hi, I hade few issues in just 2 days (frustrating) when I had to disassemble hotend, after I ran out of filament on the spool. Now it works like this:
How it should be done (few ideas to resolve the issue): Suggested:
Please, do something about it. I was forced to disassembly the hotend few times in few days. That printer is being advertised as something semi-automatic, but I was forced to smell ABS fumes for like an hour total (just last few days). Thanks
Additional info about extruder: By the way - I think that there is too big gap between the gears and the heatbreak in this extruder. As far as I know early samples of this printer had this issue, but I am not sure what version of extruder I got. It causes troubles like this, but it also causes clogs when changing filament the "manual way" from PLA to ABS for example since PLA is stuck after gears as well (same issue as described above).