Difference between revisions of "Shopbot"

From MakeICT Wiki
Jump to navigationJump to search
Line 11: Line 11:
  
 
==Problems==
 
==Problems==
One problem that has been encountered is that due to trying to keep the feed rate up, the motion planner will cut some corners. To prevent this add the line to your program: "G64 P0.001". This will tell it to keep deviations to less than 0.001 units (mm or in), while still attempting to keep the speed up as much as possible.  
+
One problem that has been encountered is that due to trying to keep the feed rate up, the motion planner will cut some corners. To prevent this add the line to your program: "G64 P0.001". This will tell it to keep deviations to less than 0.001 units (mm or in), while still attempting to keep the speed up as much as possible. You can use a higher value if you want to. See here for a more complete discussion as to why that happens: http://linuxcnc.org/docs/2.6/html/common/User_Concepts.html
  
 
==Contacts==
 
==Contacts==

Revision as of 18:18, 5 October 2016

Shopbot alpha 4x8.jpg

The shopbot is a wood CNC router in the woodshop. Classes are in the process of being designed.

Software

There are several ways to generate the g-code required for LinuxCNC to use the shopbot.

For very simple applications: http://easel.inventables.com/

For more advanced: http://www.autodesk.com/products/fusion-360/overview

Problems

One problem that has been encountered is that due to trying to keep the feed rate up, the motion planner will cut some corners. To prevent this add the line to your program: "G64 P0.001". This will tell it to keep deviations to less than 0.001 units (mm or in), while still attempting to keep the speed up as much as possible. You can use a higher value if you want to. See here for a more complete discussion as to why that happens: http://linuxcnc.org/docs/2.6/html/common/User_Concepts.html

Contacts