Re: Compilation error Marlin
I don't know the full answer. But the Fast I/O library is different or doesn't exist on the DUE. I think you are running into problems because the compiler can't find the declarations (and functions)...
View ArticleRe: Marlin not compiling for printrboard
Looking at your screenshot, it looks like your main file is BlinkM.cpp... that seems odd to me. Maybe you're trying to compile the wrong thing? Make sure you're working with Marlin.ino. Last year I...
View ArticleRe: Compilation error Marlin
This is understandable. It is not clear how to get rid of this muck .
View ArticleRe: Compilation error Marlin
ready to throw off the test firmware ) is already working on the printer .
View ArticleMarlin Team Requests you do a 1 Minute Survey
The Marlin Team is trying to make sure we are supporting the right hardware platforms. If you are running a RepRap printer with Marlin, please spend 1 minute and do the survey located here: [goo.gl]...
View ArticleMarlin as CNC-Firmware: Z-Probe used to detect work piece height?
Hello together, i use the Marlin-Firmware at my CNC-Router as the Firmware on the Ramps for my CNC. I am very happy with it because it works very well.( I use it also at my Deltaprinter.) At the...
View ArticleRe: Marlin as CNC-Firmware: Z-Probe used to detect work piece height?
First... Can you move to RC6-RCBugFix? That is going to be the easiest code for us to help you with. The G30 should work to probe the piece. But trying to do this on a Delta is going to be much more...
View ArticleRe: Marlin Team Requests you do a 1 Minute Survey
tricky.... 8 ish machines all different versions of marlin and complied with various versions of arduino on various hardware...
View ArticleWhat should I use for a DLP 3d printer?
I am building a DLP 3d printer using ramps and arduino and am having trouble finding the proper software and firmware. An instructables pointed me towards pacman's software but the links were...
View ArticleRe: What should I use for a DLP 3d printer?
You mean DLP, like in laser beamers? AFAIK, there is a DLP forum here on the board or try looking in the laser forum.
View ArticleRe: Marlin not compiling for printrboard
I was able to figure it out. I was following "Lincomatic's How to Program an AT90USB1286/Teensylu/Printrboard with Arduino" article and the step involving using the teensy software and then using his...
View ArticleRe: Marlin as CNC-Firmware: Z-Probe used to detect work piece height?
Thank for the reply, i will try G30 at my cartesian CNC.
View ArticleOdd Compilation error - boards.h???
So I was setting up Marlin for my new printer, firmware version Marlin 1.1.0-RC4 (not the latest but I've used it before) and did a compile check. It came up with this error; Quote Build options...
View ArticleRe: Odd Compilation error - boards.h???
Are you using a current version of the Arduino IDE? In configuration.h is the board defined correctly? For example: #define MOTHERBOARD BOARD_ULTIMAKER
View Article:Xdavinci aio 1.0 ramp 1.4
bonjour tout le monde mon imprimante DAVINCI AIO 1.0 j'ai monté une ramp 1.4 arduino 2560 mega suite à un pb de carte electronique (hs) j'ai installé MARLIN pas de probleme avec les axes tout marche...
View ArticleRe: Odd Compilation error - boards.h???
Using the current version. Interestingly, no, Everything seemed to suggest "BOARD" instead of "MOTHERBOARD". Used the latter and that seems to have cleared up that. Thanks! Not the only issue I have...
View ArticleRe: Odd Compilation error - boards.h???
In the version of Marlin I have here, that first error line is in boards.h. The problem is with "BOARD_##board" -- you can't have # characters in a name. You need to replace BOARD_##board with the...
View ArticleRe: Odd Compilation error - boards.h???
In line #define MB(board) (MOTHERBOARD==BOARD_##board) The ‘##’ preprocessing operator performs token pasting. When a macro is expanded, the two tokens on either side of each ‘##’ operator are...
View ArticlePorting Zonestar/Hesine/Anet panel support from repetier
hi everybody, i own a chinese i3 knockoff, namely the Anet A8 which i'm improving in various ways, including replacing the melzi controller with a RAMPS 1.4 on which i put Marlin 1.1.0RC6....
View ArticleRe: Porting Zonestar/Hesine/Anet panel support from repetier
I dont know your display board... but marlin has support for some push button control boards already See [reprapworld.com] In marlin // // RepRapWorld REPRAPWORLD_KEYPAD v1.1 // [reprapworld.com] //...
View Article