Jump to content

jeex

Member
  • Posts

    147
  • Joined

  • Last visited

Everything posted by jeex

  1. Look at the image. The church bell says: You've got a reply. But the topic says: No replies. it's not there. What happens?
  2. I'd say the top layers are not printed. And that would be the code.
  3. So it is only 2.3 cm tall and laying on it's side?
  4. If it does not stick in corners, you probably do not use any glue on the glass plate. Try any average Pritt stick – i use Pelikan from Action stores but itcan be any inferiour glue stick – and rub it on the glass plate before printing. When glass has cooled down, you can clean the glass plate with a soft spunge or cloth with cold water. real easy. Can you show images of the print results? If you paste the settings below into a text file settings_file.ini , you have settings that work perfectly for me. Then set Cura in the Expert menu to full settings. Finaly choose File -> Open Settings and choose the settings_file.ini you just saved. [profile]layer_height = 0.1wall_thickness = 0.8retraction_enable = Truesolid_layer_thickness = 0.6fill_density = 15nozzle_size = 0.4print_speed = 40print_temperature = 210print_temperature2 = 0print_temperature3 = 0print_temperature4 = 0print_temperature5 = 0print_bed_temperature = 70support = Noneplatform_adhesion = Nonesupport_dual_extrusion = Bothwipe_tower = Falsewipe_tower_volume = 15ooze_shield = Falsefilament_diameter = 2.85filament_diameter2 = 0filament_diameter3 = 0filament_diameter4 = 0filament_diameter5 = 0filament_flow = 100.0retraction_speed = 40.0retraction_amount = 4.5retraction_dual_amount = 16.5retraction_min_travel = 1.5retraction_combing = Allretraction_minimal_extrusion = 0.02retraction_hop = 0.0bottom_thickness = 0.3layer0_width_factor = 100object_sink = 0.0overlap_dual = 0.15travel_speed = 150.0bottom_layer_speed = 20infill_speed = 80solidarea_speed = 15inset0_speed = 30insetx_speed = 60cool_min_layer_time = 5fan_enabled = Trueskirt_line_count = 1skirt_gap = 3.0skirt_minimal_length = 150.0fan_full_height = 0.5fan_speed = 100fan_speed_max = 100cool_min_feedrate = 10cool_head_lift = Falsesolid_top = Truesolid_bottom = Truefill_overlap = 15perimeter_before_infill = Falsesupport_type = Linessupport_angle = 60support_fill_rate = 15support_xy_distance = 0.7support_z_distance = 0.15spiralize = Falsesimple_mode = Falsebrim_line_count = 20raft_margin = 5.0raft_line_spacing = 3.0raft_base_thickness = 0.3raft_base_linewidth = 1.0raft_interface_thickness = 0.27raft_interface_linewidth = 0.4raft_airgap_all = 0.0raft_airgap = 0.22raft_surface_layers = 2raft_surface_thickness = 0.27raft_surface_linewidth = 0.4fix_horrible_union_all_type_a = Truefix_horrible_union_all_type_b = Falsefix_horrible_use_open_bits = Falsefix_horrible_extensive_stitching = Falseplugin_config = object_center_x = -1object_center_y = -1[alterations]start.gcode = ;Sliced at: {day} {date} {time};Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density};Print time: {print_time};Filament used: {filament_amount}m {filament_weight}g;Filament cost: {filament_cost};M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line;M109 S{print_temperature} ;Uncomment to add your own temperature lineG21 ;metric valuesG90 ;absolute positioningM82 ;set extruder to absolute modeM107 ;start with the fan offG28 X0 Y0 ;move X/Y to min endstopsG28 Z0 ;move Z to min endstopsG1 Z15.0 F{travel_speed} ;move the platform down 15mmG92 E0 ;zero the extruded lengthG1 F200 E3 ;extrude 3mm of feed stockG92 E0 ;zero the extruded length againG1 F{travel_speed};Put printing message on LCD screenM117 Printing...end.gcode = ;End GCodeM104 S0 ;extruder heater offM140 S0 ;heated bed heater off (if you have it)G91 ;relative positioningG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressureG1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even moreG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the wayM84 ;steppers offG90 ;absolute positioning;{profile_string}start2.gcode = ;Sliced at: {day} {date} {time};Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density};Print time: {print_time};Filament used: {filament_amount}m {filament_weight}g;Filament cost: {filament_cost};M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line;M104 S{print_temperature} ;Uncomment to add your own temperature line;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line;M109 T0 S{print_temperature} ;Uncomment to add your own temperature lineG21 ;metric valuesG90 ;absolute positioningM107 ;start with the fan offG28 X0 Y0 ;move X/Y to min endstopsG28 Z0 ;move Z to min endstopsG1 Z15.0 F{travel_speed} ;move the platform down 15mmT1 ;Switch to the 2nd extruderG92 E0 ;zero the extruded lengthG1 F200 E10 ;extrude 10mm of feed stockG92 E0 ;zero the extruded length againG1 F200 E-{retraction_dual_amount}T0 ;Switch to the first extruderG92 E0 ;zero the extruded lengthG1 F200 E10 ;extrude 10mm of feed stockG92 E0 ;zero the extruded length againG1 F{travel_speed};Put printing message on LCD screenM117 Printing...end2.gcode = ;End GCodeM104 T0 S0 ;extruder heater offM104 T1 S0 ;extruder heater offM140 S0 ;heated bed heater off (if you have it)G91 ;relative positioningG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressureG1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even moreG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the wayM84 ;steppers offG90 ;absolute positioning;{profile_string}start3.gcode = ;Sliced at: {day} {date} {time};Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density};Print time: {print_time};Filament used: {filament_amount}m {filament_weight}g;Filament cost: {filament_cost};M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line;M104 S{print_temperature} ;Uncomment to add your own temperature line;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line;M109 T0 S{print_temperature} ;Uncomment to add your own temperature lineG21 ;metric valuesG90 ;absolute positioningM107 ;start with the fan offG28 X0 Y0 ;move X/Y to min endstopsG28 Z0 ;move Z to min endstopsG1 Z15.0 F{travel_speed} ;move the platform down 15mmT2 ;Switch to the 2nd extruderG92 E0 ;zero the extruded lengthG1 F200 E10 ;extrude 10mm of feed stockG92 E0 ;zero the extruded length againG1 F200 E-{retraction_dual_amount}T1 ;Switch to the 2nd extruderG92 E0 ;zero the extruded lengthG1 F200 E10 ;extrude 10mm of feed stockG92 E0 ;zero the extruded length againG1 F200 E-{retraction_dual_amount}T0 ;Switch to the first extruderG92 E0 ;zero the extruded lengthG1 F200 E10 ;extrude 10mm of feed stockG92 E0 ;zero the extruded length againG1 F{travel_speed};Put printing message on LCD screenM117 Printing...end3.gcode = ;End GCodeM104 T0 S0 ;extruder heater offM104 T1 S0 ;extruder heater offM104 T2 S0 ;extruder heater offM140 S0 ;heated bed heater off (if you have it)G91 ;relative positioningG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressureG1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even moreG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the wayM84 ;steppers offG90 ;absolute positioning;{profile_string}start4.gcode = ;Sliced at: {day} {date} {time};Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density};Print time: {print_time};Filament used: {filament_amount}m {filament_weight}g;Filament cost: {filament_cost};M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line;M104 S{print_temperature} ;Uncomment to add your own temperature line;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line;M109 T0 S{print_temperature} ;Uncomment to add your own temperature lineG21 ;metric valuesG90 ;absolute positioningM107 ;start with the fan offG28 X0 Y0 ;move X/Y to min endstopsG28 Z0 ;move Z to min endstopsG1 Z15.0 F{travel_speed} ;move the platform down 15mmT3 ;Switch to the 4th extruderG92 E0 ;zero the extruded lengthG1 F200 E10 ;extrude 10mm of feed stockG92 E0 ;zero the extruded length againG1 F200 E-{retraction_dual_amount}T2 ;Switch to the 3th extruderG92 E0 ;zero the extruded lengthG1 F200 E10 ;extrude 10mm of feed stockG92 E0 ;zero the extruded length againG1 F200 E-{retraction_dual_amount}T1 ;Switch to the 2nd extruderG92 E0 ;zero the extruded lengthG1 F200 E10 ;extrude 10mm of feed stockG92 E0 ;zero the extruded length againG1 F200 E-{retraction_dual_amount}T0 ;Switch to the first extruderG92 E0 ;zero the extruded lengthG1 F200 E10 ;extrude 10mm of feed stockG92 E0 ;zero the extruded length againG1 F{travel_speed};Put printing message on LCD screenM117 Printing...end4.gcode = ;End GCodeM104 T0 S0 ;extruder heater offM104 T1 S0 ;extruder heater offM104 T2 S0 ;extruder heater offM104 T3 S0 ;extruder heater offM140 S0 ;heated bed heater off (if you have it)G91 ;relative positioningG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressureG1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even moreG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the wayM84 ;steppers offG90 ;absolute positioning;{profile_string}support_start.gcode = support_end.gcode = cool_start.gcode = cool_end.gcode = replace.csv = preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.;This code is added before the T(n)postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.;This code is added after the T(n)
  5. If you use Cura, just use the Expert-menu to Switch to quickprint. Then choose the High Quality settings. Those settings work fine, except when printing with obscure filament like copper or transparent. To be sure, also choose Pint support structure. This supports "hanging" parts. If scans do not come out of the printer properly, maybe the scans are the issue. You could share some images here so that forum member can shine some light on that matter.
  6. Stupid question: why does Cura draw the initial outlines around the objects? I do not see the use of it. It does not function as brim or anything like it.
  7. You print is with transparent filament. I've printed with colorfill transparent and had problems with the filling also. Even if lowering speed. Do you also have these problems with normal (color) PLA? I'm under the impression that the colored filament liquifies a little bit better.
  8. jeex

    Hinge

    I'm not an artist, so i do not make pretty things. However i cannot stop looking at the hinge i made for my board game. In a way it is a piece of art, because it functions perfectly and is very easy to put into the board without tools or screws or anything. The red thing is a hing in theory. However popping it into the two half boards was impossible. If i made it easyer to pop it in, it came loose too fast. So i made the hinge out of two parts. First you place the two parts of the board with their back next to each other. Then you push the blue part in the holes created for them in the board. That is light pushing cause the blue plastic is thin enough to bend. Finaly you push the red part in the square of the blue part. You only have to push down and it's not too hard either Getting it loose from the board is almost impossible without the use of violence. Sorry for sharing this, but this is why i'm printing 3D. The flexibility of the blue part also makes it possible to cast this part. It will come out perfectly, so i am told by the cast-dude.
  9. Double color printing would the stones in my game a lot faster and better. Is there any info about this next monday evening? If so, i want to test drive with my UM2.
  10. I noticed that the filling is very ragged. Bottom, sides and tops are perfect, but filling goes wrong. I think speed is to high. With the transparent Colorfabb that lead to problems and i had to abort the print.
  11. Version 1.0

    2,153 downloads

    We're developing a new board game. With 123d Design we made the prototype. We want to use this for producting a very small first edition of five for testing the game. We also use this as example for production companies. By making the .stl-files and printing these with the UM2 we learned a lot about what's possible in production and we could actually see and feel the product. The board has two identical halfs, printed in cheap gray PLA that came with the UM2 (second hand). Both parts are kept together with two printed hinges. There's space for screws through the hinges and magnets on the corners. Inside the box the owner can store the 14 stones that come with the board. The stones are printed with Colorfabb colors. Very beautiful results. The exist of a thick and thin part and a core. So we could print three different parts in three colors and smply push them together with a tiny drop of glue. Next steps: having the board produced in all kinds of materials, like bamboo, wood, urea, steatite, ceramics, glass and even aluminium.
  12. Just started printing small parts for my board game – photo's will follow as promised – with ColorFabb PLA. Standard Cura settings and what beautifull results. So on topic of Dim3nsioneer: I've got a standard UM2, standard Cura normal quality settings and ColorFabb just works great. Must be something in you UM. Deep colors, smooth finish. Really great. I'll be testing the filament from Emmen(Innofil) next week.
  13. @ultiarjan Nope, nothing to show, but i am very curious for your dual head. So it would be nice if you take it with you.
  14. Hi Sander, i'll be there. Are you serious about taking the UM2 with us? It does not fit well in my handbag...
  15. Bonjour Fabrice, Avez vous des resultats avec les testes de Innofil3d? Je suis très curieux.
  16. Pelikan sticks gevonden bij de Action. Werkt perfect. Brim niet meer nodig, warping opgelost.
  17. Thanks, all my printing isues with warping were solved, and then the f... filaments tangles on the wheel. This thread solved the problem. Great job.
  18. I see people using acetone to finish ABS. The outer layer disolves in the acetone leaving a shiny object behind (if you pull the object out in time). Is there a solvant that does the same trick on PLA? I'm just too lazy to go sanding the thing.
  19. Kijk, dat is een concreet antwoord waar ik wat mee kan.
  20. jeex

    Onderhoud UM2

    Event klinkt leuk. Als het even kan, kom ik. Deal was erg mooi. Niet verder vertellen: 1100. Even gewogen, er was nog geen 10 meter filament mee geprint. Heel ander vraagje en een beetje out of place hier, maar goed: werken jullie met winkeliers? In dat geval mailen we even verder ;-)
  21. jeex

    Urea

    Urea is formed in the liver, but slowly disolves in alcohol, so i drink whisky for my health... Anyway, Urea is also in artificial form used for making stones in games like Mah Yong. It feels like horn or bone but in fact is artificial. Is there filament of Urea?
  22. Ik hol nu naar de bruna voor een pritt stick en laat weten hoe het gaat.
  23. Is dat dan gewone pritt, die je bij de kantoorboekwinkel haalt?
×
×
  • Create New...