Hello everybody,
Im Matej and Im new here. I have the controller for two weeks and now that I figured it out and set up my new machine up, so everything runs smooth, it was time to cut some metal.
In short, Im using Fusion 360 to generate Gcode and I have servos on my machine. Machine is router, but build as more as a gantry mill, so very stiff costruction, point of making was aimed especially at high speed machining.
So up to now everything as planned, but since my first cut, nothing but dissapointment. Machine runs very "jerky" to say the least, and I have tried everything with messing with parameters on CV.
Also, Ive read that uccnc has problems with arcs, Ive posted files with poits only, and maybe just a little improvement, but still no luck getting smooth motion.
Since I have had some expirience with motion controllers and also MACH, I cannot understand what is the deal here. Im probably doing something wrong, but cannot figure it out.
So, please, please help. I would already need this machine cutting, so Im willing to try just about anything.
Im pasting part of the, code, if anybody is willing to look at it I would highly appriciate it.
(1001)
(T6 D=6. CR=0. - ZMIN=-10.5 - flat end mill)
(T10 D=20. CR=0.5 - ZMIN=-0.5 - bullnose end mill)
(T11 D=6. CR=0. TAPER=45deg - ZMIN=-1.7 - chamfer mill)
N10 G90
N11 G0 G53 Z0.
(Adaptive1)
N12 T6 M6 (flat end mill D=6.)
N13 S15916 M3
N14 G64
N15 G55
N16 M7
N17 G43 H6
N18 G0 X-4.34 Y45.382
N19 Z15.
N20 Z-9.099
N21 G1 Z-9.699 F3000
N22 X-4.326 Y45.357 Z-9.884
N23 X-4.283 Y45.283 Z-10.052
N24 X-4.216 Y45.169 Z-10.184
N25 X-4.132 Y45.024 Z-10.27
N26 X-4.039 Y44.864 Z-10.299
N27 X-3.451 Y43.932
N28 X-2.797 Y43.045
N29 X-2.082 Y42.207
N30 X-2.053 Y42.178 F2700
N31 X-0.763 Y42.313 F3000
N32 X0.532 Y42.373
N33 X3.126 Y42.413
N34 X5.721 Y42.416
N35 X8.315 Y42.42
N36 X45.284
N37 X45.932 Y42.402
N38 X46.557 Y42.227
N39 X46.803 Y42.109
N40 X47.061 Y42.017
N41 X47.446 Y41.849
N42 X47.808 Y41.635
N43 X48.141 Y41.378
N44 X48.43 Y41.078
N45 X48.68 Y40.745
N46 X48.862 Y40.416
N47 X48.983 Y40.152
N48 X49.072 Y39.876
N49 X49.157 Y39.516
N50 X49.174 Y39.336
N51 X49.27 Y38.695
N52 X49.367 Y37.076
N53 X49.399 Y35.455
N54 X49.418 Y28.97
N55 X49.419 Y1.73
N56 X49.404 Y1.081
N57 X49.233 Y0.456
N58 X49.076 Y0.116
N59 X48.954 Y-0.237
N60 X48.862 Y-0.416
N61 X48.68 Y-0.744
N62 X48.425 Y-1.085
N63 X48.127 Y-1.388
N64 X47.79 Y-1.648
N65 X47.421 Y-1.858
N66 X47.157 Y-1.981
N67 X46.881 Y-2.073
N68 X46.521 Y-2.153
N69 X45.603 Y-2.268
N70 X44.681 Y-2.341
N71 X43.757 Y-2.374
N72 X41.163 Y-2.414
N73 X38.569 Y-2.416
N74 X35.974 Y-2.42
...and so on....
Best regards, Matej