Git Product home page Git Product logo

wolf3dware's Introduction

wolf3dware

Prototype firmware for delta and cartesian printers on an STM32F4xxx

Heavily influenced by, and based on Smoothieware. Shares a great deal of code from that project. https://github.com/Smoothieware/Smoothieware

Plans are to handle Inverse kinematics per step for a delta printer, with improved Motion Control from SmoothieWare created by Arthur Wolf.

Uses the STM32F4xxx HAL by STM, there are no plans to make it portable to other architectures. However the HAL is abstracted with std::function calls. Uses FreeRTOS as the kernel.

Initial prototype is on a STM32F4-discovery board.

Install

You need...

  1. arm eabi gcc toolchain.. a windows version is here http://gnutoolchains.com/arm-eabi/ linux is here https://launchpad.net/gcc-arm-embedded

  2. openocd and a JTAG adapter (I use the Bus Blaster)

  3. Ruby and the Rake gem

  4. set ARMTOOLS environment variabel to the arm tools you installed above

  5. Then just type rake at the top level, and it will build.

There are various options that select which platform you are building for

Pins can be reassigned in Src/maincpp.cpp it is suggested you create a new #define for the target board

Status

  • basic gcode parsing - done
  • dispatch gcode to handlers - done
  • motion control - done
  • planner - done
  • step generation - done
  • temperature control - done
  • LCD - done

Todo

Tested for motion Needs more testing

wolf3dware's People

Contributors

wolfmanjm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

victorpv

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.