Re: Madmike8's Smartrap Build April 27, 2014 09:21PM |
Registered: 9 years ago Posts: 814 |
Re: Madmike8's Smartrap Build April 28, 2014 03:56AM |
Registered: 10 years ago Posts: 992 |
Re: Madmike8's Smartrap Build April 28, 2014 08:24PM |
Registered: 9 years ago Posts: 814 |
Re: Madmike8's Smartrap Build May 03, 2014 03:38PM |
Registered: 9 years ago Posts: 29 |
Could you let me know the line number you have change in pin.h it's a little bit confused for me! Do you have change the endstop connector position on the ramps? My setting is similar excepted my endstop are NO !Quote
madmike8
I wanted to add this to my thread for future reference on my mirrored Y problem that was fixed.
I'm using Marlin
To Change the motor direction in Configuration.h change the
const bool Y_MIN_ENDSTOP_INVERTING to true
const bool Y_MAX_ENDSTOP_INVERTING to false
#define INVERT_Y_DIR from true to false
Then you need to Change your Homing Direction by changing
#define Y_HOME_DIR from -1 to 1
Now if you try it, it might not home, so you need to remark (add //) to the beginning of this line
#define DISABLE_MAX_ENDSTOPS
Then in pins.h under the Arduino Mega pin assignment
There are 2 places to set the Y Pins one is under #if MOTHERBOARD == 77
But we are using the RAMPS Motherboard, so we need to change the ones under the #else statement.
change
#define Y_MIN_PIN change the 14 to 15
And
#define Y_MAX_PIN change the 15 to 14
Hopefully this fixes your Y Mirrored issues...
Re: Madmike8's Smartrap Build May 03, 2014 09:38PM |
Registered: 9 years ago Posts: 814 |
Re: Madmike8's Smartrap Build May 04, 2014 01:20PM |
Registered: 9 years ago Posts: 814 |
Re: Madmike8's Smartrap Build May 04, 2014 01:29PM |
Registered: 9 years ago Posts: 116 |
Re: Madmike8's Smartrap Build May 04, 2014 05:50PM |
Registered: 9 years ago Posts: 29 |
Tks Madmike8, work number 1. Just had to reverse plug of X motor and I finaly changed my endstop NO,for the NC. Nothing wanted to work with configuartion in normally open !!!!Quote
madmike8
Line #s 450 and 451 in pins.h
You do not have to change the connector.
I'm not sure about the NO endstops, but my guess would be to change the Endstop Logic in configuration.h
const bool Y_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops.
Re: Madmike8's Smartrap Build May 04, 2014 06:50PM |
Registered: 9 years ago Posts: 814 |
Re: Madmike8's Smartrap Build May 11, 2014 11:11PM |
Registered: 9 years ago Posts: 814 |
Re: Madmike8's Smartrap Build May 12, 2014 05:10AM |
Registered: 9 years ago Posts: 349 |
Re: Madmike8's Smartrap Build May 12, 2014 05:39AM |
Registered: 10 years ago Posts: 992 |
Re: Madmike8's Smartrap Build May 14, 2014 06:25PM |
Registered: 9 years ago Posts: 814 |
Re: Madmike8's Smartrap Build May 15, 2014 04:00AM |
Registered: 9 years ago Posts: 349 |
Quote
smartfriendz
I tried this simple extruder too. It's a nice update to the smart rap's extruder in the way that it's adjustable ! I thought it would be ok with the simple one, but with the small differences between printers, it makes often a problem with slipping filament . We are in the 0.1 mm range to have a well working extruder or not working. It's too tight .
I will update certainly the main model to an adjustable one like this.
I'm also testing some geared extruder to have more power in reserve to go faster. Direct drive is more limited than i thought, even with a 1.75 filament. It's a pity to be limited by that .
Re: Madmike8's Smartrap Build May 15, 2014 07:09AM |
Registered: 10 years ago Posts: 992 |
Re: Madmike8's Smartrap Build May 15, 2014 07:53AM |
Registered: 9 years ago Posts: 814 |
Re: Madmike8's Smartrap Build May 16, 2014 04:48AM |
Registered: 9 years ago Posts: 349 |
Re: Madmike8's Smartrap Build May 16, 2014 10:01AM |
Registered: 9 years ago Posts: 814 |
Re: Madmike8's Smartrap Build May 16, 2014 11:29PM |
Registered: 11 years ago Posts: 791 |
Quote
BackEMF
I have a 2.5A Steppermotor (48mm) It has a gear on the shaft so i might be able to make a geared extruder out of it if i can find a bigger gear with the same tooth size.
The maths to find DEFAULT_AXIS_STEPS_PER_UNIT
(steps per revolution * (1/microstepping) * gear ratio) / (wheel_diameter * 3.14)
Please correct me if i'm wrong here...
Or does the filament diameter also have to be in this equation??
Holding Torque 4.8 kg/cm 47.1 N-cm for this motor, though I will not be able to drive it at 2.5A lets say that my driver can do 1.8A then i still should have reasonable torque from this motor?
Hmm, i'm affraid that is not much better then the 40mm 1.2A motor, though the gear might help just enough. I'm going to give it a try.
I'm all for the airtripper style extruder. I'm just in the dark why i can't get it working. It all seems to be mounted right. Sometimes the fillament seems to slip though the diameter of the fillament is constant. But i'm not able to adjust the distance of the bearing and i think that's the only issue.
I now have the no-servo firmware from regpie installed and the first layer issues seem to be fixed now, although the homing behavior seems a bit odd compared to how it acted before.
So once I have this extruder running then I should be on my way. :-)
Re: Madmike8's Smartrap Build May 17, 2014 04:06PM |
Registered: 9 years ago Posts: 349 |
Re: Madmike8's Smartrap Build May 17, 2014 04:26PM |
Registered: 9 years ago Posts: 814 |
Re: Madmike8's Smartrap Build May 17, 2014 06:34PM |
Registered: 11 years ago Posts: 791 |
Quote
BackEMF
I finally found the cause of my extruder problems, the pulley has a production flaw, on a small area there are no 'teeth' so thats the zone where the fillament slipped. I'll make a picture of it and send it later.
The improvised geared extruder is now up and running, i'm still tuning the feedrate.
Regpye, your marlin is running like a dream.
I had to set #define min_software_endstops false to make it home correctly, so that it doesn't keep the endstop triggerd at home.
The 2.5A motor runs fine on the geared extruder (5:1 ratio) the driver is set to about 1.2A now and everything seems to be ok. I'm now able to print without manually adding pressure.
Re: Madmike8's Smartrap Build May 18, 2014 10:01AM |
Registered: 9 years ago Posts: 349 |
Quote
madmike8
Congrats BackEMF! What geared extruder are you using?
Re: Madmike8's Smartrap Build May 18, 2014 10:30AM |
Registered: 9 years ago Posts: 349 |
Quote
regpye
Are you using my extruder or an different one? I can show you how to make a good hobbed bolt that gives no trouble like stripping filament or clogging between the teeth.
You will however need access to a lathe to do it.
That is interesting about changing the min_software_endstops, I am running my machines the same way that I left it in the configuration
Are you returning to zero position on one of the axis? If so reduce that to 5 and the problem will go away because it wont re-trigger the end stop..
Re: Madmike8's Smartrap Build May 18, 2014 11:20AM |
Registered: 9 years ago Posts: 814 |
Quote
BackEMF
what i'm starting to like about smartrap is how all the different approaches can be mixed. Serge's X-plate, Regpye's Gears, different hotends. Fishingline, GT2, T5, R&P etc. etc.
Whatever you have available, you can build a smartrap from it. :-D
Re: Madmike8's Smartrap Build May 18, 2014 12:39PM |
Registered: 10 years ago Posts: 992 |
Re: Madmike8's Smartrap Build May 18, 2014 07:42PM |
Registered: 11 years ago Posts: 791 |
Quote
BackEMF
Quote
regpye
Are you using my extruder or an different one? I can show you how to make a good hobbed bolt that gives no trouble like stripping filament or clogging between the teeth.
You will however need access to a lathe to do it.
That is interesting about changing the min_software_endstops, I am running my machines the same way that I left it in the configuration
Are you returning to zero position on one of the axis? If so reduce that to 5 and the problem will go away because it wont re-trigger the end stop..
Cool, i dont have a lathe though i sure like to see how you make the hobbed bolt, my hacked extruder might soon give the ghost so i'm interested in everything that can take me to the next level. Where can I download your .stl files?
what i'm starting to like about smartrap is how all the different approaches can be mixed. Serge's X-plate, Regpye's Gears, different hotends. Fishingline, GT2, T5, R&P etc. etc.
Whatever you have available, you can build a smartrap from it. :-D
min_software_endstops false works great for me.
When I do homing it goes to X 'klik-klak' then Y 'klik-klak' and then Z... then it moves X1 Y1 and it goes to auto-probe. etc.
min_software_endstops true however it homes X 'klik' Y 'klik' and it stays on top of the endstops. Nothing bad as long as you leave it powered on. But when the power has been off and i do a fresh start, then it starts homing FROM that position deeper INTO the X and Y so that could in the long run do damage to the fishingline and couplers (or GT2 belt).
Maybe it works different in your config since you have one or two motors reversed compared to my config?
So if it' aint broke, don't fix it hehehe..
Could have just turned the plug around on one of the motors?
I'll post my new config in my build thread.
Re: Madmike8's Smartrap Build May 21, 2014 11:19PM |
Registered: 11 years ago Posts: 791 |
Quote
BackEMF
Quote
regpye
Are you using my extruder or an different one? I can show you how to make a good hobbed bolt that gives no trouble like stripping filament or clogging between the teeth.
You will however need access to a lathe to do it.
That is interesting about changing the min_software_endstops, I am running my machines the same way that I left it in the configuration
Are you returning to zero position on one of the axis? If so reduce that to 5 and the problem will go away because it wont re-trigger the end stop..
Cool, i dont have a lathe though i sure like to see how you make the hobbed bolt, my hacked extruder might soon give the ghost so i'm interested in everything that can take me to the next level. Where can I download your .stl files?
what i'm starting to like about smartrap is how all the different approaches can be mixed. Serge's X-plate, Regpye's Gears, different hotends. Fishingline, GT2, T5, R&P etc. etc.
Whatever you have available, you can build a smartrap from it. :-D
min_software_endstops false works great for me.
When I do homing it goes to X 'klik-klak' then Y 'klik-klak' and then Z... then it moves X1 Y1 and it goes to auto-probe. etc.
min_software_endstops true however it homes X 'klik' Y 'klik' and it stays on top of the endstops. Nothing bad as long as you leave it powered on. But when the power has been off and i do a fresh start, then it starts homing FROM that position deeper INTO the X and Y so that could in the long run do damage to the fishingline and couplers (or GT2 belt).
Maybe it works different in your config since you have one or two motors reversed compared to my config?
So if it' aint broke, don't fix it hehehe..
I'll post my new config in my build thread.
Re: Madmike8's Smartrap Build May 22, 2014 11:42AM |
Registered: 9 years ago Posts: 349 |
Re: Madmike8's Smartrap Build June 06, 2014 05:45PM |
Registered: 9 years ago Posts: 814 |