Welcome! Log In Create A New Profile

Advanced

Anyone know the issue when it's going to printing? [VIDEO]

Posted by Gorebar 
Anyone know the issue when it's going to printing? [VIDEO]
October 13, 2016 02:48PM
Hello,

I was configurating my new 3D printer using Marlin but... I can't found the issue.... What happend?

It's wrong when it's ready to print.

I'm using:

- Ramps 1.4
- NO HotBed
- Pololu A4988
- Three Endstops

I attach a VIDEO and my Configuration.h file...

Thanks

Edited 1 time(s). Last edit at 10/14/2016 02:25AM by Gorebar.
Attachments:
open | download - Configuration.h (53.1 KB)
open | download - VID-20161013-WA0023_converted.mp4 (453.3 KB)
Re: Anyone know the issue? [VIDEO]
October 13, 2016 07:29PM
It was trying to home or it was ready to print?

If it was trying to home, your stepper direction, your home position (min or max) or your endstop connection are opposite to where they should be.

If it was in the process of printing (after homing ) you printer origin is outside built plate area, which could be cause by wrong size of built plate in the firmware or wrong origin location either on the firmware or slicer.
Re: Anyone know the issue when it's going to printing? [VIDEO]
October 14, 2016 02:24AM
It was ready to printing.

I tried change the bed area but... I can't do it... always gets crazy...I don't know how to change the printing area, or maybe some configuration it's wrong...

Can you see my configuration file please?

I attach right now my structure size and bed size
Attachments:
open | download - Estructura_modificada-min.pdf (112.8 KB)
Re: Anyone know the issue when it's going to printing? [VIDEO]
October 14, 2016 10:43AM
Ok, so you have done homing and this happens when it starts to print.

I can see from your configuration, that your size is 195X195X195
All axis should not go beyond 195, because software calculates the distance moved, but i think your real bed size is not 195x195
// Travel limits after homing (units are in mm)
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS 195
#define Y_MAX_POS 195
#define Z_MAX_POS 195

You probably need to lower those values, say 170 on all three for now. You need to flash your board for the changes to take effect.
Then you go to the Slic3r, or what ever you use to slice you prints and update the print area to 170x170x170 then check the slicer value for bed center, which is 170/2=85
Save those settings and use them. By default, Slic3r uses something else, which is not compatible with your printer.
Re: Anyone know the issue? [VIDEO]
October 15, 2016 04:16PM
can you post your slicer configuration screens? I think your problem is where you are setting the printing origin in your slicer.
Re: Anyone know the issue when it's going to printing? [VIDEO]
October 16, 2016 11:47AM
Your X axis movement seem to be wrong, it is going in the oposite direction. If you do a homeing, it goes to the right side? then it is wrong. To solve this just invert the cable of that motor coneccted in the ramp board, just conecte it in the oposite way.
Sorry, only registered users may post in this forum.

Click here to login