Jump to content

mr_seeker

Dormant
  • Posts

    238
  • Joined

  • Last visited

    Never

Everything posted by mr_seeker

  1. Its ACM, I am sure about it. Running linux myself. Didnt tried skeinpypy, but I do know that you need the right firmware before it works.
  2. The missing electronics air duct shouldnt be a big problem for the steppers when they still have cooling fans on then. However, they will overheat much less if you add air to the mix. I know that on thingiverse you can find an older lasercut design of the machine, maybe you can find the cooling duct there. Or contact support, tell them that you are missing one and they will send you a replacement. PS: Do you have a kit with the new "quality label"? The number on there can help finding the person responsible for your missing part.
  3. the Marlin that SkeinPyPy is using wont work on repG, unless you set the baudrate to 250000, just to let you guys know.
  4. The arduino runs at the following baud rates: 9600 for firmware updates (I think, not sure) 57600 for 5D firmware (stock) 115200 for Marlin/Sprinter (build3 in repG works best) 250000 for Marlin V1+ (does not work with repG 26) Just check if you have the correct baud rates. Do NOT alter the baud rate in the system settings.
  5. Hmm, normally they should have sent your order by now. Is there anything special about your order? Extra spools or spare parts? Or they simply forgot to send you the tracking number.
  6. The "Extruder On" command is something that I frown upon. Its quite laggy, and was originally designed for makerbot/BfB. Erik made it work with the Ultimaker, but when I check it, it means a lot of sending G1 commands. What I do (and I think its much better) is just turning off the stepper motors and turning the wheel by hand. Much easier & much more control.
  7. 1. Make sure you can push the filament in by hand (if the temperature is too low, it wont print at all.) Just unlock the screw mechanism, and push the filament by hand. If nothing gets out, then something is wrong with your setup. 2. If pushing by hand works, but not mechanically, then look at your filament. Sometimes, the filament tends to get "grinded", this means that the extruder was running too fast or the extrusion was too cold. This can cause the extruder to "grind" the filament off. Just cut the end off, and it should work smoothly again. 3. Turn the adjustment screw a bit more.
  8. I got. And I am pretty sure, there are plenty other working ones around... :ugeek: me = looking at 4 fully functional ultimakers
  9. No, this was an "home Z-axis" problem. I dont use skeinforge EDIT: I printed this on a machine with older firmware, seems that my Z+5 caused it to home the Z-axis...
  10. What layer size are you actually using? 0.05mm is my recommended setting, if you go lower to 0.0075 (which I got achieved) it would only result in a lot of fluff and a lot of failed prints.
  11. Have you checked your code? I know people that kept shouting about "my extruder never does anything", but in the end it was just a simple piece of code that kept failing: G1 F0.0 (aka. do not use stepper motors to move). Just check if there is anything saying 0.0, that could be the cause of your problems. About the non-sticking issue, what I do (especially with prints like this) is first level the bed, then slowly turn the bed up until you can see that the hotend is actually pushing the layer on the bed, instead of depositing it on top. This way I am sure that the layers are actually sticking to the bed and wont come off while printing. Try printing this testcube: http://pastebin.com/76LRgybW It will make 2 spins to get the flow going before actually building the object, make sure that when its doing its first 2 turns that the filament is sticking to the bed. After that, you should get a good test cube. If not, please post a picture of what goes wrong. Tips to remember: Layer not sticking to bed: Turn the Z-axis screw left. Nothing gets deposited, but the extruder screw is turning: Turn the Z-axis screw right, until you see filament getting deposited. Another problem that I recently found out is that some people experience problems with their filament. What filament are you using?
  12. Download python 2.7, that will solve your problem.
  13. replicatorG = software to connect to the ultimaker, doesnt use STL files but G-code. I think you were referring here to skeinforge, its used by replicatorG to slice 3d objects into G-code. But what you were saying is totally right.
  14. I heard that problem before from someone, so I asked for the g-code and tried the same print. Didnt had any problems with it. Same firmware, so I am thinking it has something to do with the steppers not getting enough power or some other problem.
  15. Hello, Has anyone printed in ABS, and if so, what are your settings? Wanted to print some prints in ABS (PLA got boring after a while).
  16. Just to be sure that it is not the firmware, can you use the Marlin Build 3 that is included in the repG software? I am possibly thinking that the endstop switches are not correct in your firmware. Just closing & restarting repG only wont help, you need to physically disconnect the Ultimaker to make sure its reset (its what I call a hard reset, only need to do this when the Arduino goes into panic mode).
  17. I use slic3r, and I use the following settings: bottom_layer_speed_ratio = 0.5duplicate_distance = 6duplicate_x = 1duplicate_y = 1end_gcode = M104 S0 ; turn off temperatureG1 Z+30 F3000;move Z up a bit and retract filament by 5mmG28 X0 Y0; home X axis and Y axisM84 ; disable motorsM107 ; turn fan offfilament_diameter = 2.95extrusion_multiplier = 1fill_angle = 45fill_density = 0.2fill_pattern = rectilinearfirst_layer_height_ratio = 1infill_every_layers = 1layer_height = 0.1nozzle_diameter = 0.4perimeter_feed_rate = 50perimeters = 2print_center = 100,100print_feed_rate = 50retract_before_travel = 0retract_length = 0retract_lift = 0retract_restart_extra = 0retract_speed = 40rotate = 0scale = 1skirt_distance = 20skirt_height = 1skirts = 2solid_fill_pattern = rectilinearsolid_layers = 4start_gcode = M92 X78.7402 Y78.7402 E926G28 ; home all axesM106 ; turn fan ontemperature = 220travel_feed_rate = 150use_relative_e_distances = 0z_offset = 0acceleration = 0 If you can print with these settings, then I am sure you can get a good and decent print Onliest thing you need to change is the layer height. I could get up to 0.015, but then you manually need to make it stick to the bed. 0.05 is usually enough for high-quality prints. Note that it doesnt prevent it from stringing. If you use skeinforge, try printing with the profiles that came with the repG software. They should work properly.
  18. Seems they sent you a motherboard that hasnt been tested. The tested motherboards are always supplied with stepper motors. Contact support, they can help you further.
  19. If you can export it to STL (which is what most people use here) and send a link, then someone here will try to print it for you.
  20. There are just 2 things you need to change: filament_diameter = 2.94 (best is if you measure the filament, it is not exactly 3mm) nozzle_diameter = 0.4 Then I can guarantee an almost perfect print
  21. Can you put your google+ page in here, or at least a way to quickly locate you? Searching "brictone" only rendered a justin.tv show. EDIT: Found you when searching your real name and location. How I love google search
  22. Is the ultimaker placed on a steel table? Maybe the connection between the motherboard & the temp sensor could also be the problem (considering that you didnt had this problem when you placed it sideways).
  23. They do answer, but better is to fill in a support ticket at http://support.ultimaker.com .
  24. Have you tried printing out my cube? It should start by homing to a corner, then it prints out 2 outlines (to make sure the PLA sticks to the bed and to get the flow going) and after it should start printing. Its optimized for the ultimaker. http://pastebin.com/76LRgybW If this will still cause problems, try to manual feed the machine, see if the PLA goes out of the nozzle. If that doesnt work, its certainly something with the heat or feed.
×
×
  • Create New...