Correct am using Universal Gcode sender & it was version 1.0.7 but this version started giving me errors while sending the file to cnc since I upgraded to grbl 0.9g so I started using UGS version 1.0.8 & the problem occurs in both versions only when using jscut it does not happen when using makercam. I even tried making 2 gcode from the same svg file one using makercam just to do the drill operation ( btw I hope you'll be able to add drilling op to jscut) then 2nd gcode using jscut to do rest of profiles.
& here are my grbl settings I took them from shapeoko forum not sure how good are they:
Grbl 0.9g ['$' for help]
>>> $$
$0=30 (step pulse, usec)
$1=25 (step idle delay, msec)
$2=0 (step port invert mask:00000000)
$3=0 (dir port invert mask:00000000)
$4=0 (step enable invert, bool)
$5=0 (limit pins invert, bool)
$6=0 (probe pin invert, bool)
$10=3 (status report mask:00000011)
$11=0.050 (junction deviation, mm)
$12=0.025 (arc tolerance, mm)
$13=0 (report inches, bool)
$14=1 (auto start, bool)
$20=0 (soft limits, bool)
$21=0 (hard limits, bool)
$22=0 (homing cycle, bool)
$23=0 (homing dir invert mask:00000000)
$24=25.000 (homing feed, mm/min)
$25=250.000 (homing seek, mm/min)
$26=250 (homing debounce, msec)
$27=1.000 (homing pull-off, mm)
$100=40.020 (x, step/mm)
$101=40.020 (y, step/mm)
$102=320.000 (z, step/mm)
$110=1500.000 (x max rate, mm/min)
$111=1500.000 (y max rate, mm/min)
$112=250.000 (z max rate, mm/min)
$120=50.000 (x accel, mm/sec^2)
$121=50.000 (y accel, mm/sec^2)
$122=50.000 (z accel, mm/sec^2)
$130=280.000 (x max travel, mm)
$131=280.000 (y max travel, mm)
$132=280.000 (z max travel, mm)