Giter VIP home page Giter VIP logo

stm32-marlin-port's People

Contributors

bhgv avatar rejdok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stm32-marlin-port's Issues

STM32F103 support

Hi. Could you tell me how hard would it be to use STM32F103 (maple mini) instead of F4xx ?

I think a typo in the file "tim.c" port stm32f1xx

Hi.
I think a typo in the file "tim.c" port stm32f1xx.
Timer settings must be N-1:
for example, in line 68 need to replace " TimerHeaterAndPwm.Init.Prescaler = 36;"
on " TimerHeaterAndPwm.Init.Prescaler = 36-1;"
in line 70 need to replace "TimerHeaterAndPwm.Init.Period = 2000;"
on "TimerHeaterAndPwm.Init.Period = 2000-1;"
also need to fix the line 100, 102 and 131.

Cannot build,some errors

Hi,I noticed the marlin port,I down it .When build,some warnings below.Is it a workable project on reprap 3d printer?

Description Resource Path Location Type
"LCD_ALERTMESSAGEPGM" redefined ultralcd.h /MarlinPort/Marlin/Include line 166 C/C++ Problem

Распиновка

Добрый вечер. Не могу понять где мне найти распиновку для stm32f103.
Нашел только X, Y, Z, E0, E1, Heater0 и FAN. А куда подключать второй нагреватель, а термисторы, хотбэд и концевики ? Где посмотреть все эти пины?

Pins for STM32F407zet

Hello, where does the processor type switch?
I can not find where the conversion of STM pins to ARDUINO takes place ??? that is, PA1 in 10 pin arduino? I'm trying to build a marlin for the Robin 2 board where STM32F407ZET is installed, this is the first version of the compiler program that compiles at all) the rest is just not even in the database going into a file :( I work mainly with KEIL and have not yet dealt with arduino, but apparently I have to ... I assemble a 3D printer with a replaceable head (plastic printing, a milling cutter (the main task is drilling) and a laser), the printer is made for faster prototyping (PCB + housing) ....

not an issue, but a question about of marlin g-codes

i'm playing with your (and etet100) stm32 ports of marlin. i'm trying to support of marlin in my lua.gcode.sender.

(i test a controller without connection to steppers)

when i send for example G1X100Y100Z100F100 , and immediately after - M114 (get current position info if i understood correctly) it give me x:100 y:100 z:100 without gradual change of coordinates.

perhaps some preliminary settings are needed? or M114 returns not the current position of he tool?

could you give me some small, but workable on your marlin's port g-code for testing. and could you tell me with which command of marlin i can get the current position of the tool?

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.