Giter Club home page Giter Club logo

Comments (3)

cp2004 avatar cp2004 commented on May 24, 2024

First, apologies I didn't catch this issue. It seems to have slipped through as I've been really busy recently.

In the eeprom settings plugin it only shows one Z axis driver current so does it is only adjust the one that I can see or does it adjusts both at the same time using some hidden magic ?.

I don't actually know on this one, since I lack any way of testing it & reading the Marlin code is not exactly the easiest thing to do. This plugin will send M906 X<value> Y<value> Z<value>, as in the line of your M503 response M913 X229 Y229 Z164. The second stepper current & the extruder is controlled with M906 I1 Z<value>, which this plugin does not support. I don't know if the former command will adjust both or one, but that is what is sent to the printer & displayed in the settings. There is probably even a bug here with parsing the settings out of the M503 as I think about it, but lets hope not.

Multiple Extruders/Stepper Drivers/Materials/... is not something this plugin does very well at all. The logic is very simple with how it constructs the commands, and it is not smart enough to know how to pair up extruder numbers & values.

I know that's not a very helpful answer, but hopefully it can answer the questions from the plugin's side. Thank you for providing the M503 command, as I have more and more data to reference should I try and go for implementing multiple 'items' for each command. But I can say for sure it will not happen soon, as I'm struggling to find time to work on OctoPrint-related code.

from octoprint-eeprom-marlin.

CBDesignS avatar CBDesignS commented on May 24, 2024

Thanks for replying and explaining how it`s done. on the 12864 screen when looking at the driver current settings it shows the config for X:, Y; Z; Z2; E; so certain parts can see what is I; in the 503 is then passed over as Z2; If you ever look into it and need a test machine feel free to shout, you helped me and if i can I will return the help in testing.

from octoprint-eeprom-marlin.

cp2004 avatar cp2004 commented on May 24, 2024

This is now available in 3.3.0rc1, which you can get by switching to 'Release Candidate' for this plugin in the software update settings.

from octoprint-eeprom-marlin.

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.