Hello Guest it is March 28, 2024, 07:30:48 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Tom1s

Pages: 1
1
G-Code, CAD, and CAM discussions / A-axis & Z-axis grinding
« on: May 30, 2017, 03:03:39 PM »
Hello

We have camshaft grinder with CSMIO & DELTA servos & mach3.

Problem is that I need more tips to have A axis smooth with Z. I heard that 13rpm could be the limit to have smooth movement.

I have tuned x&Z axis to 2000steps per mm velocity 5000 and accel 1500. A axis 333.333 steps per deg and vel 25000 accel very high. Axes are very fast with jogging. Tried that use radius for feedrate option. Feedrate i tried something like 20000 but when running feedrate fluctuates all the time and A axle jerks.Best feedrate is couple of hundred.
 So I now my gcode sucks but how I change it? s

We probed the camshaft 0-360deg with 0.2deg resolution. Then tried to make layers(0.2mm) to achieve the "bulk" camshaft.
I am now also trying to check the point cloud with cloudcompare&bobcad to have real gcode...
One way could be to make script that contains the probed shaft gcode and then we just call it with offset? VB script cannot take this much lines i guess.
So this code is not working:
A0 0
A0.2 Z-0.1
A0.4 Z-0.2
..
A360 Z0
.....
...
A0 -Z15.22
A0.2 -Z15.25

This is not better:
A0 F20000
Z-15.050 F1000
A0.2 F20000
Z-15.100 F1000
A0.4 F20000
.....



2
General Mach Discussion / Mach3 with kisslicer (3d printing)
« on: February 05, 2014, 11:00:52 AM »
Hi

I am trying to get dual extruder working nicely with mach3. I made work offset so that when switching to another extruder it applys offset. Thats ok.

 Now I would need to the extruder to suck filament for about 6mm when switching extruder. But how? A and B "channels"  values are increasing all the time when printing.

So how I make for example A channel value 6mm smaller when changing to B and then add 6mm back to the value when changing back to A?



Pages: 1