filament sensor not working

i am using btt octopus as contor board for my custom 3d printer and using repetier  server latest version pi 4
when filament run out on the screen filament run out pop up notification as well as printer does not parked  

Comments

  • So you see the message pop up in server gui but print stopps at current position? You need to add a park command in Printer Configuratrion-> GCodes->Event Dependent->Run On Pause like this:

     G0 X0 Y200 F6000

    If you have already such a command it is maybe outside allowed region and ignored by the printer. Normally it gets created for new printers based on dimensions you entered.
Sign In or Register to comment.