Re: Cyclone PCB Factory July 04, 2015 11:14AM |
Registered: 10 years ago Posts: 60 |
Re: Cyclone PCB Factory July 04, 2015 11:29AM |
Registered: 10 years ago Posts: 792 |
Re: Cyclone PCB Factory July 04, 2015 01:13PM |
Registered: 9 years ago Posts: 39 |
Re: Cyclone PCB Factory July 04, 2015 01:23PM |
Registered: 10 years ago Posts: 792 |
Re: Cyclone PCB Factory July 04, 2015 01:36PM |
Registered: 9 years ago Posts: 39 |
Re: Cyclone PCB Factory July 04, 2015 01:39PM |
Registered: 10 years ago Posts: 792 |
Quote
abauerenator
tatubias es un arduino nano conectado a 5 drivers de scrap adaptados por mi para la prusa que estoy armando, duino nano con el firmware grbl tiene el pin A5 configurado como probe.
este pin es el que usa esta interface web y también el CNC-GCode-Controller que creo que es el que usan como host software en la Cyclone pcb factory.
Con respecto a la conexión es simplemente conectar el pin A5 del arduino nano a una punta de prueba y el pcb a masa y listo.
Re: Cyclone PCB Factory July 04, 2015 01:47PM |
Registered: 9 years ago Posts: 39 |
Quote
tatubias
Yo estoy usando el shield CNC para el arduino uno, tengo que revisar si le sobra algún pin para habilitar una punta de aprueba.
Que udas como punta de prueba?
Quote
abauerenator
tatubias es un arduino nano conectado a 5 drivers de scrap adaptados por mi para la prusa que estoy armando, duino nano con el firmware grbl tiene el pin A5 configurado como probe.
este pin es el que usa esta interface web y también el CNC-GCode-Controller que creo que es el que usan como host software en la Cyclone pcb factory.
Con respecto a la conexión es simplemente conectar el pin A5 del arduino nano a una punta de prueba y el pcb a masa y listo.
Re: Cyclone PCB Factory July 04, 2015 01:52PM |
Registered: 10 years ago Posts: 792 |
Re: Cyclone PCB Factory July 04, 2015 02:08PM |
Registered: 9 years ago Posts: 39 |
Re: Cyclone PCB Factory July 04, 2015 02:21PM |
Registered: 10 years ago Posts: 792 |
Re: Cyclone PCB Factory July 04, 2015 02:45PM |
Registered: 10 years ago Posts: 792 |
// Define probe switch input pin. #define PROBE_DDR DDRC #define PROBE_PIN PINC #define PROBE_PORT PORTC #define PROBE_BIT 5 // Uno Analog Pin 5 #define PROBE_MASK (1<Edited 2 time(s). Last edit at 07/04/2015 03:34PM by tatubias.
Re: Cyclone PCB Factory July 04, 2015 09:35PM |
Registered: 9 years ago Posts: 39 |
Re: Cyclone PCB Factory July 05, 2015 06:12AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Cyclone PCB Factory July 05, 2015 09:16AM |
Registered: 10 years ago Posts: 792 |
Quote
Traumflug
Cheers, Nano-Fans :-) Let me put this here, Teacup firmware now comes with a board configuration for the NanoHearth, also a Nano-based controller. This may help you to craft a proven configuration for the SinapTec board. Sorry for not committing a "best guess" for the SinapTec, stuff which doesn't work out of the box is pretty contraproductive, disappointing people. As soon as there's a proven configuration I'll commit it, of course.
That said, touch probes like shown in the picture above are possible with Teacup, too, of course. Simply define it like a mechanical endstop and use G28 for probing.
Teacup even takes care to turn off the internal pullup resistor while not probing. Without this, a current flows during milling, slowly eroding your milling bits. This current reduced lifetime of PCB milling bits by some 30% here.
Last not least, support for printing/milling from SD card is just around the corner. Currently hacking the last missing pieces. Will easily fit into an '328 (some 22kB binary size).
Re: Cyclone PCB Factory July 05, 2015 03:13PM |
Registered: 9 years ago Posts: 39 |
Quote
Traumflug
Cheers, Nano-Fans :-) Let me put this here, Teacup firmware now comes with a board configuration for the NanoHearth, also a Nano-based controller. This may help you to craft a proven configuration for the SinapTec board. Sorry for not committing a "best guess" for the SinapTec, stuff which doesn't work out of the box is pretty contraproductive, disappointing people. As soon as there's a proven configuration I'll commit it, of course.
That said, touch probes like shown in the picture above are possible with Teacup, too, of course. Simply define it like a mechanical endstop and use G28 for probing.
Teacup even takes care to turn off the internal pullup resistor while not probing. Without this, a current flows during milling, slowly eroding your milling bits. This current reduced lifetime of PCB milling bits by some 30% here.
Last not least, support for printing/milling from SD card is just around the corner. Currently hacking the last missing pieces. Will easily fit into an '328 (some 22kB binary size).
Re: Cyclone PCB Factory July 05, 2015 04:43PM |
Registered: 10 years ago Posts: 792 |
Quote
abauerenator
hola Traumflug, son muy buenas noticias, anteriormente estuve intentando usar la herramienta de configuración de teacup firmware pero esta no soportaba atmega 328.
seria genial poder usar teacup en un arduino nano para construir tanto una impresora 3d como para la cylone pcb factory, y que ademas soporte el autolevel.
ya que como dijo tatubias aquí en argentina arduino nano es a lo que podemos acceder la mayoría.
tatubias yo con gastos de envió desde Buenos Aires a Salta pague 54.90 usd o 500 pesos argentinos por el arduino nanoun poco caro me costo.
Quote
Traumflug
Cheers, Nano-Fans :-) Let me put this here, Teacup firmware now comes with a board configuration for the NanoHearth, also a Nano-based controller. This may help you to craft a proven configuration for the SinapTec board. Sorry for not committing a "best guess" for the SinapTec, stuff which doesn't work out of the box is pretty contraproductive, disappointing people. As soon as there's a proven configuration I'll commit it, of course.
That said, touch probes like shown in the picture above are possible with Teacup, too, of course. Simply define it like a mechanical endstop and use G28 for probing.
Teacup even takes care to turn off the internal pullup resistor while not probing. Without this, a current flows during milling, slowly eroding your milling bits. This current reduced lifetime of PCB milling bits by some 30% here.
Last not least, support for printing/milling from SD card is just around the corner. Currently hacking the last missing pieces. Will easily fit into an '328 (some 22kB binary size).
Re: Cyclone PCB Factory July 05, 2015 05:05PM |
Registered: 9 years ago Posts: 39 |
Re: Cyclone PCB Factory July 05, 2015 05:11PM |
Registered: 10 years ago Posts: 792 |
Re: Cyclone PCB Factory July 05, 2015 07:35PM |
Registered: 10 years ago Posts: 792 |
Re: Cyclone PCB Factory July 06, 2015 08:54AM |
Registered: 14 years ago Posts: 7,616 |
Quote
tatubias
Do you know a good web interface to control a cnc that I can install on a raspbery and its compatible with teacup?
Quote
tatubias
Can you provide a quick tutorial for this : Simply define it like a mechanical endstop and use G28 for probing.
Quote
tatubias
Also forget to ge an advanced board. Like a 32bits one.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Cyclone PCB Factory July 06, 2015 09:54AM |
Registered: 10 years ago Posts: 792 |
Quote tatubias Can you provide a quick tutorial for this : Simply define it like a mechanical endstop and use G28 for probing. Wrong question :-) When I give you a few goodies, the right answer is to show me your goodies :-) Mechanical endstops are described here: [reprap.org] . The pullup resistor shown there isn't neccessary, ATmega's internal one can do this better.
Quote tatubias Also forget to ge an advanced board. Like a 32bits one. An LPC1114FN28 is 32 bit, has 28 pins and costs about EUR/US$ 2.- here. There is already a Gen7-ARM design, millable as easy as your Nano extension. The lacking piece is the firmware, so far I were too busy with other stuff than adapting Teacup to this MCU.
Re: Cyclone PCB Factory July 06, 2015 04:39PM |
Registered: 10 years ago Posts: 792 |
Re: Cyclone PCB Factory July 06, 2015 05:01PM |
Registered: 11 years ago Posts: 140 |
Re: Cyclone PCB Factory July 06, 2015 05:36PM |
Registered: 10 years ago Posts: 792 |
Re: Cyclone PCB Factory July 06, 2015 08:42PM |
Registered: 10 years ago Posts: 792 |
Re: Cyclone PCB Factory July 07, 2015 05:45AM |
Registered: 14 years ago Posts: 7,616 |
Quote
tatubias
the question was : how to modify the firmware to make it work as a probe that pin of the board.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Cyclone PCB Factory July 07, 2015 07:14AM |
Registered: 11 years ago Posts: 721 |
Re: Cyclone PCB Factory July 07, 2015 01:07PM |
Registered: 11 years ago Posts: 721 |
Re: Cyclone PCB Factory July 07, 2015 01:44PM |
Registered: 10 years ago Posts: 792 |
Re: Cyclone PCB Factory July 07, 2015 01:50PM |
Registered: 11 years ago Posts: 721 |