Grbl4crp850: Difference between revisions

From
No edit summary
No edit summary
Line 20: Line 20:


=Introduction=
=Introduction=
A simple board to control [https://www.avidcnc.com/ AvidCNC] equipment using Free Software.
A simple board to control [https://www.avidcnc.com/ AvidCNC] equipment using Free Software.  Replimat has developed and tested this against our [[Avid CNC 60120 Pro]].


=Challenges=
=Challenges=
Line 33: Line 33:
Grbl4crp850r0.3.png|revision 0.3
Grbl4crp850r0.3.png|revision 0.3
</gallery>
</gallery>
The grbl4crp850 drops directly in to [https://www.avidcnc.com  AvidCNC] control cabinets built around the [https://www.avidcnc.com/support/instructions/electronics/pnp/manual/20.1/schematics/ CRP850 breakout board] allowing you to replace the built in [https://www.avidcnc.com/ethernet-smoothstepper-p-229.html EthernetSmoothStepper] and Mach4 with an Arduino Mega running [https://github.com/fra589/grbl-Mega-5X grbl-Mega-5x] machine control firmware and your choice of host [https://wiki.replimat.org/wiki/Software software].
Verified as of revision 0.3: machine travel in the X, Y, Z, and mirrored axes, in positive and negative directions, as well as homing and endstop sensors.
Enabling additional functions may require some minor modifications.  Unused signals have been routed to a breakout header for easy access.
=Making changes=
This adapter PCB has been designed using the Open Source [https://fritzing.org/ Fritzing] software.  Traces have been hand routed.


=References=
=References=

Revision as of 22:58, 22 September 2021

Part: Grbl4crp850
Designers: Timothy Schmidt
Transformations: Etching, Photopolymer printing, Soldering
Tools: Soldering irons, Multimeters
Parts: Printed circuit boards, Solder, Headers
Files: grbl4crp850.fzz
Github: Replimat

Introduction

A simple board to control AvidCNC equipment using Free Software. Replimat has developed and tested this against our Avid CNC 60120 Pro.

Challenges

The avid controller requires more pins than grbl provides, so grbl-Mega-5X was used instead.

Approaches

Verified as of revision 0.3: machine travel in the X, Y, Z, and mirrored axes, in positive and negative directions, as well as homing and endstop sensors.

Enabling additional functions may require some minor modifications. Unused signals have been routed to a breakout header for easy access.

The grbl4crp850 drops directly in to AvidCNC control cabinets built around the CRP850 breakout board allowing you to replace the built in EthernetSmoothStepper and Mach4 with an Arduino Mega running grbl-Mega-5x machine control firmware and your choice of host software.

Verified as of revision 0.3: machine travel in the X, Y, Z, and mirrored axes, in positive and negative directions, as well as homing and endstop sensors.

Enabling additional functions may require some minor modifications. Unused signals have been routed to a breakout header for easy access.

Making changes

This adapter PCB has been designed using the Open Source Fritzing software. Traces have been hand routed.

References