DIY csCNC – 8 (PC softwares)

This is Just a follow  up post of my csCNC ver 1.0.  to warm up my hand after a long idle time in this blog.

After building hardware, I searched for available software options for running G-code, CAM jobs in PC. Options are the same as hardware. It must be free or opensource and also not a complex one. In short, I selected the following options.

SketchUp (Formerly from Google) 2D and 3D drawing software for drawing/cutting wood, plastic materials

Inkscape (open source vector drawing tool) for drawing vector image of bitmap image to vector converting

Eagle (Schematic and PCB designer, limitted but value worth free version available) my fav schematic and PCB tool

HeeksCNC (CAD/CAM software, opensource, but not free, for only £10, a bit confused 🙂 , source code is opensource and final application is not free. There is also trial version here. ) for converting drawing to G-code

OpenSCAM (opensource CAM simulation tool) for viewing and simulation g-code

Grbl Controller 3.0 (Gcode sender for Grbl) to send GCode to CNC machines

There are some important issue tips on using Grbl v0.9i with Grbl Controller 3.0.

  • At the first run, try to move Z first with axis control buttons. It will set feed rate first. If you jogs X,Y axis first, grbl will show “error:Undefined feed rate” error message. Grbl wiki said “Older Grbl versions had a default feed rate setting, which was illegal and was removed in Grbl v0.9.”.
  • Try soft-reset “$X” and try “$H” for homing. Home button from GUI is will not work after the first homing cycle is finished.

 

1# The first test was simple letter test. Draw some English and ျမန္မာ (this mean Myanmar ) in Inkscape. Save in “.dxf” format.

CNC_inkscape

 

2# Convert “dxf” file  to G-code by HeeksCNC.

2015-07-17_133752

3# Simulated the G-code file and tool path with openSCAM.

2015-07-17_132658

4# After simulation result is satisfied, then run actual job with Grbl Controller + csCNC.

2015-07-18_202733

Small one, csCNC is moving !!!

DIY_CNC_TestRun (7)

 

The first result is not bad at all.

Ready for next test.

DIY csCNC – 7 (Spindle, Autolevel and Milling Test)

Spindle needs a lot of power and speed. But I have very limited resourced. First, I considered DIY style spindle but I cannot source right bearings and chuck or tool holder. So, I tried to use some small rotatory tools, PCB drill.

Some problems solved are:

  • CNC stopped with limit switch errors in a few minutes and after started milling. I checked limit switches and used a lot of methods such as filters, shield and cables but it didn’t work. I measured spindle motor’s power line (it is 12V DC ) and noticed some spikes. So, I replaced stocked 12V DC power supply with a good old quality power supply and the errors gone.
  • I know why everybody is talking about bed leveling. My first test did’t went well. I checked later that leveling error is about 2 mm from edge to edge of the bed 😦 .  Some said http://chilipeppr.com/tinyg but I preferred stand alone program and this worked fine.

https://github.com/martin2250/GrblHeightProbe2

  • The only problem is I used WinXP and the program required .net ver 4.5 and this version didn’t support WinXP. So, I forked and recompiled with .net version 3.5 and Visual Studio Express 2012 to support WinXP.

DSCN7751

DSCN7752

DSCN7753

Unfortunately, they cannot do the jobs well. Seem RPM is low and tool holders is vibrated a bit.  So, I tried small rotatory tool and it does the job for the first time.

DSCN7755

DSCN7756

I did some tests for 1 mil , 2 mils and 4 mils PCB tracks. The result is not so bad for the first run.

DSCN7760

I don’t have proper CNC bits and waiting for the ordered bits for now. I will write a post about some final touch and tips and also about PC software soon.

DIY csCNC – 6 (Test running some jobs)

When Arduino meets PIC, csCNC was born. Before milling, I tested some jobs, text, drawing and also a sketch. See the video of csCNC drawing a sketch.

