Auto Nozzle Height (Z-Offset from extruder)
I am wondering if there are any existing versions of Marlin that incorporate auto nozzle height. I really want to have this feature because every time I switch the nozzle on my printer, I end up...
View ArticleMarlin Error code '
Hi.when I upload marlin firmware to mega 2560 the ice give me this error.please help me
View ArticleRe: Mesh bed leveling - Z axis not moving during print
QuoteRoxy Did you activate the Mesh Leveling? quote=obewan] Try sending M420 S1 this enables mesh leveling in marlin[/quote] I hadn't tried M420 before, so I just did, but it still isn't running the Z...
View ArticleAny Experience for SD Card Logging
Hi, Any experience for logging to recover failed print? If we log what all gcode steps with error codes, we would recover our half printed items. Best Regards
View ArticleExtruder fan controled by 2nd extruder output
Hi all as title I want to connect the extruder cooling fan to the second extruder outlet so that the fan will only turn on when it gets to a pre-set temperature. Is this possible? if so what do I need...
View ArticlePID autotune timeout, remove code from Temp.cpp
Hi, first off I have looked at the other PID autotune threads and they do not explain my problem.....so here it is. Also, as a note, the printer works....not as well as hoped but I am still getting...
View ArticleCommande G code M503 ne renvoie pas de valeurs
Bonjour, J'utilise une Reprap guru, sur un Imac, Repetier Host version 1.02. Quand je lance une commande M503, je n'obtiens pas les valeurs attendues mais une ligne de ce type : > 5:44:01 PM: N17...
View ArticleRe: Extruder fan controled by 2nd extruder output
You can just go edit the Pins.h file for your board. You would take away the declaration for the 2nd extruder. And you would use that same pin number when you add a declaration for your fan.
View Articlemarlin configuration problem
Hi,I have a Ramps 1.4 setup on a chinese Aurora I3 printer. After fitting a bowden type extruder,tyring to update the settings I ran into the following problem. When trying to upload the sketch to...
View ArticleY axis will not home! (CoreXY, Marlin)
Maybe someone can point me in the right direction. My y axis will jog, but sending "home all" results in homing of z then x, and not Y. Is it a power issue? My stepper drivers are all set around 1.3v...
View ArticleRe: Extruder fan controled by 2nd extruder output
Ok Had a look at pins.h and there are numerus quotes about the 2nd extruder, could you please help some more? Board is a GT2560
View ArticleRe: Y axis will not home! (CoreXY, Marlin)
M119 returns OPEN when the switch is not triggered.
View ArticleCompiling Marlin on Raspberry Pi (Raspbian Jessie)
When I try to compile a feshly cloned Marlin 1.1.0-RC8 on my Raspi3 (by entering "make" in the Marlin directory), I immediately get make: *** No rule to make target 'applet/wiring.o', needed by...
View ArticleRe: Y axis will not home! (CoreXY, Marlin)
Dust, thanks for your help (and by the way, all your OTHER answers to other problems that I've read!) I have described the problem better and reposted in a new post. Thanks!
View ArticleCoreXY and Max endstops
Hi again, I am building a corexy machine that uses max endstops for x and z and min endstops for y. Here's my issue: if I set all endstops to home to -1, and I keep the section called...
View ArticleRe: CoreXY and Max endstops
ok. I found a solution to this problem, but it's a Gcode hack. A post on GitHub by "Wurstnase" said: Wurstnase commented on Mar 16, 2015 Now the old homing-bug for coreXY is back. With max endstops on...
View ArticleRe: Compiling Marlin on Raspberry Pi (Raspbian Jessie)
the Makefile is very very badly maintained, as most people use the GUI Also most don't compile on Raspi3, are you just a glutton for punishment? regardless, if you load this in the GUI you still error...
View ArticleRe: Compiling Marlin on Raspberry Pi (Raspbian Jessie)
QuoteDustthe Makefile is very very badly maintained, as most people use the GUI Ahh... My printer came with everything setup for compiling and uploading on the Raspi, so I just assumed that was...
View ArticleZ-probe configuration in Configuration.h
I'm trying to get Marlin 1.1.0-RC8 working on my DeltaMaker delta printer to replace the much older Marlin firmware the printer came with. Have everything working except the z-probe. The way this...
View Article