jim-p / Change_Filament

Octoprint Plugin to easily change filament
BSD 3-Clause "New" or "Revised" License
17 stars 10 forks source link

Feature request #12

Open broncosis opened 5 years ago

broncosis commented 5 years ago

Why not have a option to do the preheat for the user I have a gcode file I use for this

it preheats extrudes a tiny bit then retracts the filament pauses so that I get a notification from octoslack and then I load the new filament hit resume and it extrudes a little to prime and then shuts down

jim-p commented 5 years ago

It could, but with everyone using different filaments/hotends/etc it would add a lot of complexity for little benefit. You can already preheat on the control tab in two clicks. If I add it into this package, then I need to add settings for preheat temperatures (for old and new material), which also means that you'd have to change that and refresh any time you change material, etc.

So maybe in the future, but so far I haven't felt that it would be convenient enough to warrant the work.

broncosis commented 5 years ago

That's a valid point.

⁣Get BlueMail for Android ​

On Oct. 20, 2019, 8:22 p.m., at 8:22 p.m., Jim P notifications@github.com wrote:

It could, but with everyone using different filaments/hotends/etc it would add a lot of complexity for little benefit. You can already preheat on the control tab in two clicks. If I add it into this package, then I need to add settings for preheat temperatures (for old and new material), which also means that you'd have to change that and refresh any time you change material, etc.

So maybe in the future, but so far I haven't felt that it would be convenient enough to warrant the work.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/jim-p/Change_Filament/issues/12#issuecomment-544333793

quack3d commented 4 years ago

I'd very much like this as well. Lots of us are using only one type of filament and would need just one config for temperature. Please reconsider. :)

ussdeveloper commented 3 years ago

I agree a lot of cases is related with for example switch PLA to PLA ... plugin could add two more inputs for pre-heat temp and checkbox enable/disable pre-heat feature. It would be handful to not wait for head gets proper temp to click unload and then cool down by finger .... please reconsider. :)

mdziekon commented 1 year ago

For anyone still interested, I've just added such option in my fork of this plugin here: https://github.com/mdziekon/Octoprint-ChangeFilament

It's limited to M600 button only, and currently allows to select only from available temp profiles, but it's a start.