I probe 100 points, click the set zero button, move the tool so it touches the surface and set the z-coordinate to zero. Then I run the code.
--
You received this message because you are subscribed to the Google Groups "Cyclone PCB Factory" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cyclone-pcb-fac...@googlegroups.com.
To post to this group, send email to cyclone-p...@googlegroups.com.
Visit this group at https://groups.google.com/group/cyclone-pcb-factory.
To view this discussion on the web, visit https://groups.google.com/d/msgid/cyclone-pcb-factory/3b377649-42d8-4ecf-800d-8c60471d28cc%40googlegroups.com.
$0=10 (step pulse, usec)$1=255 (step idle delay, msec)$2=0 (step port invert mask:00000000)$3=4 (dir port invert mask:00000100)$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.020 (junction deviation, mm)$12=0.002 (arc tolerance, mm)$13=0 (report inches, bool)$14=1 (auto start, bool)$20=1 (soft limits, bool)$21=0 (hard limits, bool)$22=1 (homing cycle, bool)$23=3 (homing dir invert mask:00000011)$24=50.000 (homing feed, mm/min)$25=635.000 (homing seek, mm/min)$26=250 (homing debounce, msec)$27=0.000 (homing pull-off, mm)$100=2560.000 (x, step/mm)$101=2560.000 (y, step/mm)$102=4800.000 (z, step/mm)$110=300.000 (x max rate, mm/min)$111=300.000 (y max rate, mm/min)$112=150.000 (z max rate, mm/min)$120=16.000 (x accel, mm/sec^2)$121=16.000 (y accel, mm/sec^2)$122=16.000 (z accel, mm/sec^2)$130=160.000 (x max travel, mm)$131=101.000 (y max travel, mm)$132=50.000 (z max travel, mm)
--
You received this message because you are subscribed to the Google Groups "Cyclone PCB Factory" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cyclone-pcb-fac...@googlegroups.com.
To post to this group, send email to cyclone-p...@googlegroups.com.
Visit this group at https://groups.google.com/group/cyclone-pcb-factory.
To view this discussion on the web, visit https://groups.google.com/d/msgid/cyclone-pcb-factory/2b587b53-424e-42e0-8785-348e1d2a6aca%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Cyclone PCB Factory" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cyclone-pcb-fac...@googlegroups.com.
To post to this group, send an email to cyclone-p...@googlegroups.com.
Visit this group at https://groups.google.com/group/cyclone-pcb-factory.
To view this discussion on the web, visit https://groups.google.com/d/msgid/cyclone-pcb-factory/78539f2d-a044-4084-9303-55e13437fc0f%40googlegroups.com.
Sorry, just saw your latter message.Can you share one of the gcodes? I am not familiar with the output from eagle-pcb-gcode.
Here is a gcode that has been tested with the auto-leveling feature: https://raw.githubusercontent.com/carlosgs/OpenBinaural/master/Electronics/Gerber/FlatCAM_project/gcode/copper_0.3mm.gcode
On Wed, Jan 20, 2016 at 9:38 PM, Waxipedia <waxi...@gmail.com> wrote:
Tested with smaller and much simpler PCB design
Result: Machine moves to starting point. No error but no movement either.
Without autolevel everything works like expected.
Next I'll try another PCB to gcode converter tool.
--
You received this message because you are subscribed to the Google Groups "Cyclone PCB Factory" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cyclone-pcb-factory+unsub...@googlegroups.com.
Hi Carlos,your code works like a charm. So its definitely an issue with my gcode generator.Just created a perfect board with a smooth finish.Maybe this reference code should be posted on the cyclone project page.Thanks a lot
Am Mittwoch, 20. Januar 2016 23:47:33 UTC+1 schrieb Carlos Garcia Saura:
Sorry, just saw your latter message.Can you share one of the gcodes? I am not familiar with the output from eagle-pcb-gcode.
Here is a gcode that has been tested with the auto-leveling feature: https://raw.githubusercontent.com/carlosgs/OpenBinaural/master/Electronics/Gerber/FlatCAM_project/gcode/copper_0.3mm.gcode
On Wed, Jan 20, 2016 at 9:38 PM, Waxipedia <waxi...@gmail.com> wrote:
Tested with smaller and much simpler PCB design
Result: Machine moves to starting point. No error but no movement either.
Without autolevel everything works like expected.
Next I'll try another PCB to gcode converter tool.
--
You received this message because you are subscribed to the Google Groups "Cyclone PCB Factory" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cyclone-pcb-fac...@googlegroups.com.
To post to this group, send an email to cyclone-p...@googlegroups.com.
Visit this group at https://groups.google.com/group/cyclone-pcb-factory.
To view this discussion on the web, visit https://groups.google.com/d/msgid/cyclone-pcb-factory/78539f2d-a044-4084-9303-55e13437fc0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Cyclone PCB Factory" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cyclone-pcb-fac...@googlegroups.com.
To post to this group, send email to cyclone-p...@googlegroups.com.
Visit this group at https://groups.google.com/group/cyclone-pcb-factory.
To view this discussion on the web, visit https://groups.google.com/d/msgid/cyclone-pcb-factory/fc346604-a0c4-44d3-b2d9-8a57fa680ef0%40googlegroups.com.
The issue was an incorrect unit setting (metric <-> inches) in bCNC and in the gcode.GCode coordinates were in inches. But the gcode header declared a metric coordinate system. bCNC was set to inches, too. So display of gcode was ok. But after applying the auto correction to the gcode file the resulting coordinates lead to nirvana.
--
You received this message because you are subscribed to the Google Groups "Cyclone PCB Factory" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cyclone-pcb-fac...@googlegroups.com.
To post to this group, send email to cyclone-p...@googlegroups.com.
Visit this group at https://groups.google.com/group/cyclone-pcb-factory.
To view this discussion on the web, visit https://groups.google.com/d/msgid/cyclone-pcb-factory/4f56cbe6-6fe0-465f-91d9-fc0b0b58b788%40googlegroups.com.