This is my DIY CNC machine which built for hobby and personal tool need. The designe is inspired by many CNC machines arround the net and used opensource Arduino based CNC controller name “grbl” and PIC based motor controller named “Linistepper”.   I use GRBL Controller 3.0 for PC software  and it worked well for the first run without tweaking too much.

After connecting everything, it is time to test some jobs.

  • Do you know who? 🙂
  • Ready to run

DIY_CNC_TestRun (2)

  • some test  run for text and Myanmar font

DIY_CNC_TestRun (1)

aung_san_suu_kyi_by_k_hots-d4hbrq1

  • Drawn by CNC

dassk_cnc

Results are not bad for first movement test. Next step is milling test.

Oakkar7

 

DIY csCNC – 5 (Connecting all, Grbl, Linistepper & Limit switches)

After pre-configuring grbl, time to assemble everything for the first test run. Here is my connection diagram for csCNC. Ref : grbl/wiki

https://github.com/grbl/grbl/wiki/Connecting-Grbl

My GRBL CNC Connection
My GRBL CNC Connection

1# assembled everything on board,

DIY_CNC_grbl_linisteppers (1)

2# Added face plates and Grbl reset, Feed/Hold, Cycle/Resume, Power switch, LEDs, USB port and also a back plate with DB-9 connectors for steppers, 12V terminal for spinner, fuse house, limit switches female jacks

DIY_CNC_grbl_linisteppers (3)

 

3# Installed simple 12V/3A power supply with 220V/12V transformer and 7805 regulator for 5V supply.

DIY_CNC_grbl_linisteppers (4)

4# installed limit switches, wiring everything.

DIY_CNC_LimitSwitches (6)
X axis Limit Switch
DIY_CNC_LimitSwitches (4)
Y axis Limit Switch
DIY_CNC_LimitSwitches (2)
Z axis Limit Switches

Done! ready for test jogs.

DIY_CNC_TestRun (2)
DIY cs CNC and Grbl + Linistepper Controllers

DIY csCNC Controller – 4 (Grbl Config)

I have some experience in Mach3 CNC software in past. I love this software and the simple setup of Mach3 liked CNC controller software. Actually, it combines half of CNC and stepper controller functions in PC software. Even and old PC can be the best choice for this option. But there is one drawback or limitation in this, LPT port. Most of these software use LPT port for interfacing with stepper and CNC. Most modern PC no longer used LPT. Actually, I have some old laptop and PC with LPT builtin. But  I like to search the net for better option.

Yes, there must be two important things for me, must be free, opensource and simple.

After reading many DIY CNC build logs, I choose Grbl controller with DIY arduino board. For stepper, I already built Linistepper controllers.

GitHub Logo

From Grbl Wiki,

“Grbl is a free, open source, high performance software for controlling the motion of machines that move, that make things, or that make things move, and will run on a straight Arduino. If the maker movement was an industry, Grbl would be the industry standard.”

Thanks Grbl buys for developing such simple/effective controller.

It is time to assemble main controller after finishing DIY Arduino and stepper controller boards a few weeks ago. There are some tasks.

  1. Flashing Arduino with grbl firmware
  2. Configuring Grbl for my CNC machine
  3. Connecting Grbl with stepper controllers and CNC

1# The first test is to flash DIY Arduino board with “Grbl”. It is straight forward. Wiki is your help. Another helpful source is “Shapeoko”, fully opensource and commercial CNC wiki.

https://github.com/grbl/grbl/wiki/

https://github.com/grbl/grbl/wiki/Flashing-Grbl-to-an-Arduino

http://www.shapeoko.com/wiki/index.php/Grbl

I used Xloader and flashing done after minutes. I used V0.9i version.

DIY_CNC_grbl (2)

After flashing the Grbl firmware, I connected with 115200 baud rate and hit enter key. I saw Grbl version and some message. Grbl is alive.

DIY_CNC_grbl (3)

2# Configuring Grbl

