Welcome! Log In Create A New Profile

Advanced

Calibration Speed.

Posted by DADIY 
Calibration Speed.
January 14, 2016 12:11PM
During the calibration is there a way to increase the speed that the effector travels between probe points.

Im currently using the gcode like this, I thought maybe I could use the F code to add the speed but this didnt seem to take any affect.

G30 P0 X-65 Y-37.5 Z-99999 ; X tower
G1X0Y0
Re: Calibration Speed.
January 15, 2016 03:01AM
Assuming you are using a version of my firmware fork that isn't too old, the travel speed between probe points is set by the T parameter of the M558 command.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Calibration Speed.
January 15, 2016 03:27PM
Quote
dc42
Assuming you are using a version of my firmware fork that isn't too old, the travel speed between probe points is set by the T parameter of the M558 command.

Thanks David. I'm on 1.0.9 alpha 2 so should be recent enough.

Any tips for a starting speed on a fisher. Print speed is 80mm/s and travel speed I think is 200mm/s for regular printing.

Edited 1 time(s). Last edit at 01/15/2016 03:28PM by DADIY.
Re: Calibration Speed.
January 15, 2016 03:45PM
If normal travel speed is 200mm/sec, that's 12000mm/min. So use T12000 or lower. I use M558 P1 X0 Y0 Z0 H3 F300 T12000 on my large delta, but on a Fisher you need P4 not P1.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Calibration Speed.
January 17, 2016 12:10PM
Quote
dc42
If normal travel speed is 200mm/sec, that's 12000mm/min. So use T12000 or lower. I use M558 P1 X0 Y0 Z0 H3 F300 T12000 on my large delta, but on a Fisher you need P4 not P1.

Thanks dc42 adding T12000 is a great speed for calibration on my Fisher. Now the only outstanding issue to resolve is the layer height count not displaying. sad smiley
Sorry, only registered users may post in this forum.

Click here to login