QCAD Bugtracker

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category QCAD/CAM
  • Assigned To
    Andrew
  • Operating System All
  • Severity Low
  • Priority Very Low
  • Reported Version 3.21.3
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: QCAD Bugtracker
Opened by H. Stiekema - 05.11.2018
Last edited by Andrew - 05.11.2018

FS#1813 - CAM Export: missing G01

Trying the EleksMaker EL01 Laser router I noticed some bugs in creating pathways, rapids, tolerance and homing.

See the attached pdf

Closed by  Andrew
05.11.2018 14:43
Reason for closing:  Fixed
Admin
Andrew commented on 05.11.2018 14:27

Thanks for your report. As always, please attach the DXF file in question, so we can try and reproduce the issue here. Thanks.

Admin
Andrew commented on 05.11.2018 14:41

You can fix the missing G01 by replacing your file postprocessors/GCodeLaserOffsetMM.js with the attached updated file.

You could also adjust the number of digits in the postprocessor:

    this.decimals = 4;

Or add "homing" to that postprocessor if desired:

    this.footer = [
        "[N] add your extra codes here for homing"
    ];
Admin
Andrew commented on 05.11.2018 14:43

Out of curiosity: does your controller reject the four decimal digits or is this just a cosmetic issue? Thanks.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing