Jump to content

helmut92

Member
  • Posts

    15
  • Joined

  • Last visited

Everything posted by helmut92

  1. Well, it worked. 40% infill, 45 degree bed temp, and letting the bed cool slowly seems to help. Now there is very little warpage. I may try putting a lid over the print next time it's done. The only thing I need to figure out for this is why the z axis isn't moving down. i've been reading a bit about gcode commands. Maybe i'll try manually setting a g28 or a g0/g1 command in gcode and lower the z-axis. Thanks again for your help.
  2. I think I have found my mistake. M4 S4500 means that the program waits 4500 seconds until it continues, is that right? that would be 75 minutes, I did not want to wait that long 😄 I should have rather taken 10 minutes, so S6000, per step. But why I can not cancel the print, I still do not understand.
  3. Unfortunately, this doesn't quite work either. Although there is no more error, the printer simply stops after the end of printing. The print head cools down, but remains about 5 mm above the print part. The print bed does not lower completely and remains at 45°C, but does not cool down after the specified time. i post times the changed end of the gcode. maybe i took over something wrong. ;TIME_ELAPSED:70029.768827 G1 F1500 E113.80183 ;M140 S0 M107 G91 ;Relative movement G0 F15000 X8.0 Z0.5 E-4.5 ;Wiping+material retraction G0 F10000 Z1.5 E4.5 ;Compensation for the retraction G90 ;Disable relative movement M82 ;absolute extrusion mode M104 S0 M190 S45 ; first new line that will turn the bed back on G4 S4500 M190 S400 G4 S4500 M190 S35 G4 S4500 M190 S30 G4 S4500 M190 S25 G4 S4500 M140 S0 ; turn the bed off - is the last line of your cool down code. ;End of Gcode ;SETTING_3 {"extruder_quality": ["[general]\\nversion = 4\\nname = Ultimaker PLA ;SETTING_3 fine\\ndefinition = ultimaker3\\n\\n[metadata]\\nintent_category = d ;SETTING_3 efault\\nsetting_version = 16\\nposition = 0\\ntype = quality_changes ;SETTING_3 \\nquality_type = draft\\n\\n[values]\\nbottom_layers = 4\\ncool_min_ ;SETTING_3 layer_time = 20\\nfill_outline_gaps = False\\nfill_perimeter_gaps = n ;SETTING_3 owhere\\ninfill_line_width = 0.4\\ninfill_overlap = 10\\ninfill_patte ;SETTING_3 rn = gyroid\\ninfill_sparse_density = 40\\ninfill_sparse_thickness = ;SETTING_3 0.2\\nironing_enabled = False\\nironing_flow = 5\\nironing_inset = 0. ;SETTING_3 3\\nironing_line_spacing = 0.2\\nline_width = 0.4\\nmaterial_flow = 1 ;SETTING_3 02\\nmaterial_initial_print_temperature = 200\\nmaterial_print_temper ;SETTING_3 ature = 205\\noptimize_wall_printing_order = True\\nouter_inset_first ;SETTING_3 = True\\nretraction_count_max = 10\\nretraction_hop = 1\\nskirt_brim ;SETTING_3 _minimal_length = 30\\nspeed_infill = 15\\nspeed_ironing = 13\\nspeed ;SETTING_3 _layer_0 = 15\\nspeed_print = 15\\nspeed_topbottom = 15\\nspeed_wall_ ;SETTING_3 0 = 15\\nspeed_wall_x = 15\\ntop_layers = 5\\ntravel_avoid_supports = ;SETTING_3 True\\nwall_line_count = 3\\nwall_line_width_x = 0.4\\nxy_offset_lay ;SETTING_3 er_0 = -0.1\\nz_seam_type = back\\nz_seam_x = 0\\nz_seam_y = 0\\n\\n" ;SETTING_3 , "[general]\\nversion = 4\\nname = Ultimaker PLA fine\\ndefinition = ;SETTING_3 ultimaker3\\n\\n[metadata]\\nintent_category = default\\nsetting_ver ;SETTING_3 sion = 16\\nposition = 1\\ntype = quality_changes\\nquality_type = dr ;SETTING_3 aft\\n\\n[values]\\nbrim_line_count = 5\\nspeed_support = 15\\nsuppor ;SETTING_3 t_angle = 40\\nsupport_infill_rate = 30\\nsupport_offset = 1\\nsuppor ;SETTING_3 t_xy_distance = 0.6\\n\\n"], "global_quality": "[general]\\nversion = ;SETTING_3 4\\nname = Ultimaker PLA fine\\ndefinition = ultimaker3\\n\\n[metada ;SETTING_3 ta]\\nintent_category = default\\nsetting_version = 16\\ntype = quali ;SETTING_3 ty_changes\\nquality_type = draft\\n\\n[values]\\nacceleration_enable ;SETTING_3 d = False\\nadhesion_extruder_nr = 1\\ninfill_extruder_nr = 0\\njerk_ ;SETTING_3 enabled = False\\nlayer_height = 0.2\\nlayer_height_0 = 0.2\\nmateria ;SETTING_3 l_bed_temperature = 45\\nprime_tower_enable = True\\nprime_tower_posi ;SETTING_3 tion_x = 110\\nprime_tower_position_y = 190\\nsupport_enable = True\\ ;SETTING_3 nsupport_extruder_nr = 1\\nsupport_type = buildplate\\n\\n"} Edit: what is also strange is that I can not cancel the print in the state. I have to turn the printer off and on again to do anything.
  4. 😄 😄 i think the command M190 R60 does not work with the UM3. as soon as the print is "ready", the UM shows the error ER24. Can I somehow unlock the command? The good thing is that the print bed temperature stays on and then I can theoretically turn it down manually.
  5. Hi, thanks for the code. I took it directly and started a test print. Since the printed parts adhere quite well to the glass plate, I have lowered the print bed temperature to 45°. let's see if this works. If necessary, I still have Printafix there. I will print the form again over night. I will adjust the infill to 40%. The print should be ready tomorrow morning, shortly after I start working. Then I can directly put a microwave cover over the printed part, which I stole from the kitchen. I currently rework the parts only with some sandpaper, but not chemically. I tried the annealing, but after that my mold looked like on geert_2 second picture. I will keep you updated, thanks for your help.
  6. Oh yeah i forgot to mention, that i use an Ultimaker 3. so these are the last few lines of the g-code. there is the command 140 in there twice, which one do i need to replace? ;TIME_ELAPSED:10207.757117 G1 F1500 E712.09729 M140 S0 M107 G91 ;Relative movement G0 F15000 X8.0 Z0.5 E-4.5 ;Wiping+material retraction G0 F10000 Z1.5 E4.5 ;Compensation for the retraction G90 ;Disable relative movement M82 ;absolute extrusion mode M104 S0 ;End of Gcode ;SETTING_3 {"extruder_quality": ["[general]\\nversion = 4\\nname = Ultimaker Tou ;SETTING_3 gh PLA fine 0,2\\ndefinition = ultimaker3\\n\\n[metadata]\\ntype = qu ;SETTING_3 ality_changes\\nsetting_version = 16\\nintent_category = default\\nqu ;SETTING_3 ality_type = draft\\nposition = 0\\n\\n[values]\\nbottom_layers = 4\\ ;SETTING_3 ncool_min_layer_time = 20\\nfill_outline_gaps = True\\nfill_perimeter ;SETTING_3 _gaps = nowhere\\ninfill_line_width = 0.4\\ninfill_overlap = 10\\ninf ;SETTING_3 ill_pattern = gyroid\\ninfill_sparse_density = 10\\ninfill_sparse_thi ;SETTING_3 ckness = 0.2\\nironing_inset = =(0.3) + skin_line_width * (1.0 - iron ;SETTING_3 ing_flow / 100) / 2\\nironing_line_spacing = 0.15\\nline_width = 0.4\ ;SETTING_3 \nmaterial_initial_print_temperature = 200\\nmaterial_print_temperatu ;SETTING_3 re = 224\\noptimize_wall_printing_order = True\\nouter_inset_first = ;SETTING_3 True\\nretract_at_layer_change = True\\nretraction_count_max = 10\\nr ;SETTING_3 etraction_hop = 1\\nskirt_brim_minimal_length = 30\\nspeed_infill = 2 ;SETTING_3 5\\nspeed_ironing = 12\\nspeed_layer_0 = 15\\nspeed_print = 70\\nspee ;SETTING_3 d_topbottom = 20\\nspeed_wall_0 = 15\\nspeed_wall_x = 20\\ntop_layers ;SETTING_3 = 4\\ntravel_avoid_supports = True\\nwall_line_count = 3\\nwall_line ;SETTING_3 _width_0 = 0.4\\nwall_line_width_x = 0.4\\nxy_offset_layer_0 = -0.15\ ;SETTING_3 \nz_seam_type = back\\nz_seam_x = 0\\nz_seam_y = 0\\n\\n", "[general] ;SETTING_3 \\nversion = 4\\nname = Ultimaker Tough PLA fine 0,2\\ndefinition = u ;SETTING_3 ltimaker3\\n\\n[metadata]\\ntype = quality_changes\\nsetting_version ;SETTING_3 = 16\\nintent_category = default\\nquality_type = draft\\nposition = ;SETTING_3 1\\n\\n[values]\\nbrim_line_count = 5\\nskirt_brim_speed = 15\\nspeed ;SETTING_3 _support = 20\\nsupport_angle = 60\\nsupport_infill_rate = 30\\nsuppo ;SETTING_3 rt_infill_sparse_thickness = 0.24\\nsupport_offset = 0.2\\nsupport_xy ;SETTING_3 _distance = 0.4\\n\\n"], "global_quality": "[general]\\nversion = 4\\ ;SETTING_3 nname = Ultimaker Tough PLA fine 0,2\\ndefinition = ultimaker3\\n\\n[ ;SETTING_3 metadata]\\ntype = quality_changes\\nsetting_version = 16\\nintent_ca ;SETTING_3 tegory = default\\nquality_type = draft\\n\\n[values]\\nacceleration_ ;SETTING_3 enabled = False\\nadhesion_extruder_nr = 1\\njerk_enabled = False\\nl ;SETTING_3 ayer_height = 0.2\\nlayer_height_0 = 0.2\\nprime_tower_enable = True\ ;SETTING_3 \nprime_tower_position_x = 200\\nprime_tower_position_y = 180\\nsuppo ;SETTING_3 rt_enable = False\\nsupport_extruder_nr = 1\\nsupport_type = everywhe ;SETTING_3 re\\n\\n"} Thanks for your help! EDIT: Oh forget it, its M140 and M104.🙈
  7. thank you for your answer, I will certainly try that. can i adjust the gcode in cura so that the print bed cools down very slowly after printing?
  8. Hi, i could use some help. I try to print an open relatively large mold at work. The problem is that the part is always warping after it is finished and cooled. Its not the usual warping problem at the corners. its more like the part warping in the middle of the part. During printing, everything seems nice and flat, but after printing, when the bed cools, it warps. I have attached a photo where you can see it. The warping is not only at the bottom of the part, it is rather the whole part that is deformed. i think it's because the part is unevenly thick and it cools unevenly as the plate cools. Does anyone have a suggestion on what adjustment i can make to correct the problem. Constructively, the only thing I can think of is to reduce the thickness of the surrounding rim. I print with Colorfabb PLA, but have also tried Ultimaker PLA and tough PLA. Print speed all settings 15m/s; 15% infill, 4 walls, ironing, 0.2 layerheight. I usually print directly onto the glass, but have also tried PrintaFix. Thanks for your help, Jan
  9. you can find it under cooling. For ABS i usually turn if off or just 5%. And i also just print with a speed of 30. But i dont know how the setting for cpe are, never printed with cpe.
  10. This does not really look like a shift on the printed part. Since you print with ABS (which is kind of difficult to print) can you give us some more information about your printing settings? Temperature, speed, etc...
  11. I found this thread. there is pretty much every possible solution explained. Just read through the thread.
  12. its probably because of an clogged nozzle or the filament is grinded down by the feeder. To check if you have a clogged nozzle, you can set the nozzletemp to 200°C for PLA and then push the filament manualy through the nozzle. To check if the filament is grinded down, unload the filament and look for spots that are grinded down. What material did you use and at what temperature/speed do you print?
  13. I also had some problems with the blobs and strings. I think that was because the pva is hygroscopic. We have an oven here at work that is on 24 hours a day at 40 degrees. I stored the pva there over night and tried it again the next day. it worked great then without blobs and strings. Since then i have two pva coils and change the coil every time i start a print. The unused one comes in the oven.
  14. That's a prime tower. The software doesn't need it, but it is advantageous if you print with two materials. You can disable the prime tower under dual extrusion -> enable prime tower.
  15. actually there is a "slice" button. You just have to go to general preferences and deactivate "slice automatically".
×
×
  • Create New...