Welcome! Log In Create A New Profile

Advanced

Changing extuder output axis

Posted by erasertech 
Changing extuder output axis
August 16, 2013 09:26PM
Just converterd my cnc to a 3d printer and have the extruder setup on axis B how do i change the gcode output in slic3r so the extruder output is axis B thanks for any help.

Edited 1 time(s). Last edit at 08/16/2013 09:46PM by erasertech.
Re: Changing extuder output axis
August 17, 2013 07:54AM
This is a guess, but it sounds like that is a firmware thing.

The g-code is "standard." My understanding is the code says extrude, and the firmware that is specific to your machine will take all the extrude codes and sent them to your specific axis, or motor.

Hope that helps; or at least points you in a better direction.

Regards
Re: Changing extuder output axis
August 17, 2013 08:27AM
I am using mach 3 to drive my cnc machine which is three axis with the x axis using two stepper motors driving it X and A.
So I have had to setup the extruder to axis B.

When I read the outputed gcode from slic3r in notepad it is controlling axis x,y,and z and is using axis E for the extruder axis.
I was hoping that there was a way to change setting in slic3r so it outputs the extruder gcode as axis B and not E.

Hope this makes sence new to 3d printing.

Edited 1 time(s). Last edit at 08/17/2013 08:31AM by erasertech.
Re: Changing extuder output axis
August 17, 2013 08:35AM
An example of what I am talking about, is there a way to change the E output to B in Slic3r , I could see if I can change the axis in mach 3 to E then that would solve the problem but dont know if this is possible.

G1 X74.701 Y100.280 E3.95776
G1 X60.013 Y100.280 E4.38967
G1 X59.841 Y100.221 E4.39502
G1 X59.410 Y100.018 E4.40902
G1 X59.410 Y98.949 E4.44045
G1 X59.626 Y98.949 E4.44679
G1 X59.626 Y96.151 E4.52907
G1 X59.410 Y96.151 E4.53542

Edited 1 time(s). Last edit at 08/17/2013 08:37AM by erasertech.
Re: Changing extuder output axis
August 17, 2013 11:28AM
The only thing I can think of is to write a python post-processing script. I've never done it myself, but it sounds fairly easy.
Re: Changing extuder output axis
August 17, 2013 01:21PM
Or you could fork Slic3r, and make the modification yourself into the source code. It is very easy after you find out where to make the modification. You could ask Sound about it in IRC.
Re: Changing extuder output axis
August 19, 2013 06:42AM
Export Config.ini to a known destination.
Enter editor with config.ini
Find this line: extrusion_axis = E and change to B.
Import this config.ini to Slic3R again.

I changed my CNC/3Dprinter this way to be A.

justcurious
Sorry, only registered users may post in this forum.

Click here to login