I used last updated Grbl 0.9i version. This version is a bit different from old versions. Most of 0.9 user face difficulties in using this. And version 9.0x also has some issues with PC side software in some case. But, I choose this version 0.9i for testing some advanced features.

  • Default serial baudrate is now 115200! (Up from 9600)
  • Full Limit and Control Pin Configurability
  • Soft Limits
  • Probins
  • Compile-able via Arduino IDE!

2.1# Type “$” for help and “$$” for default configuration.

DIY_CNC_grbl (1)

Here is grbl default config. Before starting, check a look grbl wiki for how thing are sorted.

$0=10 (step pulse, usec)
$1=25 (step idle delay, msec)
$2=0 (step port invert mask:00000000)
$3=6 (dir port invert mask:00000110)
$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)
$20=0 (soft limits, bool)
$21=0 (hard limits, bool)
$22=0 (homing cycle, bool)
$23=1 (homing dir invert mask:00000001)
$24=50.000 (homing feed, mm/min)
$25=635.000 (homing seek, mm/min)
$26=250 (homing debounce, msec)
$27=1.000 (homing pull-off, mm)
$100=314.961 (x, step/mm)
$101=314.961 (y, step/mm)
$102=314.961 (z, step/mm)
$110=635.000 (x max rate, mm/min)
$111=635.000 (y max rate, mm/min)
$112=635.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=225.000 (x max travel, mm)
$131=125.000 (y max travel, mm)
$132=170.000 (z max travel, mm)

# Important, you need to noted these before configuring grbl.

  • Your stepper controller, step pulse duration. If not sure, use default value, 10 us and trial and error method. (My Linistepper min step pulse is 3 us, so 10 us is fine for me)
  • X,Y,Z stepper motors step/revolution (eg: 200 steps/rev for my stepper specs)
  • Microstepping, half step or full step configuration for stepper motor controller ( I choose 6th microstep for my linisteppers )
  • X,Y, Z Lead screw’s pitch, turn/mm
  • X,Y,Z axis maximum travel distance Not your bed or axis dimension, how much your axis actually moved. (Mine is X=160 mm , Y = 160 mm and Z = 55 mm)
  • Have  you use limit switches for homing and max limits of each axis? Some very small CNC machine may not use limit switches but strongly recommended to use in most case. It will convenience and protect crashing your machine. I used 2 x limit switches for each axis, total six, used for both max limit and homing.

# Some parameters should be configured after you connect grbl with steppers controllers and CNC. For example, axis direction should be configure after the first test run. After you test move one axis, if you check and want to reverse, simple configure this option at that time. I also noted these configs as post configurations.

2.2# OK, configuring parameters is simple. You can use any serial Terminal software like putty. I use RealTerm, my fav serial Terminal software. Type the parameter and value exactly, press Enter and grbl will save the new value in EEPROM instantly.

For example, to configure new step pulse value 3 us, just type in and press Enter this.

$1=3

Sample screen shoot from RealTerm.
grbl_config3
Just sample screen shoot for putty. Type in at the terminal window.
grbl_config2

2.3# Axis Direction ($3)

#(This should be a post configuration after finishing connection with CNC hardware)

There are many explanations in many forums. I want is simple. Just drive test my X, Y, Z motor after finish all config. I checked my Z axis direction is wrong Up and Down. I just set the Z-axis dir invert bit as “1”. You need to set only 3 bits, LSB is for X axis. Second LSB bit is for Y. Third LSB bit for Z. In my case, I want to invert Z direction only and mask in binary is “00000100” and “4” in decimal. So, the config is like this.

$3=4

2.4# Homing Config

Arr, homing in grbl is a bit confusing thing. I notice many people troubled in this.

OK, first thing first. I used limit switches and homing. So, pre-configure these two first.

$21=1
$22=1

#This is also a post config.  Then check your homing direction by entering “$H” command after you finished connection with CNC machine. Like axis dir inverse mask, if your homing direction of XYZ axis is wrong, just SET inverse mask bit. That all. I checked later that my X,Y axis homing directions are wrong. So, I set the bits for XY and my mask is “00000011” and in decimal, it is “3”.

