└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ## Postprocessors for grblHAL and Grbl 2 | 3 | This repository contains post processors or link to post processors for Grbl or grblHAL that supports additional features in grblHAL, and other useful information as well. 4 | 5 | Further links to post processors and useful information will be appreciated. 6 | 7 | #### Autodesk/Fusion 360 8 | 9 | Grbl/grblHAL [post processor](https://cam.autodesk.com/hsmposts?p=grbl). 10 | 11 | Experimental grblHAL [post processor](https://github.com/raenji-sk/grblHAL_Fusion360_Post_Processor) by @raenji-sk. 12 | A fork with new updates [grblhal pp](https://github.com/Dietz0r/grblHAL_Fusion360_Post_Processor) by @Dietz0r 13 | 14 | [Disabling G2/G3 arcs](https://forums.autodesk.com/t5/hsm-post-processor-forum/disabling-g2-g3-arcs/td-p/6095167). G2/G3 arcs in ZX and YZ planes cannot be rotated. 15 | 16 | #### FreeCAD 17 | 18 | Some info about the Grbl postprocessor can be found in [this thread](https://forum.freecadweb.org/viewtopic.php?p=542401#p542401). 19 | grblHAL supports many canned cycles so can be used with the `--no-translate_drill` option. 20 | 21 | #### Vectric 22 | 23 | Select _File > Open Application Data Folder_ and then open the _PostP_ folder to find the available post processors. _Grbl_mm.pp_ or _Grbl_inch.pp_ are for Grbl/grblHAL. 24 | 25 | #### Solidworks 26 | 27 | [Grbl postprocessor](https://github.com/msbealo/GRBL-Post). Mentioned in issue #5. 28 | 29 | #### Useful information 30 | 31 | A lengthy discussion in an [issue](https://github.com/terjeio/ioSender/issues/94) related to probing and gcode rotation - including post processor issues. 32 | 33 | --- 34 | 2023-12-19 35 | --------------------------------------------------------------------------------