I would like to try it (:
Thanks!
Sent from my iPhone using Tapatalk
Search found 58 matches
- Fri Aug 21, 2015 11:58 pm
- Forum: Member Projects
- Topic: S3 Electronics Enclosure
- Replies: 15
- Views: 4205
- Fri Aug 21, 2015 3:23 am
- Forum: For Sale
- Topic: Shapeoko 3 Limit Switch Kits
- Replies: 123
- Views: 20852
Re: Shapeoko 3 Limit Switch Kits
Looking at the pictures, the switches are connected in parallel which makes me think that they are NO, right?
Are you planning on selling the kit with NC switches? I think I want to go with the NC route.
Sent from my iPad using Tapatalk
Are you planning on selling the kit with NC switches? I think I want to go with the NC route.
Sent from my iPad using Tapatalk
- Fri Jul 31, 2015 6:57 pm
- Forum: Shapeoko 3 Assembly
- Topic: Official SO3 Hello World
- Replies: 49
- Views: 8235
Re: Official SO3 Hello World
You can edit the G-code in the hello world file to change the F parameters to slow things down. You might be able to change the max. machine speed by editing an option in Grbl — maybe slow acceleration to the point the machine can’t get up to speed? Easiest just to add some more rubber bands until ...
- Wed Jul 29, 2015 1:18 pm
- Forum: Software - CAD, CAM, Workflow Help
- Topic: Problem during a 2.5D job
- Replies: 13
- Views: 4310
Re: Problem during a 2.5D job
I think is the line where you get the first error. When GRBL runs into a command that it is not known/supported, the whole line is ignored so in your case, the G21 G90 and G40 are ignored meaning that mm mode and your absolute coordinates are not being applied. If you have your machine set up in inc...
- Fri May 22, 2015 5:04 am
- Forum: Shapeoko 3 Assembly
- Topic: Attaching and Powering an RPi Directly on the Shapeoko 3
- Replies: 7
- Views: 2333
Re: Attaching and Powering an RPi Directly on the Shapeoko 3
Hi mankyd, I'll be pursuing the same approach as you using a RPi with wifi dongle attached, I think this is the way to go. From the converter/regulator you posted, where do you plan to get the juice from? Since the upper left connectionof the board is not an option could it be possible to attach the...
- Wed May 20, 2015 4:43 am
- Forum: Electronics
- Topic: Touch plate and alternatives
- Replies: 24
- Views: 6592
Re: Touch plate and alternatives
Jarretl posted a macro here when I was wondering about ATC (thanks Jarretl!) and think this is the best approach I could get with the S3. Since then, I started using chillipeppr and its great http://www.shapeoko.com/forum/viewtopic.php?t=5873 I intend to install a spring-loaded touch plate at a fixe...
- Thu Apr 09, 2015 5:24 pm
- Forum: GRBL
- Topic: Semiautomatic tool change, dynamic Tool Offset & Variables
- Replies: 3
- Views: 1730
Re: Semiautomatic tool change, dynamic Tool Offset & Variabl
Thanks for the response chamnit, I guess your right, The GUIs should inject those explicit commands to grbl along with variables management.
Well, ill just have to wait for someone to implement it since I do not know how to program GUIs ):
Ill start digging on that though.
Saludos
Well, ill just have to wait for someone to implement it since I do not know how to program GUIs ):
Ill start digging on that though.
Saludos
- Wed Apr 08, 2015 6:14 am
- Forum: GRBL
- Topic: Semiautomatic tool change, dynamic Tool Offset & Variables
- Replies: 3
- Views: 1730
Semiautomatic tool change, dynamic Tool Offset & Variables
Trying to implement this on my gcode for every tool change: first part of program . . (Tool Change...) G90 G00 Z70 //arbitrary Z safety height since I don’t have my S3 yet ): X0 Y0 M5 //go to a reachable position for manual tool change (home maybe?) M0 //pause program when tool change position is re...
- Fri Mar 20, 2015 3:20 pm
- Forum: Software - CAD, CAM, Workflow Help
- Topic: NX 9 CAD/CAM & Post
- Replies: 15
- Views: 3975
Re: NX 9 CAD/CAM & Post
Heres the NX9 post i made for everyone to use if you like. Disclaimer: Use it under your own risk, I can not be held responsible for any problem/malfunction of your machine so use caution and verify your code. On GRBL, set $C so you can quickly see if there is an error on the gcode before moving the...
- Fri Mar 20, 2015 2:54 pm
- Forum: Software - CAD, CAM, Workflow Help
- Topic: NX 9 CAD/CAM & Post
- Replies: 15
- Views: 3975
Re: NX 9 CAD/CAM & Post
Youl could upload the post processor to a post here in the Forums, or get an account on the wiki by sending a private message to wikiadmins (I think you need to include your e-mail address). I really wish that we could have better integration of the forums and wiki somehow.... probably too late tho...