Re: Hacked Ender-2 SD card problems
Sorry, I have not solved it yet. Maybe I will replace the controller with another one. This is quite some work however....
View ArticleRe: Custom command not queued
Hey! Thank you guys! I did it and it works well! I did even more thanks to you advice, I implented directly the M400 called fonction in my custom GCODE M11 : stepper.synchronize(); Bye!
View ArticleBed leveling and mechanical z endstop
My set up is a mechanical Z endstop and an inductive bed sensor. When X and Y are homed, the inductive sensor is not above the bed, and as such homing Z will not work without a head crash unless I use...
View ArticleManual Mesh Bed Leveling no z endstop
hi, is it not possible to do a Manual Mesh Bed Leveling whiteout having a end-stop for the Z axis? because in my tries the extruder did smash in to the bad '-'
View ArticleRe: Bed leveling and mechanical z endstop
When the firmware is setup correctly, the inductive probe can be used as a Z-min endstop and remove the mechanical switch.
View ArticleProblems with Auto Bed Leveling
Hi, I try to enable the auto bed leveling feature, but it doesn't works correctly :( I try it with a inductive proximity switch and also with copper wire and an copper plan on the heating bed. The...
View ArticleShort, jerky movements when trying to home with Marlin 1.1.3
I have upgraded my reprapguru prusa i3 from the old Marlin version that it comes with to version 1.1.3, but my axes will barely move with the new firmware. As far as hardware goes, I have upgraded the...
View ArticleRe: Short, jerky movements when trying to home with Marlin 1.1.3
The Titan extruder is not much different to the old-school Greg's-Wade extruders, so the older Marlin versions should be able to make it work. Anyway, the short yerk homing moves indicate, there is...
View ArticleRe: Hacked Ender-2 SD card problems
Too bad :( Did you backup your original firmware for recovery ? I might try this anyways if I find time this summer. If I do so I will post my findings on github and let you know.
View ArticleI can not upload marlin to sanguinololu board error avrdude: stk500_getsync()
Hi any help would be appreciated I am presently running a 3d sprinter setup. I can connect sanguinololu with Pronterface and run 3d Printer on my computer. So hardware/computer connection is OK. I...
View ArticleCan't get Marlin 1.1.x to compile
Everyone, I can't get Marlin to compile. I've tried both Arduino IDE 1.6.8 and 1.8.3. I've downloaded a clean copy of Marlin 1.1.x Release version and the only modifications I've made to it where my...
View ArticleRe: About configuring the Marlin for Delta machine (single nozzle for...
Thank you for your kind response. I had solved the problem.
View ArticleExtruder 2 can't reverse turn?
Dear all, Currently I am trying to configure the Marlin for my new machine which has two extruders with one single nozzle. Both extruders can be controlled by Repieter-host, but there is one problem....
View ArticleRe: About configuring the Marlin for Delta machine (single nozzle for...
Quotecthsieh Thank you for your kind response. I had solved the problem. AND... UBL is now working with Delta printers. The whole reason UBL was designed and written was because of the problems Delta...
View ArticleRe: Extruder 2 can't reverse turn?
Have you checked the 2nd extruder port for shortcuts or the like? Maybe the trace on the PCB to the dir-pin is broken?
View ArticleRe: Extruder 2 can't reverse turn?
Thank you for your nice response. I used Repetier-host to test my machine. If I send the Gcode command to control Extruder 2 with low speed, it is OK. There is one question. I configured both of...
View ArticleHow to configure the Marlin for dual extruders
Dear All, I have a problem about configuring Marlin for dual extruders. Two of my extruders are exactly same (NEMA 17 associated with 5:1 Geared box). I configured them as same parameters in Marlin...
View ArticleRe: Hacked Ender-2 SD card problems
No firmware backup. It didnt work for me anyway and I was sure I would solve it 8-) ... If you manage to solve it and post it on github I am sure many will have use of it!
View ArticleRe: Extruder 2 can't reverse turn?
At first glance, I found three parameters for E1 weren't set. ** * Default Axis Steps Per Unit (steps/mm) * Override with M92 * X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]] */ #define...
View ArticleRe: Extruder 2 can't reverse turn?
Thank you for your kind reply. Since the extruders are same model, I disable "DISTINCT_E_FACTORS" to ignore the settings for extruder 2. Actually, I did try your suggestion, but the extruders stil run...
View Article