Re: pid per extruder
There are default values assigned from Configuration.h The defined values apply to all extruders. For simplicity, there is just one set that applies to all. But you can change individual extruders. If...
View ArticleRe: FIRMWARE ISSUES PLEASE HELP!
You install the software at this link: [arduino.googlecode.com] And then you double click on the Marlin.ino file that is sitting with the source code. You set your board type to what it needs to be....
View ArticleHome offset with panelolu2
Hi, I have a Mendel90 running Marlin on a Melzi board and a panelolu2. In the panelolu2 I have a meny entry that says "Set home offset". What does this do and how are you supposed to use it? I thougt...
View ArticleRe: Home offset with panelolu2
I would guess that it sets the home offset [reprap.org] But this only survives till next controller reboot. It would need to be saved with a m500 to survive a reboot. It badly documented [github.com]...
View ArticleRe: FIRMWARE ISSUES PLEASE HELP!
QuoteRoxy You install the software at this link: [arduino.googlecode.com] And then you double click on the Marlin.ino file that is sitting with the source code. You set your board type to what it...
View ArticleUpgrading from Marlin 1.0.0 to 1.1.0 RC3 causes X/Y skipped steps
I have a modified leapfrog, ramps 1.4, CW230 stepper drivers. Its always ran Marlin 1.0.0 great. I added a full graphic smart controller so I dont have to tether my laptop anymore. To get that...
View ArticleRe: Upgrading from Marlin 1.0.0 to 1.1.0 RC3 causes X/Y skipped steps
Update. I just installed the latest Repetier firmware. Works perfectly so far. This issue only seems to occur with the latest Marlin.
View ArticleRe: Upgrading from Marlin 1.0.0 to 1.1.0 RC3 causes X/Y skipped steps
Are you using one of the BOARD_RAMPS_14_??? defines? Using the RAMPS_13 can have problems with a RAMPS 1.4. That's one of the changes between 1.0.0 and 1.1.0 RC3.
View ArticleRe: Upgrading from Marlin 1.0.0 to 1.1.0 RC3 causes X/Y skipped steps
I don't know what the marlin people are smoking, but ramps 1.3 is the same as ramps .14, one is threw holes components the other is surface-mount Looking threw the latest code the only references I...
View ArticleRe: Pin define for RAMPS
I'm assuming though, that the pins are already defined with or without pullups in the Marlin software somewhere? I was hoping someone could just point me in the general direction. I found where they...
View ArticleRe: Pin define for RAMPS
> I found where they define what pins are in ramps ex) #define FAN_PIN 8, but where do they define it as an input or output, pullup or not pullup? I am out of town and can't do the search. But...
View ArticleRe: Upgrading from Marlin 1.0.0 to 1.1.0 RC3 causes X/Y skipped steps
The pin assignments are definitely different from v1.2 to v1.3. It is likely that the v1.3 and v1.4 pin assignments are the same.
View ArticlePause after bed reaches target temp
I just added a 4mm aluminum sheet to my printbed. I'd like to extend the time the printer sits at target bed temperature before it turns on the hotend. Where in my firmware can I change this?
View ArticleRe: Upgrading from Marlin 1.0.0 to 1.1.0 RC3 causes X/Y skipped steps
It is possible. It is set to RAMPS 1.3 in the configuration.h. It was set to 1.3 on 1.0.0 also. I can give it a shot. But, that would be strange. AFAIK, 1.3 and 1.4 is electronically identical. They...
View ArticleRe: Marlin 1.1.0 RC3 z servo doesn't move
I am also having the same problem. Tried all the above fixes, but alas no servo working yet. Works fine with an earlier version of Marlin, but I only have 3 point probing with the early version....
View ArticleReading from SD card on the LCD , very slow
Have anybody also the same problem as me ? Reading from the SD card (Gcode ) on the LCD is very slow , I use the newest Marlin software Marlin 1.1.0 RC3 Anybode a solution for it ?
View ArticleRe: Upgrading from Marlin 1.0.0 to 1.1.0 RC3 causes X/Y skipped steps
One thing it affects is the servo outputs. Using the 1.3 def, servo 0 and 1 didn't work. Using the 1.4 they do work.
View ArticleRe: Marlin 1.1.0 RC3 z servo doesn't move
Regpye are you using a Ramps board? Do you have the right version selected?
View ArticleRe: Marlin 1.1.0 RC3 z servo doesn't move
Thanks for the suggestion Roxy. Yes I have it going now with the servo. I changed to a different RAMPS board selection a few times until I found the one that works. Still having some issues with the...
View Article