--
Â
Â
I get an ok back, I'll try G1 as well next time.
Cheers,
Matt
--
--
You received this message because you are subscribed to the Google Groups "Smoothieware Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smoothieware-sup...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Â
Â
If I may expound from my experience with cnc? G0, G1, G2, and g3 are modal interpolation moves. On the cnc controllers I've used you have to have a feed rate at some point in the program for everything but G0. G1 is linear, g2 is clockwise, g3 is counter-clockwise, and g0 is linear rapid. g91 is relative to the coordinate system zero and g90 is absolute. On some machines simultaneous axis movement (3 or more) is an upgrade that the boss has to pay the machine manufacturer to unlock. So, assuming your machine has the travel to make the move, you could type g0 g91 x20. y20. z20. which would cause it to travel at maximum feedrate to x+20 units, y+20 units, and z+20 units relative to it's current position. All machines I've worked with use trailing zeros so if you don't include a period after the units in the code, 20 would be 20 of the smallest units the machine can move i.e. 20 ten-thousandths of an inch or .002" Hope this helps at least THAT issue
--
You received this message because you are subscribed to the Google Groups "Smoothieware Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smoothieware-sup...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Â
Â
Hi !
There are plenty of free pins. One connector is specifically pins broken out just to add a 5th driver, but you can pretty easily add a 6th and a 7th, no problem.
Cheers.
2013/2/3 joseph perry <cnc...@gmail.com>Thanks Matthew. I hope you post your findings because I'm hoping there are enough pins to implement a fifth axis on this rev of the smoothie! ;-)
Take care buddy,joe
On Sunday, February 3, 2013 5:56:22 AM UTC-8, Matthew Green wrote:No problem, it's always nice to be able to delve into a bit of detail on a new subject :-)Right now I'm just trying to get all the motors movingin an expected way, I'm going to be checking all of the smoothie pinouts tonight as per Arthur's recommendation and hopefully that'll fix it :-)Cheers,Matt
On Wednesday, 30 January 2013 08:09:29 UTC, joseph perry wrote:Lol Arthur. My references are in my head built up over the last 25 years using gcode. I'm embarrassed to admit that I really don't know of any links to references. Lol. I've never been asked that before. Leave it to Wikipedia to explain something ad nauseam ;) Good link by the way. I had to look in my machinist handbook today to see for myself where gcode even came from. I like bobc's explanation of the differences between what I use in the industry versus what to expect from reprap firmware. In light of those differences my advice for Matthew on gcode could quite possibly be in error. Sorry Matthew!
On Tuesday, January 29, 2013 5:36:33 AM UTC-8, Arthur Wolf wrote:
--
Courage et bonne humeur.
Â
Â
--
Courage et bonne humeur.