Re: Marlin Axis problem
Are you sending the commands thru an lcd or a UI like pronterface?
View ArticleDual Z stepper drivers with X mounted endstop
Hi, I am just finishing my Bigbox printer and wondering how I could enable dual Z stepper drivers with a single Z endstop (IR-sensor) mounted on the X carriage. I do not understand how the homing...
View ArticleRe: Z axis homing speed
Quotezggtf211@gmail.com Is the z axis driver tuned properly? Just got this fixed, was another issue.
View ArticleCrazy move at the start of a print.
I have this crazy move in the Z axis at the start of a print. looks like its in the G-code, G1 Z0.297 F3600.000 , but not sure why it's being put in. But Z0.297 at F3600 is crazy. Slicer has this for...
View ArticleRe: Crazy move at the start of a print.
You are using absolute coords, so the nozzle goes up to 5mm and then at the beginning of the print it goes down to 0.3 ( 1st layer height? ) Looks normal to me.
View ArticleRe: Crazy move at the start of a print.
Quoteo_lampe You are using absolute coords, so the nozzle goes up to 5mm and then at the beginning of the print it goes down to 0.3 ( 1st layer height? ) Looks normal to me. Thanks o lampe, What I was...
View ArticleRe: Grid in auto home not working
Have you verified the sensor works? You should put it in the middle of the bed and at a height of 75mm or 100mm. Then issue an M119 command. It should say the Z Probe is not triggered. Then do the...
View ArticleRe: Crazy move at the start of a print.
It probably is in your Start Up GCode. For Slic3r, that is on the Printer Tab.
View ArticleRe: Crazy move at the start of a print.
QuoteRoxy It probably is in your Start Up GCode. For Slic3r, that is on the Printer Tab. Thanks Roxy Sad to say it's not, this is the only thing there. G1 Z5 F5000
View ArticleI don't even know where to start with this one.
I am not a programmer by any means. So this mess? I'm lost. I've been working on my Funbot i1 for over a year now. It's been a slow process, saving where I can and doing as much from scratch as I...
View ArticleZ probe offset issue
Hi all again can any one pint me out here please. I just configured Marlin on my corexy all works fine Got Z probe on Got setting uncommented for home and bed level with same probe. Auto level works...
View ArticleRe: Z probe offset issue
Z home will put the nozzle at +Z probe offset. If you want the nozzle to touch the bed, send G1 Z0.
View ArticleRe: I don't even know where to start with this one.
No remote ideas? Nuke it all and start over?
View ArticleRe: I don't even know where to start with this one.
The first 2 "errors" (and a lot of the others... I haven't looked at them all) are warnings and can be ignored. The first real error is sketch/Marlin_main.cpp:2668:36: warning: invalid suffix on...
View ArticleNeed help to test XY motors
Hi, I‘m testing XY axis motors on my new DIY printer. Hardware - RAMPS 1.4 and Arduino Mega 2560. I disabled microsteping at all, changed DEFAULT_AXIS_STEPS_PER_UNIT to 10 assuming that every...
View ArticleRe: Z probe offset issue
Quotestephenrc Z home will put the nozzle at +Z probe offset. If you want the nozzle to touch the bed, send G1 Z0. Hi thanks for reply. It shows offset on LCD screen but looks like its ignoring it....
View Article