I'm consistently getting spots worn away on the filament where the bolt grinds the material away, and extrusion mostly stops.
:(
That's called 'stripping' as in "you've stripped the filament.."
I think that when the print starts, the temperature control of the head stops, for the length of time start.txt takes or so, and then control resumes after that.
The temperature is controlled by the firmware on the machine. RepG (or whatever is feeding it gcode) tells it what the temp should be and that's it - there's nothing else needed on the PC side to keep it at that temperature. You could turn off your PC and the machine probably stay at whatever value you set it at last.
I don't see any reason why it'd stop maintaining temperature while start.txt is happening.. Could be but I really don't think so.
Start ReplicatorG and generate GCODE if necessary.
Personally, I think it's a better idea to use repg as just a something that feeds gcode to the machine. You're better off (IMO) using skeinforge by itself to do the slicing instead of using the version integrated into repg.
Set the target temperature to 260.
That's too hot!!! I've been printing at 225 and that's been working pretty well.
One thing to watch out for is leaving the machine hot while it's idle. The plastic will work its way out of the nozzle and that can mess up the start of your print and (possibly) encourage heat to travel back up the hot end and form the dreaded PLA-plug that people have been talking a lot about lately. This is especially true if you're really putting the spurs to the heater (which you are).
Within 30 seconds or less than a minutes, the first layer of plastic stops and the filament is stripped.
Are you sure you're not starting too low? If the nozzle is too close to the platform, the filament drive won't be able to push more filament into the system and that'll cause it to strip..
Could it be that the firmware I'm running has a flaw that turns off the heater while the preamble is running?
Nope - the firmware just sees gcode lines coming in. It has no concept of start.txt.
Here's the start.txt and print preamble:.
.
G21 (end of start.txt)
.
.
M104 S245.0
M104 is the "set temperature" command and there's nothing before it to do some other temperature..
Do you print with a raft? That might be a good thing to try as rafts are made of big, slow lines that should be really easy to print..
Recommended Posts
derrickoswald 0
Further info...
It seems that the object I'm trying to make might be the cause. It has a large number of short strokes at the beginning of the profile and this might be causing the hiccup.
Link to post
Share on other sites