Code Monkey home page Code Monkey logo

Comments (4)

dalegaard avatar dalegaard commented on June 27, 2024

Hi @WolfeCub

Your process looks correct. Can you attach a gcode file for testing?

Generally discrepancies like this are caused by macro usage. The tool does not emulate macros.

Best regards,
Lasse

from klipper_estimator.

dalegaard avatar dalegaard commented on June 27, 2024

Now that I look closer at the data, I think you are probably using absolute extrusion coordinates?

The tool defaults to assuming relative coordinates, which is different from klipper itself. I need to document why this is, but the solution is to either use relative coordinates in your slicer or include M82 in your slicer start gcode.

Best regards,
Lasse

from klipper_estimator.

WolfeCub avatar WolfeCub commented on June 27, 2024

I think you are probably using absolute extrusion coordinates?

Aha! Good eye. I manually edited the gcode and ran it again and it was 5 minutes shy of the actual time which adding in heat up and probing I would say is dead on.

I see where this went wrong now. My M82 command is in my start macro which the tool has no way of seeing inside and I guess superslicer doesn't emit M82 even if the relative extrusion box is unchecked. Is there a flag I can use to force it to use absolute positioning or should I just have my slicer emit an extra M82 before my start macro?

Thanks!

from klipper_estimator.

dalegaard avatar dalegaard commented on June 27, 2024

At this point there's no option, but you are not the first to get bit by this and you won't be the last, so I'll see what I can do potentially to make this easier going forward, if nothing else documenting it.

Best regards,
Lasse

from klipper_estimator.

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.