If this error keeps popping out while you have loaded with the filament, you can do following steps to turn off filament sensor temporarily. In the older version, this error was rendered as "Ran out of filaments".
Tutorial:
1. Open "Preferences" in FLUX Studio.

2. Click "Machine", then choose your machine in "Machine List". Turn off the "Filament Detection".

3. You can start a new printing task!
------
If the tutorial above doesn't fix the problem, please try the way below.
1. Go to Print > Advanced > Expert
2. Insert a line of
detect_filament_runout = 0
3. Apply, and start a new printing task.
If you get "insert the filament" in loading filament interface, and non-working unloading filament, try following workaround
1. Open Device Dashboard using right-top panel
2. Press Ctrl+Alt+D to turn on Developer tools
3. Copy following text
var match_ws = null;
for(var i in window.FLUX.websockets){
var ws = window.FLUX.websockets[i];
if(ws.url && ws.url.indexOf("/ws/control") == 0) match_ws = ws;
}
match_ws.send("config set filament_detect N");
4. Right click on bottom blue ">", paste, and press enter
5. Restart FLUX Studio6. Re-enter the interface of changing filament
Comments
0 comments
Please sign in to leave a comment.