Can anyone help me to change the G code output of ReplicatorG. I already found the Gcode start and Gcode end files but I also want to change the middle part.
For instance I want to change the M101 to M7 (coolant on) and the M103 to M9 (coolant off). I'm also wondering where I can change the feedrate to mm/s instead of mm/min. M101 G1 X3.32 Y7.24 Z0.2 F600.0 G1 X-1.72 Y7.24 Z0.2 F600.0 G1 X-1.73 Y7.85 Z0.2 F600.0 M103
On Mon, Apr 16, 2012 at 3:31 PM, CNCDave <davidmars1...@gmail.com> wrote: > Can anyone help me to change the G code output of ReplicatorG. I already > found the Gcode start and Gcode end files but I also want to change the > middle part.
> For instance I want to change the M101 to M7 (coolant on) and the M103 to M9 > (coolant off). I'm also wondering where I can change the feedrate to mm/s > instead of mm/min. > M101 > G1 X3.32 Y7.24 Z0.2 F600.0 > G1 X-1.72 Y7.24 Z0.2 F600.0 > G1 X-1.73 Y7.85 Z0.2 F600.0 > M103
Looks like what you want is have a deeper look in skeinforge. Skeinforge is what is used to transform the 3D-Model into GCode. It is "external" in ReplicatorG and gets only called.
On Monday, April 16, 2012 3:37:50 PM UTC+2, lImbus wrote:
> On Mon, Apr 16, 2012 at 3:31 PM, CNCDave <davidmars1...@gmail.com> wrote: > > Can anyone help me to change the G code output of ReplicatorG. I already > > found the Gcode start and Gcode end files but I also want to change the > > middle part.
> > For instance I want to change the M101 to M7 (coolant on) and the M103 > to M9 > > (coolant off). I'm also wondering where I can change the feedrate to mm/s > > instead of mm/min. > > M101 > > G1 X3.32 Y7.24 Z0.2 F600.0 > > G1 X-1.72 Y7.24 Z0.2 F600.0 > > G1 X-1.73 Y7.85 Z0.2 F600.0 > > M103
> Looks like what you want is have a deeper look in skeinforge. > Skeinforge is what is used to transform the 3D-Model into GCode. It is > "external" in ReplicatorG and gets only called.
> You can change it in : replicatorg-0027\skein_engines\skeinforge-35\fabmetheus_utilities\gcodec.py c
> Thanks for your reply anyway, it drove me into the right direction..
> On Monday, April 16, 2012 3:37:50 PM UTC+2, lImbus wrote:
> On Mon, Apr 16, 2012 at 3:31 PM, CNCDave <davidmars1...@gmail.com> wrote:
> > Can anyone help me to change the G code output of ReplicatorG. I already
> > found the Gcode start and Gcode end files but I also want to change the
> > middle part.
> > For instance I want to change the M101 to M7 (coolant on) and the M103 to M9
> > (coolant off). I'm also wondering where I can change the feedrate to mm/s
> > instead of mm/min.
> > M101
> > G1 X3.32 Y7.24 Z0.2 F600.0
> > G1 X-1.72 Y7.24 Z0.2 F600.0
> > G1 X-1.73 Y7.85 Z0.2 F600.0
> > M103
> Looks like what you want is have a deeper look in skeinforge.
> Skeinforge is what is used to transform the 3D-Model into GCode. It is
> "external" in ReplicatorG and gets only called.
> regs,
> lImbus
> -- > You received this message because you are subscribed to the Google Groups "ReplicatorG Development" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/replicatorg-dev/-/a19K8QNfF4IJ.
> To post to this group, send email to replicatorg-dev@googlegroups.com.
> To unsubscribe from this group, send email to replicatorg-dev+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/replicatorg-dev?hl=en.