First home the machine :
G28Then move to the point the machine currently thinks is Z 0 :
G0 Z0Then move the head to the bed by jogging, using Pronterface's arrows, the panel, the web interface or whatever other method is adequate in your case.
Finally issue the M306 Z0 command which will use the current Z position as a homing offset :Â
M306 Z0Then save to the SD card with M500 :
M500Next time you home, the machine will know how high above the bed it is.
Example use :
G28 (Home XYZ) (Move Z at least 30mm away from the bed if it's not, and attach probe if you have a removable probe) G32 ( Calibrate the machine ) (Remove probe if you have a removable probe) M500 (to save probe results) G28 (Home XYZ) (Manually: jog down to touch the plate) M306 Z0 M500 (to save homing offset) G28 (Machine is now calibrated and knows it's correct height above the bed)
--
You received this message because you are subscribed to the Google Groups "Blue Eagle Labs Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to BlueEagleLabs+unsubscribe@googlegroups.com.
To post to this group, send email to BlueEa...@googlegroups.com.
Visit this group at https://groups.google.com/group/BlueEagleLabs.
To view this discussion on the web visit https://groups.google.com/d/msgid/BlueEagleLabs/2dec64b4-ca20-4ef0-9f63-04a7928d207b%40googlegroups.com.
Calibrating Endstops: target 0.030000mm, radius 115.000000mmset trim to X:0.000000 Y:0.000000 Z:0.000000initial Bed ht is 592.949951 mmcenter probe: 0.4125Probe was not repeatable to 0.030000 mm, (0.412506)Calibration failed to complete, check the initial probe height and/or initial_height settings
SENDING:M665
L: 304.0200 R: 152.0000 Max Z 235.000
SENDING:M501
Loading config override file: /sd/config-override...
; DO NOT EDIT THIS FILE
;Steps per unit:
M92 X80.00000 Y80.00000 Z80.00000
;Acceleration mm/sec^2:
M204 S3000.00000
;X- Junction Deviation, Z- Z junction deviation, S - Minimum Planner speed mm/sec:
M205 X0.05000 Z-1.00000 S0.00000
;Max cartesian feedrates in mm/sec:
M203 X500.00000 Y500.00000 Z500.00000
;Max actuator feedrates in mm/sec:
M203.1 X500.00000 Y500.00000 Z500.00000
;Optional arm solution specific settings:
M665 L304.0200 R152.0000
;WCS settings
G54
;Digipot Motor currents:
M907 X1.00000 Y1.00000 Z1.00000 A1.00000 B1.00000
;Home offset (mm):
M206 X0.00 Y0.00 Z370.00
;Trim (mm):
M666 X0.000 Y0.000 Z0.000
;Max Z
M665 Z235.000
;E Steps per mm:
M92 E96.4600 P57988
;E Filament diameter:
M200 D0.0000 P57988
;E retract length, feedrate:
M207 S3.0000 F2700.0000 Z0.0000 Q6000.0000 P57988
;E retract recover length, feedrate:
M208 S0.0000 F480.0000 P57988
;E acceleration mm/sec²:
M204 E500.0000 P57988
;E max feed rate mm/sec:
M203 E50.0000 P57988
;E Steps per mm:
M92 E90.0000 P39350
;E Filament diameter:
M200 D0.0000 P39350
;E retract length, feedrate:
M207 S3.0000 F2700.0000 Z0.0000 Q6000.0000 P39350
;E retract recover length, feedrate:
M208 S0.0000 F480.0000 P39350
;E acceleration mm/sec²:
M204 E500.0000 P39350
;E max feed rate mm/sec:
M203 E50.0000 P39350
;PID settings:
M301 S0 P10.0000 I0.3000 D200.0000 X255.0000 Y255
;Max temperature setting:
M143 S0 P300.0000
;PID settings:
M301 S1 P10.0000 I0.3000 D200.0000 X255.0000 Y255
;Max temperature setting:
M143 S1 P300.0000
;Probe feedrates Slow/fast(K)/Return (mm/sec) max_z (mm) height (mm):
M670 S5.00 K100.00 R0.00 Z235.00 H5.00
config override file executed
You can use the command "M92 X160 Y160 Z160" to see if that helps.
On my printer, it is using "M206 X0.00 Y0.00 Z0.00"
Here is a video. Sound doesn't seem to be working, but you can see where it binds and the motors continue to go until I type the M999https://drive.google.com/open?id=0BwfKxaOw3Z_fVXNLUkg4XzhIWWM
--
You received this message because you are subscribed to a topic in the Google Groups "Blue Eagle Labs Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/BlueEagleLabs/5nCQXnr4U9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to BlueEagleLabs+unsubscribe@googlegroups.com.
To post to this group, send email to BlueEa...@googlegroups.com.
Visit this group at https://groups.google.com/group/BlueEagleLabs.
To view this discussion on the web visit https://groups.google.com/d/msgid/BlueEagleLabs/01eccea7-2280-4f37-9338-7028dd8348d0%40googlegroups.com.
leveling-strategy.delta-calibration.radius 115 #BEL the probe radius (originally 100)
After sending any command which changes the printer's settings, then you have to do G28 (home all) to make the new changes take effect, and then you can start using them.The first thing you must do is make sure that your printer knows how many steps per mm the motors will move.You need to follow the instructions at this link: http://smoothieware.org/delta#configuring-z-heightAnd then check it with a tape measure afterwards to make sure the answer is accurate.I'd recommend doing it without the z-probe attached, so that you can do it more accurately with the tip of the hotend.BTW, when you do "G32" it still says the radius is 115.Where does that number come from? Is it in your config.txt file?It should be around 150 instead of 115. This is also likely to cause problems and should be fixed.After changing anything in config.txt, then eject the drive from the OS and reset your MKS SBASE board, so that it will take effect.G32 can do auto-calibration, but it requires that the steps/mm for the motors are correct, and it helps to have the maximum height and horizontal radius set close to their correct values.Isn't there some sort of guide which BEL has written up on how to do this?
On Fri, Jun 2, 2017 at 4:12 PM, Andrew <seam...@gmail.com> wrote:
Here is a video. Sound doesn't seem to be working, but you can see where it binds and the motors continue to go until I type the M999https://drive.google.com/open?id=0BwfKxaOw3Z_fVXNLUkg4XzhIWWM
--
You received this message because you are subscribed to a topic in the Google Groups "Blue Eagle Labs Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/BlueEagleLabs/5nCQXnr4U9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to BlueEagleLab...@googlegroups.com.
X:426.670013 Y:426.670013 Z:426.670013 WARNING: actuator 0 rate exceeds base_stepping_frequency * ..._steps_per_mm: 213335.000000, setting to 234.000000
WARNING: actuator 1 rate exceeds base_stepping_frequency * ..._steps_per_mm: 213335.000000, setting to 234.000000
WARNING: actuator 2 rate exceeds base_stepping_frequency * ..._steps_per_mm: 213335.000000, setting to 234.000000
You are having the same problems as me.
Blue Eagle is aware of the issue and looking into it
SENDING:M501
Loading config override file: /sd/config-override...
; DO NOT EDIT THIS FILE
;Steps per unit:
M92 X426.67001 Y426.67001 Z426.67001
;Acceleration mm/sec^2:
M204 S3000.00000
;X- Junction Deviation, Z- Z junction deviation, S - Minimum Planner speed mm/sec:
M205 X0.05000 Z-1.00000 S0.00000
;Max cartesian feedrates in mm/sec:
M203 X500.00000 Y500.00000 Z500.00000
;Max actuator feedrates in mm/sec:
M203.1 X234.00000 Y234.00000 Z234.00000
;Optional arm solution specific settings:
M665 L304.0200 R151.1601
;WCS settings
G54
;Digipot Motor currents:
M907 X1.00000 Y1.00000 Z1.00000 A1.00000 B1.00000
;Home offset (mm):
M206 X0.00 Y0.00 Z29.60
;Trim (mm):
M666 X-2.606 Y0.000 Z-1.051
;Max Z
M665 Z213.860
;E Steps per mm:
M92 E216.3300 P57988
;E Filament diameter:
M200 D0.0000 P57988
;E retract length, feedrate:
M207 S3.0000 F2700.0000 Z0.0000 Q6000.0000 P57988
;E retract recover length, feedrate:
M208 S0.0000 F480.0000 P57988
;E acceleration mm/sec²:
M204 E500.0000 P57988
;E max feed rate mm/sec:
M203 E50.0000 P57988
;E Steps per mm:
M92 E90.0000 P39350
;E Filament diameter:
M200 D0.0000 P39350
;E retract length, feedrate:
M207 S3.0000 F2700.0000 Z0.0000 Q6000.0000 P39350
;E retract recover length, feedrate:
M208 S0.0000 F480.0000 P39350
;E acceleration mm/sec²:
M204 E500.0000 P39350
;E max feed rate mm/sec:
M203 E50.0000 P39350
;PID settings:
M301 S0 P10.0000 I0.3000 D200.0000 X255.0000 Y255
;Max temperature setting:
M143 S0 P300.0000
;PID settings:
M301 S1 P10.0000 I0.3000 D200.0000 X255.0000 Y255
;Max temperature setting:
M143 S1 P300.0000
;Probe feedrates Slow/fast(K)/Return (mm/sec) max_z (mm) height (mm):
M670 S5.00 K100.00 R0.00 Z213.86 H5.00
config override file executed
What settings are you using for temp, speed, etc?
Mine got 3/4 of the way though, with a honeycomb infill then my laptop went to sleep and broke the connection heh.
I agree with Haydn, I always use SD card for print. I had way too many failures using USB.
x_axis_max_speed 3000.0 # BEL 30000
The axis max speeds seem to be the ones which cause the issues. I changed them from 30,000 to 3000 which i believe is 500 mm/s down to 50mm/s. Changing from 30,000 to 100 as you have listed I think it moves at 1.7 mm/s. I might doubt them so the max it can move is 100mm/s. More testing, or someone with better knowledge needed.
What i find interesting/disappointing is the inability of this system to go at speeds in excess of 100mm/s. Delta's main touted benefits are speed, with new and well constructed printers boasting 200mm/s and some as high as 300mm/s. If this is limited to under 100mm/s its a an interesting bottleneck. So is the issue the board itself? Is the MKS SBase board being a knockoff of a smoothie board unable to match the speeds? Is it a firmware issue? Or are there just some conflicting settings that cause the erratic behaviour?
Some input from BEL would be appreciated.
In my config file, acceleration is still at 3000. My x_axis_max_speed: 100 (same for y and z). I think after the homing speed decrease (alpha_max_travel: 1000 (same for beta and gamma)), I left the other settings the same.
I'll post the files when I get home tonight, but the config.txt is what BEL has posted in the other thread. I used it un modified.
Well originally I used it in modified and that's when I discovered the homing speed was wrong and causing mine and others to go crazy. They have since found the same conclusion and posted a new one with the home seek speeds at half.
As for repeatability, thats unsure as any time it's gone crazy I've changed something in the slicing, used different slicer, tried a different part, etc.
So far the only common denominator is any travel speed over 100 mm/s.
I'm surprised that your alpha/beta/gamma_steps_per_mm are "419.95" instead of "426.67" Note: it is also that way in your config-override file. I'm sure this should not be this way!
You could raise these values from 50 to 250 mm/sec:;Max cartesian feedrates in mm/sec:M203 X250 Y250 Z250;Max actuator feedrates in mm/sec:M203.1 X250 Y250 Z250I believe this limits the speeds of your carriages and effector to moving at a maximum speed of only 50mm/sec.
I didn't have any luck getting my MKS SBASE board to do automatic calibration, but I've had success with an AZSMZ and also an Azteeg X5 with the following:
An update on the erratic behavior and travel speed with the metal delta.
andrew,1st check the probe status using M114. check each endstop one by onethen home the printerRun the autocalibration routine with G32After calibration, save settings with M500remove calibration probe and set it asideuse M665 to adjust the Z height such that the paper test is set to 0 (home every time you adjust)Once you have the final Z height adjusted, save it with M500 againlead the override file with M501 every time you turn on the printer.
On Wednesday, May 31, 2017 at 6:57:44 PM UTC-7, Andrew wrote:I got my Metal Delta running, but I am having problems auto calibrating.I am following the instructions from http://smoothieware.org/delta(With the Z-Probe on in case that matters)First home the machine :
G28Then move to the point the machine currently thinks is Z 0 :
G0 Z0Then move the head to the bed by jogging, using Pronterface's arrows, the panel, the web interface or whatever other method is adequate in your case.
Finally issue the M306 Z0 command which will use the current Z position as a homing offset :Â
M306 Z0Then save to the SD card with M500 :
M500Next time you home, the machine will know how high above the bed it is.
This works great, doing this, I home it again and run G0 Z0 and it finds the bottom perfectly.Next I try the auto-calibration G32 and that is where problems happen. Not at first, it passes the first and second probes, but the 3rd where it checks X-axis the probe doesn't touch or triggerExample use :
G28 (Home XYZ) (Move Z at least 30mm away from the bed if it's not, and attach probe if you have a removable probe) G32 ( Calibrate the machine ) (Remove probe if you have a removable probe) M500 (to save probe results) G28 (Home XYZ) (Manually: jog down to touch the plate) M306 Z0 M500 (to save homing offset) G28 (Machine is now calibrated and knows it's correct height above the bed)
Not sure what I am doing wrong or how to fix it. maybe a screw at the end of the switch to give it more area to press against the bed?
Thanks I will try that. However which configuration files do I copy on the SD card? :smoothiware or smoothiware 2 from the download sites? Thanks.
--
You received this message because you are subscribed to a topic in the Google Groups "Blue Eagle Labs Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/BlueEagleLabs/5nCQXnr4U9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to BlueEagleLab...@googlegroups.com.
To post to this group, send email to BlueEa...@googlegroups.com.
Visit this group at https://groups.google.com/group/BlueEagleLabs.
To view this discussion on the web visit https://groups.google.com/d/msgid/BlueEagleLabs/db252995-3641-45b7-a6b5-452ed24f0f2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
hi randy,
--
You received this message because you are subscribed to a topic in the Google Groups "Blue Eagle Labs Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/BlueEagleLabs/5nCQXnr4U9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to BlueEagleLabs+unsubscribe@googlegroups.com.
To post to this group, send email to BlueEa...@googlegroups.com.
Visit this group at https://groups.google.com/group/BlueEagleLabs.
To view this discussion on the web visit https://groups.google.com/d/msgid/BlueEagleLabs/1de0ef56-6b5d-4822-8993-17278c303b6b%40googlegroups.com.