Giter Site home page Giter Site logo

Resume Temperature Issue about ercf-software-v3 HOT 6 OPEN

Durahl avatar Durahl commented on July 17, 2024
Resume Temperature Issue

from ercf-software-v3.

Comments (6)

moggieuk avatar moggieuk commented on July 17, 2024

Hmmm, I wonder what is significant about 240 degrees... is that what your min_temp_extruder is set to?

I know I JUST rewrote the extruder temp restoration logic in Happy Hare v2 (upcoming replacement release) so that it is much more straightforward to understand. However, it is very strange that the temperature kept going up to 265 in HHv1.

When you say, paused the print, did you just run PAUSE or MMU_PAUSE? (I ask because the current temp is recorded when MMU_PAUSE is called -- which is the same thing that occurs on MMU error).

from ercf-software-v3.

Durahl avatar Durahl commented on July 17, 2024

My min_temp_extruder ( the one in the ercf_parameters.cfg ) is set to 200ยฐC - I think it's the default?

It's been a few days but I think I Paused the print using the Pause Button found on the KlipperScreen Print Status Screen, not the one on the HappyHare ERCF Screen ๐Ÿค” I could be wrong though since I was familiarizing myself with a new CHT 1.0mm Nozzle in Vase Mode hence the huge temperature gap - Good Bed Adhesion required the higher First Layer Temps but for the StealthBurner to be able to keep up even at 100% Part Cooling Fan I also needed to drastically reduce the Temps for the rest of the Print ๐Ÿคจ

from ercf-software-v3.

moggieuk avatar moggieuk commented on July 17, 2024

Good info. It is conceivable (based on my recollection on how the old logic worked) that Happy Hare was holding onto the temp 265 from a previous print that had a "mmu pause" or error. There was a bug (fixed in HHv2) that didn't clear this value. So... if on the next print you paused with regular "pause" this value would not be overwritten and thus when RESUME is called, Happy Hare restores to 265.

Obviously it shouldn't do this but I can see that it would have been possible. As I said this is fixed in the upcoming release because 'RESTORE' clears this value to prevent accidental reset.

from ercf-software-v3.

Durahl avatar Durahl commented on July 17, 2024

Speaking of Updates, I've just updated everything:
IMG
And KlipperScreen HHEd still produces an error ( in Fluidd )?
IMG
I guess I still need to comment KS HHEd out in Moonraker? ๐Ÿคจ

Maybe something else you might provide an insight... Do you by any chance use OrcaSlicer with the ERCF? ๐Ÿค”
If so, how do you solve the problem of OS not moving the Nozzle off the Model and onto the Purge Block for Tip Forming thus creating a Blob onto the Model?

I'm currently working around this by having it move the Nozzle into a Corner of the Build Plate whenever a Tool Change is being Called...

G1 X3 Y3 F24000
T[next_extruder]

...but that is a terrible solution especially with many Tool Changes happening on the first few layers as it'll keep pushing filament into the same spot resulting in a giant blob of molten filament. Unfortunately adding something like a Z2 to raise the Nozzle a bit ends with OrcaSlicer refusing to send the Sliced G-Code to the Printer ( I'm a simple man... Not a smart one ๐Ÿ˜‘ )

from ercf-software-v3.

moggieuk avatar moggieuk commented on July 17, 2024

The KlipperScreen "warning" is because I deliberately don't call it KlipperScreen because I didn't want to offend the original author because it is a fork - I might change this though. Usually there is a way to suppress the warning - In Mainsail, you can say "ignore" (this is documented in the README)

To move the nozzle on a tool change you are doing the right thing but it is probably better to put that in the ercf_software.cfg macro for Tx or CHANGE_TOOL..., although I've improved things a lot in HHv2 by having formal PRE_UNLOAD and POST_LOAD macro options. I also have a built in optional z_hop.

from ercf-software-v3.

moggieuk avatar moggieuk commented on July 17, 2024

The original issue with temperature resuming has been substantially reworked in the new Happy Hare v2 software. If you upgrade to that and still have a problem let me know because I believe such a problem should be impossible now.

from ercf-software-v3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.