$23=3

# Again, it should be also post config.  Homing feed rate and seek rate. It is the most confusing part in Grbl. Grbl homing cycle always take two steps, seeking and feeding. First, it drives the axis with faster seek rate (in default $25=635.000 (homing seek, mm/min, mine is 250 mm/min). So, the axis drive to limit switch very fast in first seek cycle. Be aware, if seeking rate is too him your stepper will not move and stalled, start with 250 and increase until the highest speed.  When the axis hit limit switch, it back-off a few mm until release the switch (in default 1 mm, $27=1.000 (homing pull-off, mm), mine is 3 mm). After the switch is released, the axis drive forward again with slower rate to determine the exact position of limit switch trigger ($24=50.000 (homing feed, mm/min), in most case, default is fine). After limit switch is triggered again, homing for this axis is finished.

Here is my homing seek,feed and pull-off configs. Also see the fig for homing cycle.

$24=25.000
$25=250.000
...
$27=3.000

2.5# 2.5# Axis Step per Milimeter
This is configured how many steps needs for axis driver to drive 1 mm distance. There is a formula in grbl wiki.

steps_per_mm = (steps_per_revolution*microsteps)/mm_per_rev

Here is my driver config,

Step/Rev =200

Microstep = 6

mm/rev = 1.2876

Then, Step/mm = (200×6)/1.2876 = 931.966  ( 3 digits and 3 decimal place format)

Then, configured for grbl

$100=931.966
$101=931.966
$102=931.966

2.6# Last, Max travel distance for ZYZ Axis

Just need to configure the max movable distance for all axis. Need to measure your axis movement carefully. My config is as follows.

$130=160.000
$131=160.000
$132=55.000

Finally, here is my Grbl config. I used limit switches and homing. The rest are left in default.

$0=10 (step pulse, usec)
...
$3=4 (dir port invert mask:00000100)
...
...
$21=1 (hard limits, bool)
$22=1 (homing cycle, bool)
$23=3 (homing dir invert mask:00000011)
$24=25.000 (homing feed, mm/min)
$25=250.000 (homing seek, mm/min)
...
$27=3.000 (homing pull-off, mm)
$100=931.966 (x, step/mm)
$101=931.966 (y, step/mm)
$102=931.966 (z, step/mm)
$110=300.000 (x max rate, mm/min)
$111=300.000 (y max rate, mm/min)
$112=300.000 (z max rate, mm/min)
...
$130=160.000 (x max travel, mm)
$131=160.000 (y max travel, mm)
$132=55.000 (z max travel, mm)

Next part is assembling and connecting all together.
Oakkar7
okelectronic.wordpress.com

DIY csCNC Controller – 3 (DIY Arduino Board and Programming with BusPirate)

For CNC controller, we have two choices, PC or dedicated controller card. Most DIY designs use Mach-3 or LinuxCNC. They use LPT port for interfacing and PC side software take care of everything. The problem is that LPT port is not an option today PC even for a bit outdated one. I searched for opensource CNC controller with simple, cheap, DIY friendly building solution 🙂 . Most are not meet up for me.

Finally, I keep my eye on Grbl.

https://github.com/grbl/grbl

https://github.com/grbl/grbl/wiki

– It is opensource, Arduino base, quoted from Grbl wiki

“Makers who do milling and need a nice, simple controller for their system that will run the ubiquitous Arduino Uno. People who loathe to clutter their space with legacy PC-towers just for the parallel-port. Tinkerers who need a controller written in tidy, modular C as a basis for their project.”

I am a PIC guy but the simplicity and rich full featured lib and software support of Arduino swayed my mind. Every programming language and platform has it’s learning curve but Arduino is not. If you have experience on any microcontroller paltform, you can build it up Arduino within a few hours.

In short, I built my own Arduino board (based on UNO core). I don’t want to scarified my  Arduino board in CNC project and want to save a few bucks and also wanna to have fun.

1# Started using a perfboard, a ATMEGA328P, crystal, some capacitor and resistor, headers, pin base and some jumper wires and also FTDI FT232 board.

