Re: Minimum X not zero, but it is set to 0
After upgrading to the newest stable version (1.1.7) the issue is gone. Just spent some time diff-ing the configuration files to make sure I don't forget anything. For reference my faulty version was...
View ArticleRe: Travel very slow
QuoteEddie4 So i took a step back and it hit me: Maybe it's actually that it's to fast and the motor/driver can't handle it. Ill report back tomorrow Well this seems to have fixed the problem but as...
View ArticleRe: Arduino DUE + RAMPS + FULL GRAPHIC LCD on Delta Stuttering
The character based (non-graphic) LCD panels are the fastest. And they don't use u8glib. Something like this will give you the best results: [www.ebay.com]
View Article3D Printer RAMPS 1.4 SD Card Reader
Hello; I have purchased replacement 3D Printer RAMPS 1.4 SD Card Reader and need some help. I have a Ramps 1.4 compatible controller and a RepRapDiscount Smart Controller working. Asking for help to...
View ArticleRe: 3D Printer RAMPS 1.4 SD Card Reader
I hope there is some voltage level conversion on the back side of that board... most 8 bit boards are 5v, but sd cards are 3.3 (google shows me that yes there is) I dont know why it has a 10 pin plug...
View ArticleRe: 3D Printer RAMPS 1.4 SD Card Reader
There is an AMS1117 3.3 volt regulator It look like It looks like the 2 pins on the bottom have no connections So if I determine the corresponding pins from LCD SD card reader and adjust the pins to...
View ArticleRe: Arduino DUE + RAMPS + FULL GRAPHIC LCD on Delta Stuttering
Yeah I have one of LCD. But I would ike to get Full Grpahic LCD, beacuase is fancier. I thought DUE will be fast enough for this. I check the library code, the library is the problem. So it should be...
View ArticleRe: Arduino DUE + RAMPS + FULL GRAPHIC LCD on Delta Stuttering
On the work to move Marlin to 32-bits we are primarily using Re-ARM boards with Graphical LCD's. The Graphical LCD's need to be talked to very slowly.... The bits are pulsed in one at a time and each...
View ArticleRe: 3D Printer RAMPS 1.4 SD Card Reader
SS is cs in this case , DET is probably sd card detect you need to stop the SS signal getting to the current board (ie cut the track on the old display/sd reader) so that it only goes to the new card...
View ArticleRe: Travel very slow
I would try 1/4 stepping on X ie 100 steps/mm much more reasonable for a arduino
View ArticleRe: 3D Printer RAMPS 1.4 SD Card Reader
Should mention I Have a Hictop MPS.3 Controller Well this is what was done by removing the SD cable from the LCD the Click encoder will click but it will not move when turned. Stop button will not...
View ArticleMixed Bed leveling possible? (UBL and manual)
Dear all I'm retrofitting a printer with a BLTouch probe and have a question concerning the bed levelling with UBL. The printer bed can be levelled using three thumb screws. Originally the bed was...
View ArticleRe: 3D Printer RAMPS 1.4 SD Card Reader
as I said in [forums.reprap.org] I sill suspect its just incompatible sd cards
View ArticleRe: Mixed Bed leveling possible? (UBL and manual)
Yes... Use G29 P1 U T That will start probing the bed with the points as far away from previously probed points as possible. When you have 8 or 12 points.. It usually makes sense to stop the probing...
View ArticleRe: 3D Printer RAMPS 1.4 SD Card Reader
I read this post already, thou was not going to remap the pins. Was just trying to use an external SD card to replace the LCD SD Card. And I still believe I can do this. This card reader may be...
View ArticleRe: 3D Printer RAMPS 1.4 SD Card Reader
You can buy a new RAMPS v1.4 board for under $4 (including shipping) on eBay: [www.ebay.com] If you are doing this because you enjoy it and just want to play with things, that is fine. I'm 100%...
View ArticleRe: 3D Printer RAMPS 1.4 SD Card Reader
he has a Hictop MPS.3 Controller so a ramps + mega...
View Article1.1.7 after auto home / bed leveling raises Z 10mm:(
So I just got 1.1.7 working after upgrading from a 1.0.x version. I'm finding it very annoying that after performing auto home or bed leveling that the Z-axis raises 10mm. Is there a quick fix for...
View ArticleRe: Need help w/Skew Correction in Marlin 1.1.7
Upgraded to v1.1.8. still can't see skew correction active. Now using: **Initialize eeprom; M502 M501 M852 <----- Correct spot??? M500 Heat bed Heat nozzle **Delta configuration G28 M665 B70 G33 P3...
View ArticleRe: 1.1.7 after auto home / bed leveling raises Z 10mm:(
Is this what you are looking for Configuration.h #define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow
View Article