Coder Social home page Coder Social logo

Comments (1)

DerAndere1 avatar DerAndere1 commented on August 15, 2024

Support for additional axes is now part of official MarlinFirmware/Marlin bugfix-2.0.x. An example config and pin file for a machine with 3 cartesian axes for positioning and a stepper that drives a tool such as a syringe pump can be found here: https://github.com/DerAndere1/Marlin/tree/Marlin2ForPipetBot/config/examples/DerAndere1/PipetBot-A8. You can compare the file https://github.com/DerAndere1/Marlin/blob/Marlin2ForPipetBot/Marlin/src/pins/sanguino/pins_DERANDERE_PB_1.h with the file https://github.com/DerAndere1/Marlin/blob/Marlin2ForPipetBot/Marlin/src/pins/sanguino/pins_ANET_10.h to see what has to be changed for an additional axis (I axis). If you want to drive syringe pums with a stepper motor, I recommend not to use an extruder "axis" for that purpose at all. I recommend setting #define LINEAR_AXES 4, #define AXIS4_NAME 'A' and #define EXTRUDERS 0.
G1 syntax for movement then becomes G1 X10 Y20 Z30 A40 where parameter A specifies how much the stepper that drives the tool will move

from 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.