Welcome to Our Community

Some features disabled for guests. Register Today.

open builds control

Discussion in 'OpenBuilds Bug Report' started by danny pearce, Mar 14, 2025.

  1. danny pearce

    Builder

    Joined:
    Jan 20, 2024
    Messages:
    9
    Likes Received:
    0
    Hi having a problem with when using open builds control making small holes on cnc router in vectric cut 2d. all toolpaths look good but when converted in OB holes are not round squared off?. when cutting a 3mm hole using 2mm bitfor instance. ramps are smooth but not passes weird this shows in the finished job only seams to be small sub 4mm holes. also laser cutter won't cut small holes sub 2mm just squares them off.
     
  2. danny pearce

    Builder

    Joined:
    Jan 20, 2024
    Messages:
    9
    Likes Received:
    0
  3. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    15,539
    Likes Received:
    4,430
    Grbl Settings backup for review please (CONTROL > Grbl Settings tab > Backup Settings button on the main toolbar) (suspect Arc Tolerance or other similar settings been changed from default)

    Using the correct Post Processor? docs:software:vectric [OpenBuilds Documentation]
     
  4. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,557
    Likes Received:
    1,943
    please upload your Gcode file for us to analyse
     
  5. danny pearce

    Builder

    Joined:
    Jan 20, 2024
    Messages:
    9
    Likes Received:
    0
    Hi thanks for your reply yes using correct post processor been using for 18 months all seems good except this issue.
     

    Attached Files:

  6. danny pearce

    Builder

    Joined:
    Jan 20, 2024
    Messages:
    9
    Likes Received:
    0
    $0=10.0 ; Step pulse time, microseconds
    $1=255 ; Step idle delay, milliseconds
    $2=0 ; Step pulse invert, mask
    $3=6 ; Step direction invert, mask
    $4=0 ; Invert step enable pin, boolean
    $5=7 ; Invert limit pins, boolean/mask
    $6=1 ; Invert probe pin, boolean
    $8=0 ; Ganged axes direction invert as bitfield
    $9=1 ; PWM Spindle as bitfield where setting bit 0 enables the rest
    $10=511 ; Status report options, mask
    $11=0.010 ; Junction deviation, millimeters
    $12=0.002 ; Arc tolerance, millimeters
    $13=0 ; Report in inches, boolean
    $14=0 ; Invert control input signals, mask
    $15=0 ; Coolant pins invert, mask
    $16=0 ; Spindle pins invert, mask
    $17=0 ; Control pins pullup disable, mask
    $18=0 ; Limit pins pullup disable, mask
    $19=0 ; Probe pin pullup disable, boolean
    $20=0 ; Soft limits enable, boolean
    $21=1 ; Hard limits enable, boolean
    $22=1 ; Homing cycle enable, boolean (Grbl) / mask (GrblHAL)
    $23=1 ; Homing direction invert, mask
    $24=100.0 ; Homing locate feed rate, mm/min
    $25=4000.0 ; Homing search seek rate, mm/min
    $26=250 ; Homing switch debounce delay, milliseconds
    $27=5.000 ; Homing switch pull-off distance, millimeters
    $28=0.100 ; G73 retract distance, in mm
    $29=5.0 ; Step pulse delay (ms)
    $30=1000.000 ; Maximum spindle speed, RPM
    $31=0.000 ; Minimum spindle speed, RPM
    $32=1 ; Laser-mode enable, boolean
    $33=5000.0 ; Spindle PWM frequency
    $34=0.0 ; Spindle off Value
    $35=0.0 ; Spindle min value
    $36=100.0 ; Spindle max value
    $37=0 ; Stepper deenergize mask
    $39=1 ; Enable printable realtime command characters, boolean
    $40=0 ; Apply soft limits for jog commands, boolean
    $43=1 ; Homing passes
    $44=3 ; Homing cycle 1
    $45=0 ; Homing cycle 2
    $46=0 ; Homing cycle 3
    $62=0 ; Sleep Enable
    $63=2 ; Feed Hold Actions
    $64=0 ; Force Init Alarm
    $65=0 ; Require homing sequence to be executed at startup
    $70=7 ; Network Services
    $73=1 ; Wifi Mode
    $74=NaN ; Wifi network SSID
    $75= ; Wifi network PSK
    $100=50.050 ; X-axis steps per millimeter
    $101=50.050 ; Y-axis steps per millimeter
    $102=199.100 ; Z-axis steps per millimeter
    $110=6000.000 ; X-axis maximum rate, mm/min
    $111=6000.000 ; Y-axis maximum rate, mm/min
    $112=8000.000 ; Z-axis maximum rate, mm/min
    $120=20000.000 ; X-axis acceleration, mm/sec^2
    $121=2000.000 ; Y-axis acceleration, mm/sec^2
    $122=150.000 ; Z-axis acceleration, mm/sec^2
    $130=570.000 ; X-axis maximum travel, millimeters
    $131=450.000 ; Y-axis maximum travel, millimeters
    $132=90.000 ; Z-axis maximum travel, millimeters
    $320=NaN ; Hostname, max: 64
    $322=192.168.5.1 ; IP Address
    $323=192.168.5.1 ; Gateway
    $324=255.255.255.0 ; Netmask
    $325=23 ; Telnet port
    $326=80 ; HTTP port
    $327=81 ; Websocket port
    $341=0 ; Tool Change Mode
    $342=30.0 ; Tool Change probing distance
    $343=25.0 ; Tool Change Locate Feed rate
    $344=200.0 ; Tool Change Search Seek rate
    $345=200.0 ; Tool Change Probe Pull Off rate
    $346=1 ; Restore position after M6 as boolean
    $370=0 ; Invert I/O Port Inputs (mask)
    $384=0 ; Disable G92 Persistence
    $396=30 ; WebUI timeout in minutes
    $397=0 ; WebUI auto report interval in milliseconds
    $398=35 ; Planner buffer blocks
    $481=0 ; Autoreport interval in ms
    $I=custom
     
  7. A.J.W.E. Klappe

    A.J.W.E. Klappe Well-Known
    Builder

    Joined:
    Aug 13, 2017
    Messages:
    138
    Likes Received:
    95
    $120=20000.000 ; X-axis acceleration, mm/sec^2
    $121=2000.000 ; Y-axis acceleration, mm/sec^2
     
    Peter Van Der Walt likes this.
  8. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    15,539
    Likes Received:
    4,430
    @danny pearce don't forget to the GCODE file

    Yes solid catch, that X axis is 10x too fast


    Is correct, so must be stalling from acceleration, or issue with gcode
     
  9. danny pearce

    Builder

    Joined:
    Jan 20, 2024
    Messages:
    9
    Likes Received:
    0
    $0=10.0 ; Step pulse time, microseconds
    $1=25 ; Step idle delay, milliseconds
    $2=0 ; Step pulse invert, mask
    $3=4 ; Step direction invert, mask
    $4=0 ; Invert step enable pin, boolean
    $5=7 ; Invert limit pins, boolean/mask
    $6=1 ; Invert probe pin, boolean
    $8=0 ; Ganged axes direction invert as bitfield
    $9=1 ; PWM Spindle as bitfield where setting bit 0 enables the rest
    $10=511 ; Status report options, mask
    $11=0.010 ; Junction deviation, millimeters
    $12=0.002 ; Arc tolerance, millimeters
    $13=0 ; Report in inches, boolean (CONTROL needs $13=0)
    $14=0 ; Invert control input signals, mask
    $15=0 ; Coolant pins invert, mask
    $16=0 ; Spindle pins invert, mask
    $17=0 ; Control pins pullup disable, mask
    $18=0 ; Limit pins pullup disable, mask
    $19=0 ; Probe pin pullup disable, boolean
    $20=0 ; Soft limits enable, boolean
    $21=1 ; Hard limits enable, boolean
    $22=1 ; Homing cycle enable, boolean (Grbl) / mask (GrblHAL)
    $23=3 ; Homing direction invert, mask
    $24=25.0 ; Homing locate feed rate, mm/min
    $25=1500.0 ; Homing search seek rate, mm/min
    $26=250 ; Homing switch debounce delay, milliseconds
    $27=2.000 ; Homing switch pull-off distance, millimeters
    $28=0.100 ; G73 retract distance, in mm
    $29=0.0 ; Step pulse delay (ms)
    $30=1000.000 ; Maximum spindle speed, RPM
    $31=0.000 ; Minimum spindle speed, RPM
    $32=0 ; Laser-mode enable, boolean
    $33=5000.0 ; Spindle PWM frequency
    $34=0.0 ; Spindle off Value
    $35=0.0 ; Spindle min value
    $36=100.0 ; Spindle max value
    $37=0 ; Stepper deenergize mask
    $39=1 ; Enable printable realtime command characters, boolean
    $40=0 ; Apply soft limits for jog commands, boolean
    $43=1 ; Homing passes
    $44=4 ; Homing cycle 1
    $45=3 ; Homing cycle 2
    $46=0 ; Homing cycle 3
    $62=0 ; Sleep Enable
    $63=2 ; Feed Hold Actions
    $64=0 ; Force Init Alarm
    $65=0 ; Require homing sequence to be executed at startup
    $70=7 ; Network Services
    $73=1 ; Wifi Mode
    $74= ; Wifi network SSID
    $75= ; Wifi network PSK
    $100=319.940 ; X-axis steps per millimeter
    $101=320.070 ; Y-axis steps per millimeter
    $102=403.230 ; Z-axis steps per millimeter
    $110=3000.000 ; X-axis maximum rate, mm/min
    $111=3000.000 ; Y-axis maximum rate, mm/min
    $112=2000.000 ; Z-axis maximum rate, mm/min
    $120=50.000 ; X-axis acceleration, mm/sec^2
    $121=50.000 ; Y-axis acceleration, mm/sec^2
    $122=50.000 ; Z-axis acceleration, mm/sec^2
    $130=380.000 ; X-axis maximum travel, millimeters
    $131=380.000 ; Y-axis maximum travel, millimeters
    $132=100.000 ; Z-axis maximum travel, millimeters
    $320=NaN ; Hostname, max: 64
    $322=192.168.5.1 ; IP Address
    $323=192.168.5.1 ; Gateway
    $324=255.255.255.0 ; Netmask
    $325=23 ; Telnet port
    $326=80 ; HTTP port
    $327=81 ; Websocket port
    $341=0 ; Tool Change Mode
    $342=30.0 ; Tool Change probing distance
    $343=25.0 ; Tool Change Locate Feed rate
    $344=200.0 ; Tool Change Search Seek rate
    $345=100.0 ; Tool Change Probe Pull Off rate
    $346=1 ; Restore position after M6 as boolean
    $370=0 ; Invert I/O Port Inputs (mask)
    $384=0 ; Disable G92 Persistence
    $396=30 ; WebUI timeout in minutes
    $397=0 ; WebUI auto report interval in milliseconds
    $398=35 ; Planner buffer blocks
    $481=0 ; Autoreport interval in ms
    $7=0 ; Disable spindle with 0 speed, boolean
    $300=Grbl ; unknown
    $302=192.168.5.1 ; unknown
    $303=192.168.5.1 ; unknown
    $304=255.255.255.0 ; unknown
    $305=23 ; unknown
    $306=80 ; unknown
    $307=81 ; unknown
    $I=custom
     
  10. danny pearce

    Builder

    Joined:
    Jan 20, 2024
    Messages:
    9
    Likes Received:
    0
    They were my back up settings these are my current settings im having issues with sorry for not checking
     
  11. danny pearce

    Builder

    Joined:
    Jan 20, 2024
    Messages:
    9
    Likes Received:
    0
    Just realised they are my laser settings no z axis
     
  12. danny pearce

    Builder

    Joined:
    Jan 20, 2024
    Messages:
    9
    Likes Received:
    0
    Hi the error shows what's happening in open builds control 3d window. but not in vectric calculated toolpaths. maybe an error in g code from vectric.
    Im not great with computers otherwise i could probably work it out myself. cant work out how to post g code for the problem . upload_2025-3-17_12-49-21.png
     
  13. danny pearce

    Builder

    Joined:
    Jan 20, 2024
    Messages:
    9
    Likes Received:
    0
    This error occurs when cutting a 3mm hole or radius using a 2mm bit anything bigger seams ok. 4mm hole with 2mm bit no problem? also ok with a 1mm tool in 3mm hole ok.
    for instance I can cut an 8mm hole with 6mm tool just seems the smaller holes. as stated same thing with laser cutter it doesn't cut below 2mm just turns circles to squares?.
     
    #13 danny pearce, Mar 17, 2025
    Last edited: Mar 17, 2025
  14. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,557
    Likes Received:
    1,943
    when you are editing a message here in the forum, at bottom right of the edit window are 3 buttons, use the 'Upload file' button to upload a file, in this case your 'profile 1.gcode' file
    upload_2025-3-17_15-56-12.png
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice