Hi guys,
I have an issue I'm running into when I'm printing parts. As soon as I start the build, the build progress window displays the little warmup strip off to the left (before its even printed out) but doesn't display anything subsequently, even though I'm able to print the part. What is this?
Also, the warmup routine is a little annoying, and I was wondering if anyone knew how to change it. Firstly, it starts printing during warmup at 40C below the working temperature. Also, it prints at a constant (rather slow) speed no matter how I switch the parameters in the Extruder_0 page, including outline and infill speed and xy speed. This is bad because if I'm trying to go fast, the output bunches up and screws up the nozzle for the printed part by clumping around the tip. I am just fixing it by hand for now. The temperature problem is also annoying because it doesn't reach optimal temperature until the part is already under progress, which changes the extrusion speed somewhat.
I am printing at about 7mm above the working surface right now. Is this too high? The wiki just says a few, but for my clumping problem, 3mm is too low. My only concern is the higher the output, the more it tends to want to wander after being extruded but before being deposited. Experiences?
I also periodically get this error, though the software and debug behavior come back as though nothing had happened:
java.io.IOException: Timeout receiving byte
at org.reprap.comms.snap.SNAPCommunicator.receivePacket(Unknown Source)
at org.reprap.comms.snap.SNAPCommunicator.receiveMessage(Unknown Source)
at org.reprap.comms.IncomingMessage.(Unknown Source)
at org.reprap.comms.messages.IncomingIntMessage.(Unknown Source)
at org.reprap.devices.GenericStepperMotor$RequestDDAMasterResponse.(Unknown Source)
at org.reprap.devices.GenericStepperMotor.dda(Unknown Source)
at org.reprap.devices.pseudo.LinePrinter.moveTo(Unknown Source)
at org.reprap.machines.Reprap.moveTo(Unknown Source)
at org.reprap.geometry.Producer.produce(Unknown Source)
at org.reprap.Main$21.run(Unknown Source)
IO error/timeout, resending
java.io.IOException: Timeout receiving byte
at org.reprap.comms.snap.SNAPCommunicator.receivePacket(Unknown Source)
at org.reprap.comms.snap.SNAPCommunicator.receiveMessage(Unknown Source)
at org.reprap.comms.IncomingMessage.(Unknown Source)
at org.reprap.comms.messages.IncomingIntMessage.(Unknown Source)
at org.reprap.devices.GenericStepperMotor$RequestDDAMasterResponse.(Unknown Source)
at org.reprap.devices.GenericStepperMotor.dda(Unknown Source)
at org.reprap.devices.pseudo.LinePrinter.moveTo(Unknown Source)
at org.reprap.machines.Reprap.moveTo(Unknown Source)
at org.reprap.geometry.Producer.produce(Unknown Source)
at org.reprap.Main$21.run(Unknown Source)
IO error/timeout, resending
java.io.IOException: Timeout receiving byte
at org.reprap.comms.snap.SNAPCommunicator.receivePacket(Unknown Source)
at org.reprap.comms.snap.SNAPCommunicator.receiveMessage(Unknown Source)
at org.reprap.comms.IncomingMessage.(Unknown Source)
at org.reprap.comms.messages.IncomingIntMessage.(Unknown Source)
at org.reprap.devices.GenericStepperMotor$RequestDDAMasterResponse.(Unknown Source)
at org.reprap.devices.GenericStepperMotor.dda(Unknown Source)
at org.reprap.devices.pseudo.LinePrinter.moveTo(Unknown Source)
at org.reprap.machines.Reprap.moveTo(Unknown Source)
at org.reprap.geometry.Producer.produce(Unknown Source)
at org.reprap.Main$21.run(Unknown Source)
IO error/timeout, resending
Is this indicative of anything?
I also tried installing the host software on Mac (Macbook Pro Santa Rosa), and it worked, but I couldn't get it to recognize the port (yes, I do have rxtx) for communications. But that was promising I thought and frankly easier than the linux install, if only because the directions for the linux install are in the developers section, and there are some discontinuities there. All I had to do was put java3D .jars in library/java/lib/ext and rxtx in java/extensions and I was ready to go. That was literally it. Port names are different in Mac, though. Tried /dev/tty.usbserial, tried that with serial for converter appended, some other stuff, nothing would work. If anyone knows what it is, I'd appreciate it.
Thanks
I'm using the PIC architecture on a RepStrap.