Page 1 of 1

A axis for Extruder

Posted: Thu Apr 12, 2012 5:13 pm
by ressiecnc
How can I tell if the Gcode is using the A axis for Extruder moves? What am I looking for?

Thanks,
Ressie

Re: A axis for Extruder

Posted: Thu Apr 12, 2012 5:15 pm
by mhackney
Almost every line will have an A axis movement like this code generate with Slic3r:

Code: Select all

G1 X-16.350 Y-17.290 A3.06245
G1 X-15.920 Y-17.610 A3.10467
G1 X-15.240 Y-18.020 A3.16723
G1 X-14.510 Y-18.350 A3.23034
G1 X-14.000 Y-18.520 A3.27269
cheers,
Michael