Started with basic design, I omitted power supply parts. Here is my basic sketch schematic.

MY_DIY_Arduino-Circuit

DIY-Arduino-Hardware (1) DIY-Arduino-Hardware (2)

2# Soldered headers, LED at PIN-13 and Reset switch. Also a header for FTDI board, external power connector, jumper for USB power, Power LED, pulled up resistors for SDA and SCL are soldered. Dont forget FTDI-DTR pin to connect RESET pin of ATMEGA328. If not, you cannot program Arduino.

DIY-Arduino-Hardware (5)

DIY-Arduino-Hardware (6)

3# The back side or perfboard PCB.

DIY-Arduino-Hardware (7)

After building the board, I have to program the ATMEGA328 with bootloader. The procedure is simple but I need a programmer for this. There are some alternative methods for burning bootloader to Arduino.

– http://www.arduino.cc/en/Tutorial/ArduinoToBreadboard

– https://learn.adafruit.com/arduino-tips-tricks-and-techniques/arduinoisp

– https://learn.sparkfun.com/tutorials/installing-an-arduino-bootloader

I picked my buspirate and follow the procedure from this blog. Thanks, BP support as AVR programmer.

http://blog.allthingsgeek.com/article/index/index/id/27

http://dangerousprototypes.com/docs/Bus_Pirate_AVR_Programming

1# Connected the Arduino board and Buspirate .

buspirate-AVR_Programmer

DIY-Arduino-Buspirate

2# Download “optiboot-master” from Arduino source.  Installed WinAVR for AVRdude programmer support for Windows.

https://github.com/Optiboot/optiboot

http://winavr.sourceforge.net/download.html

According to Eric’s blog post, I created a .bat file for easy programming.

PAUSE
avrdude -c buspirate -p m328p -P COM7 -U lock:w:0x3f:m
avrdude -c buspirate -p m328p -P COM7 -U efuse:w:0x05:m -U hfuse:w:0xD2:m -U lfuse:w:0xFF:m -U flash:w:optiboot_atmega328.hex -U lock:w:0x0F:m
PAUSE

3# Then, simply run in command line, waited for 10 mins (yes, it is a bit slow) and the job was done.

DIY-Arduino-Firmware (8) DIY-Arduino-Firmware (9)

DIY-Arduino-Firmware (1)

4# Plug USB cable, just build a “blink” sketch and successfully upload and run. LED at PIN-13 is blinking successfully 😀 .

DIY-Arduino-Hardware (15)

Finished DIY Arduino board.

DIY-Arduino-Hardware (16)

5# Side by side with original Arduino.

DIY-Arduino-Hardware (17)

Last job is need to attach all and make the first run.

By Oakkar7

okelectronic.wordpress.com

DIY csCNC – 2 (Linistepper Driver and testing with Buspirate)

Since I started building DIY CNC, I checked the free, opensource motor controller. There are several alternatives. I chose linisteppr controller.

http://www.piclist.com/techref/io/stepper/linistep/index.htm

http://www.romanblack.com/lini.htm

  • – Simple and cheap (my first priority 🙂 ) and I can source required parts locally
  • –  microstepping, open design (Especially, it’s PIC16F628A based. I’m PIC guy and a lot 16F628A in my stock)

Build log is fast, simple and straight. I used a simple perfboard for faster development.

DIY-linistepper (1) DIY-linistepper (2)

 

After building the driver, I tested it with my buspirate using PWM function for generating stepping pulse. I started with 1kHz and increased to 4 kHz.

  • – Buspitrate GND and AUX pin were connected to driver STEP and GND pins
  • – For full step, motor was stalled at 1 kHz
  • – The motor is smoothly run at 1 kHz at half step and 6th microstepping
  • – The motor running faster and smoother at 4kHz for 16th microstepping
  • Need bigger heatsink or small fan, sa mention in linistepper page,it is hot a lot

linistepper-buspirate (2) linistepper-buspirate (3)

