Re: [Emc-users] 3D Printing Retract Script

2015-11-09 Thread Jeshua Lacock
> On Nov 9, 2015, at 11:53 AM, Viesturs Lācis wrote: > > 2015-11-09 19:47 GMT+02:00 Jeshua Lacock : >> So here is example 3D printer g-code (generated from Slic3r) > > Have you tried "firmware retraction" option in slic3r - IIRC it should > place

Re: [Emc-users] 3D Printing Retract Script

2015-11-09 Thread andy pugh
On 9 November 2015 at 17:47, Jeshua Lacock wrote: > It is a shell script that changes instance of "space E digit" with " space A > digit" (as Axis is configured to use A as the 4th axis). This gets me half > way there - the nozzle would close, but I need to add a similar

Re: [Emc-users] 3D Printing Retract Script

2015-11-09 Thread Viesturs Lācis
2015-11-09 19:47 GMT+02:00 Jeshua Lacock : > So here is example 3D printer g-code (generated from Slic3r) Have you tried "firmware retraction" option in slic3r - IIRC it should place particular command for prime and retract moves, which you can easily "find & replace" by any

[Emc-users] 3D Printing Retract Script

2015-11-09 Thread Jeshua Lacock
Greetings, I am about to print Hello World on what is likely the world’s second optical glass 3D printer command by LinuxCNC. My blog on the subject is here: http://glassprinted.com Unlike the world’s first, I have a mechanical nozzle actuator that I need to close (on retract g-code) and

Re: [Emc-users] 3D Printing Retract Script

2015-11-09 Thread Jeshua Lacock
> On Nov 9, 2015, at 10:47 AM, Jeshua Lacock wrote: > > I am about to print Hello World on what is likely the world’s second optical > glass 3D printer command by LinuxCNC. P.S. I don’t know what the first one is controlled from.

Re: [Emc-users] 3D Printing Retract Script

2015-11-09 Thread Jeshua Lacock
> On Nov 9, 2015, at 12:51 PM, Ralph Stirling > wrote: > > Jeshua, > > Here is a very un-clever perl script that will do what you > want. It is lacking in generality, but should suffice for now. > You probably want to make it executable if you are going > to

Re: [Emc-users] 3D Printing Retract Script

2015-11-09 Thread Jeshua Lacock
> On Nov 9, 2015, at 11:59 AM, andy pugh wrote: > > On 9 November 2015 at 17:47, Jeshua Lacock wrote: > >> It is a shell script that changes instance of "space E digit" with " space A >> digit" (as Axis is configured to use A as the 4th axis). This gets

Re: [Emc-users] 3D Printing Retract Script

2015-11-09 Thread Ralph Stirling
upload it to somewhere. Now hurry up and melt some glass - we're all waiting for that video! -- Ralph From: Jeshua Lacock [jes...@3dtopo.com] Sent: Monday, November 09, 2015 11:32 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] 3D Printing

Re: [Emc-users] 3D Printing Retract Script

2015-11-09 Thread andy pugh
On 9 November 2015 at 19:12, Jeshua Lacock wrote: >> So, what is the criterion for spotting the difference between a rapid >> and a feed? You lines marked "rapid" have bigger F-numbers than the >> non-rapids. > > Correct that would be the criteria for rapid - which could be set

Re: [Emc-users] 3D Printing Retract Script

2015-11-09 Thread Jeshua Lacock
> On Nov 9, 2015, at 12:23 PM, andy pugh wrote: > > On 9 November 2015 at 19:12, Jeshua Lacock wrote: >>> So, what is the criterion for spotting the difference between a rapid >>> and a feed? You lines marked "rapid" have bigger F-numbers than the >>>

Re: [Emc-users] 3D Printing Retract Script

2015-11-09 Thread linden
sorry I cant help you with your g code and scripting but your machine looks cool wish i could see it in person On 15-11-10 01:47 AM, Jeshua Lacock wrote: > Greetings, > > I am about to print Hello World on what is likely the world’s second optical > glass 3D printer command by LinuxCNC. My blog