Results 591 to 600 of 757
-
01-29-2015, 11:39 PM #591
Hey Roxy,
Thanks for looking into those issues! I'm in the process of checking out the other threads as well. A lot of great info here!
As for the "Bed probe graphic visualization" I created that in Maya and Photoshop. Nothing fancy, just manually input the probe points to the corresponding polygon verticies of the polygon plane and added another "Level" plane for reference. Then proportionally scaled the plane up in the Z axis to better see the offsets compared to the "Level" plane.
It would be awesome if something like this could be incorporated into the firmware!
One of my good friends is writing me a Unity script for doing this automatically via a web interface, inputting just a *.txt file with the probe coordinates.
I'll keep you posted.
Thanks again for the help!
Tyson
-
01-31-2015, 11:34 AM #592
Yeah.... That is along the lines of what I was thinking... Except, I was wondering would it be possible for the firmware to generate an .html page that would directly post the data to the server so the picture gets drawn? Instead of using what ever front end they present and having the user fill in the data.... Maybe a .html page would be generated that pushes the data to the server and the resulting page that gets displayed is a picture of the orientation?
-
02-13-2015, 10:05 PM #593
- Join Date
- Aug 2014
- Posts
- 8
-
02-14-2015, 09:13 AM #594
-
02-14-2015, 07:30 PM #595
- Join Date
- Aug 2014
- Posts
- 8
Yes, I have mine off the 12v supply. Something like this:
http://regpye.com.au/BAL/5-volts.jpg
-
02-19-2015, 09:12 PM #596
- Join Date
- Feb 2015
- Posts
- 1
Hello, for some reason the code:
#if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
if (axis==Z_AXIS)
do_blocking_move_relative(0, 0, Z_RAISE_BEFORE_TERMINAR);
#endif
i wonder if this has anything to do with me using a custom raise distance (new define hereZ_RAISE_BEFORE_TERMINAR)
-
02-23-2015, 03:08 PM #597
- Join Date
- Feb 2015
- Posts
- 371
I am doing a bit of research on the way the ABL works on my Makerfarm Prussa. The ABL works just fine and probes in three spots but the probe raises before the z retracts and smashes into the platform.
I tried to follow the directions in the first post and I can see the section for the G28 command in my firmware but not the auto bed level grid part. My firmware appears to be outdated.
The trouble is I am not sure how to update the firmware and keep my settings. The firmware was supplied by Colin at Makerfarm.
I am not really interested in probing more locations, I just want the z to raise before putting the probe up.
-
02-23-2015, 08:50 PM #598
- Join Date
- Feb 2015
- Posts
- 1
Hello, first, thanks very much for all the effort on this project.
I had G29 bed leveling working, but I wanted to add your upgrades. I've modified and uploaded the firmware to a rambo board. The compile went well, I can see by doing the G29 command that the changes have taken place, and I can see the coordinates and Z probes it records, the problem is, I don't see any actual effect during printing. Prior to modifying the G29 code with the new code, I could see the Z motors moving as each layer was printed, but now, they don't move at all.
I'll be honest, I haven't read every page of this thread, work and real life have kept me from having time for that, so I thought I'd ask if anyone else had any suggestions.
Again, to be clear, I was using a functioning G29 up until this point, what I mainly wanted was the changes involving the servo retraction after each probe, and the extended options. It does the probes in nine spots, as expected, but during the print, the Z doesn't adjust to the contour of the bed (I've tested with exaggerated probing).
Thanks!
Z
-
02-27-2015, 09:55 PM #599
- Join Date
- Feb 2015
- Posts
- 371
I have had the regular G29 code working and recently uploaded the enhanced. After homing my nozzle is not touching the glass. I used the off set numbers I had before. Why is my zero position 10mm above the glass?
Also, after homing the z will raise before retracting the probe, which is great, but it goes up 15mm or so which is a bit excessive. Can this number be lowered somewhere?
-
03-01-2015, 02:33 PM #600
- Join Date
- Feb 2015
- Posts
- 2
Hi,
after some troubles i have your G29 command running. Thank you for this!
However: I was a little disappointed, when I realised that you can not probe more than 25 points since
AUTO_BED_LEVELING_GRID_POINTS can or should not be set above 5.
As I understand there is some issue about the correction matrix that dictates this number to be that small... would there maybe be an easy to just probe for more points without actually using them for the correction matrix?Is it maybe also possible to output them as a textfile?
My idea was to generate a topological picture of my strangly tilted heatbed using R - I think that might look awsome!
I would be willing to share my R script, so that other people could also visualise their topography
Concerning the previous post:
I beliefe you can probably find Z_RAISE_BEFORE_PROBING being defined somewhere in your configuration.h or marlin_main.cpp. I assume you will find it to be set to 15... get where this is going?
Cheers
Fritz
Kickstarter campaing LEGENDARY...
Today, 08:02 AM in Free Self Promotion