Home › Forums › TinyG › TinyG Feature Requests › TinyG on Duemilanove
- This topic has 9 replies, 3 voices, and was last updated 12 years, 3 months ago by Riley.
-
AuthorPosts
-
February 12, 2012 at 12:29 am #1055kkannanMember
Hi All,
This is something i have been searching for a long, a small CNC controller with rotary axis support. I already have repRap on Duemilanove board for 2D profile cutting, but now i need one rotary axis. I would love to buy TinyG with 4 motor drivers and a controller pre programmed. But in India no sites are carrying them yet and all I can buy now is Uno, Mega etc.
So can I get the code and upload it to one of my Duemilanove with Atmel 328 ? Any help is appreciated.
February 12, 2012 at 9:07 am #1056aldenMemberThanks for the note. The TinyG code base is open source and available on github under synthetos/tinyg. But it’s not really possible to port the TinyG code base to an arduino as the chip is different and the program takes more memory than the atmega328p on the Duemilanova has.
We ship TinyG internationally, so India should be no problem. Just place an order on the store. Look under the header on the synthetos.com main site.
February 12, 2012 at 10:29 pm #1057kkannanMemberThanks for the quick response, and yes i suspected it may not be possible to flash it to 328 straight away.
Do you accept debit cards in INR? or should i need international credit card? If so I’ll ask my friend in US to place an order and use a different shipping address.
February 16, 2012 at 8:20 pm #1058aldenMemberSorry for the delayed response. You can just use paypal on the store and we can ship to India.
February 19, 2012 at 11:25 pm #1059kkannanMemberNo problem, I’ve asked my friend to get one and ship it. Thanks.
August 9, 2012 at 8:16 am #3415kkannanMemberGot the boards finally, it works like a charm. Never used a microstep controller and it is pleasure to hear.
I’ve been playing with 2 motors and noticed few things like newly set parameters doesn’t come to effect immediately. I’ll test a little more and come up with some questions 🙂August 9, 2012 at 11:25 am #3417RileyKeymasterkkannan,
Yes, some settings do not take affect. Â In fact Alden and I were just talking about one of those 2 days ago. Â The pm (power management mode) will not be “applied” until a move is issued. Â We are going to be changing this one to apply right away. Â If you find some other that you think should also be applied right away toss them up in a reply and we can take a look at them.
ril3y
August 11, 2012 at 3:45 am #3419kkannanMemberI think $xfr,$xvm (maybe $yfr etc. also) and $1tr doesn’t come to effect immediately, however if i flip the $1mi to 1 and back to 8 then all the newly parameters reflect in the settings. I intend to use this board for tube cutting machine and that requires $1tr changed to different values as the tube to be cut varies in diameter while other axis remain fixed.
Thanks
- This reply was modified 12 years, 3 months ago by kkannan.
August 11, 2012 at 1:04 pm #3421aldenMemberI’m not in a position to test this for a week or so, but changing the feed rate, velocity max and travel per revolution ($1tr) should be reflected in the next $ display command (e.g. $x). At least, that’s the way it’s always worked for me. These commands (and all others) should be issued when no Gcode is running, so they take effect on the next Gcode command.
The only command I’m aware of that needs to be effected immediately (i.e. before the next Gcode command is received) is the power mode (pm) because if the steppers are drawing power without movement you want to be able to stop that without waiting. Â I don’t actually see this as a major issue, but it would be nice if it took effect immediately.
Correct me if I’ve got this wrong or you have another opinion.
Alden
August 12, 2012 at 3:49 pm #3422RileyKeymasterIt seems to work for me:
$1tr
[1tr] m1_travel_per_revolution 1.800 mm
tinyg[mm] ok> tinyg[mm] ok> $1tr=1.25
[1tr] m1_travel_per_revolution 1.250 mmtinyg[mm] ok> tinyg[mm] ok> $1tr
[1tr] m1_travel_per_revolution 1.250 mmHow is it behaving for you? Â Or more specifically why do you think it is not taking affect instantly?
Thanks!
Riley
-
AuthorPosts
- You must be logged in to reply to this topic.