DIY-linistepper (4)

The next part is the CNC controller and software.

By Oakkar7

okelectronic.wordpress.com

 

DIY csCNC – 1 (Hardwares)

As mention is DIY Drill Press post, I started building a cheap&small CNC (aka) csCNC. My requirements are :

  • a small , table top CNC
  • Must be simple to build (No need special hardware and tools)
  • Must be cheap (My pocket is very limited)
  • capability of milling PCB, plastic, acrylic and wood.

After learning DIY build logs from internet, I chose Mantis 9.1 CNC techniques.

http://makeyourbot.wikidot.com/mantis9-1

  • I like building technique, its simple, fast and not required special tools
  • it is small and cheap but accuracy and performance is good

But, the parts and tools in my hand is very limited. I have only parts from old printers such as linear rods, rails , stepper motors and some hardware like nuts and bolts. So, I customized the design slightly depend on my requirements and handy parts.

I started the building since last April Thingyan holidays.

1# Designed the draft ,

2# Cut the materials for X,Y assemblies. I used plastic board for assemblies and Bamboo kitchen plate for base (my fav, it is heavy, flat and rigid).

DIY-csCNC_hardware (2) DIY-csCNC_hardware (3)

3# Drilled the base plates. I used sandwich drilling technique and use 90 degree L shape as drill guide. This method worked well. Drilled easily vertical and parallel holes for linear rails.

DIY-csCNC_hardware (4) DIY-csCNC_hardware (5) DIY-csCNC_hardware (6)

4# Used an old school technique, a paper and pencil to make a shape of motor mount. Marked and drilled the base plate for motor mount.

DIY-csCNC_hardware (8) DIY-csCNC_hardware (9)

 

5# Test assembled X table.

DIY-csCNC_hardware (10)

6# Cut the moving bed and glued with linear barring. Used small amount of super glue for keeping parts temporary. (Don’t use much super glue, it will prevent later use of AB glue).

DIY-csCNC_hardware (11) DIY-csCNC_hardware (12)

7# prepared Tap screw for linear slide nut. To prevent backlash, I used tapping with the same lead screw. Mantis 9.1 design used fixed nut with glue. For easy maintenance and replacement, I used an aluminium bracket to fixed the lead nut.

DIY-csCNC_hardware (13) DIY-csCNC_hardware (14) DIY-csCNC_hardware (16) DIY-csCNC_hardware (15)

DIY-csCNC_hardware (16)

8# Installed the lead screw and X motor. A small rubber pipe from Car tier inflation pump is used as coupler. Installed L shape brackets for fixing base plates.

DIY-csCNC_hardware (17) DIY-csCNC_hardware (18) DIY-csCNC_hardware (19)

 

9# Tested alignment of rails and moving bed by rotating the lead screw by hand. After this, all linear barrings and moving lead screw nut with AB glue.

DIY-csCNC_hardware (24) DIY-csCNC_hardware (25) DIY-csCNC_hardware (26)

10# Cut and prepared for Y axis base. Use the same technique for X axis. Y axis , lead screw, linear barrings, nut and motor mount are finished.

DIY-csCNC_hardware (27) DIY-csCNC_hardware (28) DIY-csCNC_hardware (29) DIY-csCNC_hardware (31) DIY-csCNC_hardware (32)

 

11# Designed and cut the fixed mount for Z axis.

DIY-csCNC_hardware (33) DIY-csCNC_hardware (34)

 

12# Finished for Z axis motor mount and lead screw coupling.

DIY-csCNC_hardware (38)

 

 

 

 

 

DIY-csCNC_hardware (35) DIY-csCNC_hardware (36)

13# Finished spindle mount and moving rails parts.

DIY-csCNC_hardware (37)

DIY-csCNC_hardware (39)

14# Fixed everything except spindle mount.

DIY-csCNC_hardware (40)

Next parts is electronics, controllers and motor parts. Stayed tuned.

By Oakkar7

okelectronic.wordpress.com