CNC router, benchtop (SIENCI LongMill) ID:143: Difference between revisions

add troubleshooting
(add troubleshooting)
 
(2 intermediate revisions by one other user not shown)
Line 14: Line 14:
}}<br />
}}<br />


==Update: (10/21/2022)==
=== Log ===
 
==== Update: (10/21/2022) ====
The LongMill has been installed on the shelf in the "Large Projects" area, along side of the MiniCNC.
The LongMill has been installed on the shelf in the "Large Projects" area, along side of the MiniCNC.
===Machine Overview===
===Machine Overview===
This is a SIENCI (pronounced "CNC") Labs LongMill ( See https://sienci.com/product/longmill/ ) with the short rails.  The web page says it is 12"x12" but in fact it is more like 10"x13".
This is a SIENCI (pronounced "CNC") Labs LongMill ( See https://sienci.com/product/longmill/ ) with the short rails.  The web page says it is 12"x12" but in fact it is more like 10"x13".


The controller is an Arduino running GRBL. <br />There is a ton of valuable reference material on their "Resources" website.  See -> https://resources.sienci.com/view/lm-welcome/
The controller is an Arduino running GRBL.  
 
There is a ton of valuable reference material on their "Resources" website.  See -> https://resources.sienci.com/view/lm-welcome/
 
For technical Details see https://resources.sienci.com/view/lm-longboard-documentation/


'''Bed size''': 250mm x 340mm (10"x 13").  The Z travel is 105mm.  The clearance below the gantry is also about 105mm so this is the thickest material that could be mounted, although the router can be adjusted higher if the material has the right shape to clear the gantry. There is about a 60mm offset from the gantry to the router bit (in the Y axis) that could be used for taller pieces.
'''Bed size''': 250mm x 340mm (10"x 13").  The Z travel is 105mm.  The clearance below the gantry is also about 105mm so this is the thickest material that could be mounted, although the router can be adjusted higher if the material has the right shape to clear the gantry. There is about a 60mm offset from the gantry to the router bit (in the Y axis) that could be used for taller pieces.
Line 29: Line 35:
'''Machine Control:''' GRBL on a SIENCI Milling Labs LONGBOARD Controller.     
'''Machine Control:''' GRBL on a SIENCI Milling Labs LONGBOARD Controller.     


'''User Interface:''' The Raspberry PI that was originally installed has been replaced with a faster and more robust "nanoPC" (model nT-A3800) connected to the Controller via USB.  It has [https://resources.sienci.com/view/gs-installation/ GSender], [https://winder.github.io/ugs_website/ Universal G-Code Sender (UGCS)]as well as [https://github.com/vlachoudis/bCNC bCNC] installed.   
'''User Interface:''' The PC that is being used is a "nanoPC" (model nT-A3800) connected to the Controller via USB.  It has [https://resources.sienci.com/view/gs-installation/ GSender], [https://winder.github.io/ugs_website/ Universal G-Code Sender (UGCS)]as well as [https://github.com/vlachoudis/bCNC bCNC] and [https://software.openbuilds.com/ OpenBuilds Control] installed.  If this is intimidating our you have your own software, feel free to supply your one laptop if you wish.   


'''PC Login''': The Debian logon on is automatic on startup, so you do not need to log on. But if you need it for any reason, it is protospace/protospace.   
'''PC Login''': The Debian logon on is automatic on startup, so you do not need to log on. But if you need it for any reason, it is protospace/protospace.   
Line 103: Line 109:
*[https://www.youtube.com/watch?v=iqnvzxuXFTQ Fusion 360 CAM tutorial for CNC beginners - Making "Kevin" -> https://www.youtube.com/watch?v=iqnvzxuXFTQ]
*[https://www.youtube.com/watch?v=iqnvzxuXFTQ Fusion 360 CAM tutorial for CNC beginners - Making "Kevin" -> https://www.youtube.com/watch?v=iqnvzxuXFTQ]
*[https://www.youtube.com/channel/UCQffithtlX96uayLQ4fQlFg Bucky's Customs YouTube Channel (Lots of LongMill how to video's)  --> https://www.youtube.com/channel/UCQffithtlX96uayLQ4fQlFg]
*[https://www.youtube.com/channel/UCQffithtlX96uayLQ4fQlFg Bucky's Customs YouTube Channel (Lots of LongMill how to video's)  --> https://www.youtube.com/channel/UCQffithtlX96uayLQ4fQlFg]
*
 
== Troubleshooting ==
 
====== CNC starts moving but then randomly stops ======
Make sure you exported the G-code for "grbl".
 
<hr>
<hr>
===Planned Updates===
===Planned Updates===