Jump to content

def1127

Dormant
  • Posts

    1
  • Joined

  • Last visited

Personal Information

  • Country
    US

def1127's Achievements

0

Reputation

  1. Hello, I don't have an ultimaker printer, but I use Cura to print with. I had to attach an acrylic base plate to my printer because the original got trashed on the first print. My problem is that the acrylic is melting. I need to be able to raise the head, heat it, then put the head down and start printing. I tried writing some G-Code to do this. When I click the print button, the printer heats, on the print bed, then raises, then stops, and does not continue. ;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\G21 ;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 Z5.0M109 S{temerature} ;Uncomment to add your own temperature lineG1 Z0.0G1 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... Please help, I need this printer to be working. Thanks in advance! - David
×
×
  • Create New...