Welcome! Log In Create A New Profile

Advanced

last year i made a RepStrap "Seedling",without Extruder

Posted by tuziluobo 
last year i made a RepStrap "Seedling",without Extruder
May 17, 2010 10:14AM


last year i made a RepStrap "Seedling",whitout Extruder

Edited 2 time(s). Last edit at 05/17/2010 10:16AM by tuziluobo.
Attachments:
open | download - IMG_0624x.jpg (599.2 KB)
Re: last year i made a RepStrap "Seedling",without Extruder
May 17, 2010 12:13PM
What have you done with it?

What is the Gigantic white PVC elbow used for?


--
I'm building it with Baling Wire
Re: last year i made a RepStrap "Seedling",without Extruder
May 17, 2010 12:58PM
That is epic.
Re: last year i made a RepStrap "Seedling",without Extruder
May 17, 2010 09:25PM
to,jgilmore
That is a Relay,Control by PWM driver.pwm On and Off to Control Relay On or Off.
reprap host Monitor Extruder temperature,when the Extruder temperature is Enough,PWM OFF, if not,PWM ON.Automatic.
I want ues a electric soldering copper or a soldering iron's core to be an Extruder's hearter.To heat sugar.
To achieve this idea,i add some code to host code.below here.by the way,arduino Communication with HOST had Error,Cause can not switch PWM.picture in next Floor.
to, plasmator
yes i wait for new reprap.

public void autoTemperaturex() {
parentBotConsoleFrame.suspendPolling();
selectExtruder();
if (autoTemperaturexOnOff.isSelected()){
if(currentTemp < Integer.parseInt(targetTempField.getText())){
try {
extruder.setTemperature(Integer.parseInt(targetTempField.getText()));
}
catch (Exception ex) {
JOptionPane.showMessageDialog(null, "Exception setting temperature: " + ex);
ex.printStackTrace();
}
}
if(currentTemp >= Integer.parseInt(targetTempField.getText())){
try {
extruder.setTemperature(0);
}
catch (Exception ex) {
JOptionPane.showMessageDialog(null, "Exception setting temperature: " + ex);
ex.printStackTrace();
}
}
autotemperaturexxonoff=true;
}
else{
if (autotemperaturexxonoff){
autotemperaturexxonoff=false;
try {
extruder.setTemperature(0);
}
catch (Exception ex) {
JOptionPane.showMessageDialog(null, "Exception setting temperature: " + ex);
ex.printStackTrace();
}
}
}
parentBotConsoleFrame.resumePolling();
}

Edited 2 time(s). Last edit at 05/17/2010 09:31PM by tuziluobo.
Attachments:
open | download - arduinoeS.jpg (38.3 KB)
open | download - IMG_0630xS.jpg (505.3 KB)
open | download - IMG_0632xS.jpg (546.4 KB)
open | download - reppaxS.jpg (179.7 KB)
Re: last year i made a RepStrap "Seedling",without Extruder
May 17, 2010 09:27PM







Re: last year i made a RepStrap "Seedling",without Extruder
May 19, 2010 11:07AM
That looks really good man. Me and a couple of friends are building a similiar design.
Re: last year i made a RepStrap "Seedling",without Extruder
May 19, 2010 03:17PM
thanks tesla893,you will see my face in neat floor.
Attachments:
open | download - images.jpeg (4.6 KB)
Re: last year i made a RepStrap "Seedling",without Extruder
May 19, 2010 03:19PM
smileys with beer
Sorry, only registered users may post in this forum.

Click here to login