Thanks guys! The advantages are clear, no excessive wear on the z axis, it moves up and down 18 times when doing a grid probing. The g29 would only have to be done when the prints/ first layers are not good or a bed or nozzle change. Kind of like an inkjet, you don't clean the nozzle before every print. James Daniel, I am using it now with a once a day g29, removed the reset from g28 and it wby Fri - General
I am trying to get the bed leveling matrix (result from probing) stored in the eeprom, to not have to level before every print. Any ideas.by Fri - General
Well, my hotend cooling fan generates quite some airflow, I would use this air to cool the print, if I need only very littel cooling of the print, the fan would be slightly reduced in speed which would still cool the hotend adequately. Thing is, it needs to be controlled by the rambo boardby Fri - General
Did anyone ever combine an extruder cooling fan with a "print" cooling fan. I would like to use the fan that cools the hotend, to cool the abs/pla when needed. Any suggestions?by Fri - General
Thanks Guys, will check this tomorrow and get back. I appreciate your help very much.by Fri - General
I have a Rambo board and a discount lcd display and I cannot get the display to work. I tried it on other rambos from friends and it worked just fine. I did all the firmware settings, only thing I am not sure is the arduiono pins.c file. Since I am using Arduiono 1.0.5, that file does not excist. I tried installing an older arduino version 0023 changed the pins.c file and uploaded the firmwareby Fri - General
That is what I tried and yes, that is it. They used a very low acc 500 and xy jerk of 5, increasing to 1000 and 15 did the job. Thanksby Fri - General
I recently built a TAZ and I am using Ramps1.4. All works good, but the arcs show really rough segmentation and the printer is running rough on arcs. Same firmware setting on a smaller prusa is very smooth. What do I need to change. Any suggestions? Found this on adv.h // Arc interpretation settings: #define MM_PER_ARC_SEGMENT 1 #define N_ARC_CORRECTION 25 const int dropsegments=5; //everythingby Fri - General
The motor didn't do any damage in the morning.. I was just working with wires and the board ( disconnected ) and next time I power up, one driver holds torque. Again, everything other then disabling the motor ( only the x) is working fine...I can print fine, just heats up the motor and driver for no reason when idle.by Fri - General
Okay, I got the new drivers and this morning all was good. I had a new enclosure made and had to rewire z and y and when I plug it back in, X driver is holding the motor. Very frustrating, are these drivers so fragile? What could cause this? Thanksby Fri - General
I will get some replacement drivers.by Fri - General
Well, it all works, I can print, it just doesn't release X and Eby Fri - General
Realized some other thing, when moving the one axis by hand fast, it tends to hold, almost like a short?by Fri - General
I measured them both and I got continuity on one and nothing on the other. Any hints...solders look perfect.by Fri - General
Thanks Miso, Measured that, on one I get continuity on the other nothingby Fri - General
It is a Lulzbot , running ramps1.4. M84 disables the two other motors not the (now) x and e. I agree with the pins, but I changed the driver and it is now driver related. Weird thing is, it does everything else just fine. btw. it is all brand new and put together by myself, so there is not pin setup other then ramps and pololuby Fri - General
I was wrong, it appears to be the drivers, swapped x and y and now x is holdingby Fri - General
I plugged Y into X and it was fine. Swapped x driver to y and it is holding torque right away. So it is either the ramps or firmware.by Fri - General
Jamesdanielv, Thanks for your quick response. It's Ramps 1.4 and I will try the 34. The pololus are A4988 It homes fine. Only thing is the Y&E that hold troque right away when powered up.by Fri - General
Ramps 1.4 and Marlin #ifndef CONFIGURATION_H #define CONFIGURATION_H // This configurtion file contains the basic settings. // Advanced settings can be found in Configuration_adv.h // BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration //User specified version info of this build to display in terminal window during startup. //Implementatioby Fri - General
Thanks, using repetier and when I hit motors off it turns off X & Z but not the other twoby Fri - General
I have a new printer set up and all works great, but I cannot turn off the Y&E motors, they are holding torque. They spin and work when activated, but get hot for nothing when not used. It could be a bad solder or so..any input appreciated..by Fri - General
I found a solution, still doesn't explain what is going on, but it works now. Thanks for the help, hope this helps someone else. Friby Fri - General
Thanks Man, I will get to the bottom of this and let everyone know, but it is very time consuming and puzzling to say the least. I flashed sprinter and did a M119, in Marlin all three were "L" in Sprinter, x&y are H and only z is L. Could this be a hint?by Fri - General
Thanks, This would explain the problem with the x axis in Marlin, but how do you explain that I don't have the issue with Sprinter. It only is the x and yes it only does it when the x motor is running and only with bounce. I will give the shielded wire a shot. Where did you get the small connectors to connect the wires to the board?by Fri - General
#ifndef CONFIGURATION_H #define CONFIGURATION_H // // This determines the communication speed of the printer #define BAUDRATE 250000 //#define BAUDRATE 115200 #ifndef MOTHERBOARD #define MOTHERBOARD 33 #endif //=========================================================================== //=============================Mechanical Settings=========================== //========================by Fri - General
Well that was the x axis, which is the culprit. The Z is working fine, it is right underneath the right column. Something else, and again it is not consistant. When I tigger it manually and the hold it and hit home, the axis makes a slight move towards the stop and then away, obviously this is not good, since it is depressed, it should move away only. And when I flash sprinter, no problem at alby Fri - General
Here are two pics, one with the x hitting the stop and one in the open position. Thanksby Fri - General
No, I tried G28 and it does the same as when I hit home X or home all in pronterface. Y and Z are fine. Thanksby Fri - General