Hi and welcome to the forum!
The postprocessors are distributed with FreeCAD, you may have to wait a couple of days until it is contained in the daily version.
You select it like the other post processors in the job's output tab.
Code: Select all
TRANSLATE_DRILL_CYCLES = False
if we replace the default grbl post processor then the default should be
TRANSLATE_DRILL_CYCLES = False
changing existing behaviour is generally not a good idea.
While I am big fan of maintaining b/w compat, that is a false logic. If users are currently relying on their gcode sender to post-process drilling cycles and grbl gets there first, there will be no drilling cycles for the sender to process. This will not be a problem and will not be discruptive.anybody already using grbl has configured their g-code feeder properly and however they did that works for them (I use bCNC and never had a problem with drill cycles).