Giter Site home page Giter Site logo

marlin_l6470's Introduction

Marlin_L6470

Reprap firmware based on Marlin with added support for L6470 based stepper controllers

Timer based interrupt for step-dir type stepper drivers is not required and has been disabled.

Theoretically this should run on lower power/speed cpu's. The stepper drivers do motion control which mean the CPU doesn't need to. However the size of the firmware is still large - around 50K. The L6470 driver is based on the Sparkfun sample code, but has been modified to support addressing multiple devices. Both making a single write to a particular device, and writing to all devices at once are supported.

Current known limitations/opportunities:

  • Multimotor suppport only implemented for some commands (GetParam, SetParam, Move)
  • Arc support not optimised - the L6470 forces all position moves to complete to zero velocity before the next one can be sent. The result is small blobs at each vertex.
  • X and Y axis need to be off the home switch when resetting/powering on
  • Code size seems large, most step/dir code has been removed using #defines when using the L6470 vector drivers.
  • Very hacky code, code written to make it work, not to make it pretty
  • The resolution of the motor velocity parameter in the 6470 Move command is not very high. This causes 'glitches' at the end of long lines. It might be fixable using the Run command instead as it allows the velocity to be specified more accurately.

Currently implementing run_mode, which enables smooth arcs as stopping is avoided.

marlin_l6470's People

Contributors

erikzalm avatar bkubicek avatar scuba82 avatar daid avatar linagee avatar maikstohn avatar triffid avatar ijackson avatar phord avatar bgamari avatar erikdebruijn avatar atntias avatar hendorog avatar tommycheng avatar buserror avatar changwoo avatar nophead avatar dabble63 avatar dob71 avatar enchiridion avatar guanix avatar ixce avatar k-eex avatar loganb avatar grrf avatar kobaan avatar tgiphil avatar zittix avatar

Watchers

James Cloos avatar Laurence Lee avatar

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.