Can Slic3r be used to generate GCODE for CNC machine? October 26, 2015 04:54PM |
Registered: 8 years ago Posts: 1 |
Re: Can Slic3r be used to generate GCODE for CNC machine? October 26, 2015 06:30PM |
Registered: 11 years ago Posts: 296 |
Re: Can Slic3r be used to generate GCODE for CNC machine? October 27, 2015 09:13AM |
Registered: 10 years ago Posts: 2,472 |
Re: Can Slic3r be used to generate GCODE for CNC machine? October 27, 2015 10:55AM |
Registered: 12 years ago Posts: 1,320 |
Re: Can Slic3r be used to generate GCODE for CNC machine? October 27, 2015 11:45PM |
Registered: 8 years ago Posts: 4 |
Quote
dmould
A 3D printer controller requires 4 axis (X,Y,Z and the extruder) and a temperature-controlled heater. The output from the slicing program is designed to control those 5 things, so you will need to explain how you have connected the controller of your CNC mill to operate the Z axis, extruder and hotend heater.
Dave
Re: Can Slic3r be used to generate GCODE for CNC machine? October 28, 2015 08:52AM |
Registered: 10 years ago Posts: 2,472 |
Re: Can Slic3r be used to generate GCODE for CNC machine? October 28, 2015 01:19PM |
Registered: 11 years ago Posts: 296 |
Re: Can Slic3r be used to generate GCODE for CNC machine? October 28, 2015 10:19PM |
Registered: 12 years ago Posts: 1,320 |
Re: Can Slic3r be used to generate GCODE for CNC machine? October 29, 2015 02:13AM |
Registered: 11 years ago Posts: 296 |
Re: Can Slic3r be used to generate GCODE for CNC machine? October 29, 2015 08:14AM |
Registered: 10 years ago Posts: 2,472 |
Quote
justcurious
You should really not try to explain something you obviously do not understand :-(. you create a lot more confusion than necessary for a novice that try to understand what is needed.
Re: Can Slic3r be used to generate GCODE for CNC machine? October 29, 2015 11:22AM |
Registered: 11 years ago Posts: 296 |
Re: Can Slic3r be used to generate GCODE for CNC machine? October 29, 2015 12:48PM |
Registered: 8 years ago Posts: 4 |
was saying. Did you guys watch that video?Quote
justcurious
Re: Can Slic3r be used to generate GCODE for CNC machine? October 29, 2015 03:16PM |
Registered: 11 years ago Posts: 296 |
Re: Can Slic3r be used to generate GCODE for CNC machine? October 30, 2015 08:11AM |
Registered: 10 years ago Posts: 2,472 |
Quote
justcurious
Maybe the difference between your advice and mine is that I actually made a CNC machine do 3D printing.
how do you think 3D printers extruder is working with XYZ and what do you think is different with a CNC machine having the same axes available?
Re: Can Slic3r be used to generate GCODE for CNC machine? October 30, 2015 09:10AM |
Registered: 10 years ago Posts: 2,472 |
Quote
Shelbey.Cobra
I should start with seeing what some standard g code is for 3d printers. Im familiar with CNC but not 3d printers. Any suggestions for where I can find a list of some standard stuff?
Re: Can Slic3r be used to generate GCODE for CNC machine? November 09, 2015 07:27PM |
Registered: 9 years ago Posts: 52 |
Quote
dmould
Quote
justcurious
You should really not try to explain something you obviously do not understand :-(. you create a lot more confusion than necessary for a novice that try to understand what is needed.
I would politely suggest that you take your own advice.
Dave
Re: Can Slic3r be used to generate GCODE for CNC machine? November 10, 2015 06:34AM |
Registered: 10 years ago Posts: 2,472 |
Quote
TTN
Quote
dmould
Quote
justcurious
You should really not try to explain something you obviously do not understand :-(. you create a lot more confusion than necessary for a novice that try to understand what is needed.
I would politely suggest that you take your own advice.
Dave
Just wow.
Dmould, you make it out to be a lot more complicated than it is and obviously don't really know what you're doing, which is fine, just try to keep the confusion posted on the thread to a minimum.
Basically, all you need to do is add an extruder (with accompanying heater, and stepper driver), hook it up so you can drive it via the gcode, and perhaps do some gcode post processing.
Re: Can Slic3r be used to generate GCODE for CNC machine? November 12, 2015 01:57AM |
Registered: 8 years ago Posts: 4 |
Re: Can Slic3r be used to generate GCODE for CNC machine? November 12, 2015 07:37AM |
Registered: 10 years ago Posts: 2,472 |
Quote
Shelbey.Cobra
I feel like we are having similar questions gentlemen. I think I figured out some better questions to ask.
- If you have watched the video link I included a little while back, this will make more sense. The Fastrax was a small destop CNC machine with an adaptable 3D print head step up.
Commonly you guys mention "use a 4th axis" I understand its used to control the extruder, which is a stepper motor. Using this 4th axis allows everything to stay in sync. Just as they have done in this video, I get that. But I noticed that their CNC machine uses stepper motors for its XYZ movements, which has some sort of rasberry pie or arduino to control the stepper motors. A 3D printer uses the same thing to control XYZ movements and the extruder because they're all stepper motors. So it was just that easy to utilize an existing controller, that already controls a stepper motor, to control another stepper motor. This larger CNC machine however uses servos/drives which is more complex. So my question is, can you use a servo/drive to control a stepper motor? and how?
Or you might be able to tap into the serial data or somethen coming from the machine that could tell a micro controller the machines surface speed, to allow the extruder and machine movement to stay in sync. So you would just be sending a signal from the machine to a separate controller that would then know when to tell the stepper motor to turn on/off and speed?
Tell me what you guys thoughts are.