MoonshineSG / Octoprint-Filament

Pause print on GPIO sensor
25 stars 16 forks source link

Added a step by step install guide #17

Closed juliendorra closed 7 years ago

juliendorra commented 7 years ago

should be very useful for people with older install and/or not used to the terminal. Also everything in one place :-)

juliendorra commented 7 years ago

@MoonshineSG @jonaslorander Corrective pullrequest for the backtick typos of this one : https://github.com/MoonshineSG/Octoprint-Filament/pull/21 :-(

Actpohomoc commented 7 years ago

I did the sensor combined with filament arm on my PrintrBot Simple Metal and start use this plugin. Many thanks. Now have another issue. In case filament running out pause will be very good to decrease the temperature of hot end. Otherwise it is not good and all rest of the filament leaks out.

1 трав. 2017 р. 12:27 пп "Julien Dorra" notifications@github.com пише:

@MoonshineSG https://github.com/MoonshineSG @jonaslorander https://github.com/jonaslorander Corrective pullrequest for the backtick typos of this one : #21 https://github.com/MoonshineSG/Octoprint-Filament/pull/21 :-(

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MoonshineSG/Octoprint-Filament/pull/17#issuecomment-298310483, or mute the thread https://github.com/notifications/unsubscribe-auth/ALFRttJlRxRgsug3RaQGrF08cbCYwNNHks5r1aWEgaJpZM4MEJrX .

MoonshineSG commented 7 years ago

use the devel version which triggers events which you can then use to trigger your on favourite action... of course you need to reheat the head to the old temperature once you change the filament...

Actpohomoc commented 7 years ago

Thanks. For the moment it is difficult to me. I just wanted to share what is important to me now when I start to use the filament running out sensor. I think the increasing to the target temperature has to be inside the unpause function. Printer should wait until temperature rich the target value. What do you think?

1 трав. 2017 р. 3:28 пп "ǝuıɥsuooɯ" notifications@github.com пише:

use the devel version which triggers events which you can then use to trigger your on favourite action... of course you need to reheat the head to the old temperature once you change the filament...

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MoonshineSG/Octoprint-Filament/pull/17#issuecomment-298326562, or mute the thread https://github.com/notifications/unsubscribe-auth/ALFRtg6ZMF4zo6MMzmfZmKsWcSYcdaFYks5r1c_ygaJpZM4MEJrX .

MoonshineSG commented 7 years ago

thats why the devel version doesnt enforce "pause" but allows the user the customise what gcode to be executed on runout and reload. If more complex behaviour is required - like temperature set on either of the events - the triggered events can be used by other plugins to play with.

as the plugin is open source, another option is to "butcher it" and get exactly what you need from it

to be honest, I wrote this plugin as a coding example to someone and it has grown into what it is today due to the interest from the community. fun fact: I do not use a filament sensor, or this plugin :D