Jump to content

help please


Recommended Posts

Posted · help please

I have tested the models that come with ultimaker2 and printed a few codes but not sure why I just cant configure my 3d scans to be printes properly, could someone please send me a gcode or a model to leech its configurations for fine printing?

  • Link to post
    Share on other sites

    Posted · help please

    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.

  • Link to post
    Share on other sites

    Posted (edited) · help please

    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)

     

    Edited by Guest
  • Link to post
    Share on other sites

    Posted · help please

    HI I am using the glue that comes with the printer, calibrated with the sheet of paper, and couldnt find this that you said " Then set Cura in the Expert menu to full settings. Finaly choose File -> Open Settings and choose the settings_file.ini you just saved."

  • Link to post
    Share on other sites

    Posted (edited) · help please

    here is my file, could you chek it in your cura?

    Edited by Guest
  • Link to post
    Share on other sites

    Posted (edited) · help please

    So it is only 2.3 cm tall and laying on it's side?

    Edited by Guest
  • Link to post
    Share on other sites

    Posted · help please

    Yea, and I had aligned it to stand each time tried to print

  • Link to post
    Share on other sites

    Posted · help please

     

    20150613_162702.thumb.jpg.ba9844e77bddfd6af5c213b7be210296.jpg[/media]

    20150613_162702.thumb.jpg.ba9844e77bddfd6af5c213b7be210296.jpg

  • Link to post
    Share on other sites

    Posted · help please

     

    20150613_162654.thumb.jpg.22571821184d81c5661a18eeb2dc1cf0.jpg it looks like the printer is ok and the issue is the code what you think?

    20150613_162654.thumb.jpg.22571821184d81c5661a18eeb2dc1cf0.jpg

  • Link to post
    Share on other sites

    Posted · help please

    here is a video on how its behaving I gueess it moves too fast on the en of lines

    https://www.dropbox.com/s/1vbkib600fvqwc1/20150613_164436%5B1%5D.mp4?dl=0

  • Link to post
    Share on other sites

    Posted · help please

    I'd say the top layers are not printed. And that would be the code.

  • Link to post
    Share on other sites

    Posted · help please

    oh what shall I modify ?

  • Link to post
    Share on other sites

    Posted · help please

    I couldn't see your file on the previous page so I don't know what your object looks like. But looking at the video, you're using too much glue. Use some wet paper and spread that glue out all over your glass. When the water dries you should have a very thin film of glue on your glass.

    Secondly, you may want to raise the bed slightly so that the plastic is pressed onto the platform harder.

    • Like 1
    Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...