User Tools

Site Tools

equipment:3dprinting:ultimaker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
equipment:3dprinting:ultimaker [2018/03/11 16:51] – [Print setting] Anders Vestergaardequipment:3dprinting:ultimaker [2018/03/15 18:13] (current) Anders Vestergaard
Line 11: Line 11:
  
  
-**NYE BILLEDER PÅ VEJ**+{{:equipment:3dprinting:2018-03-15_17.33.26.jpg?direct&400|}} 
 +{{:equipment:3dprinting:2018-03-15_17.33.33.jpg?direct&400|}} 
  
-{{:equipment:ultimaker.jpg?direct&400|}} 
  
 ===== Print setting ===== ===== Print setting =====
Line 27: Line 28:
 ^ Retraction:| 4 mm | ^ Retraction:| 4 mm |
 ^ Retraction speed:| 60 mm/s | ^ Retraction speed:| 60 mm/s |
-Start gcode:|  | + 
-Stop gcodespeed: |+==== Start gcode ==== 
 +<code> 
 +G21        ;metric values 
 +G90        ;absolute positioning 
 +M82        ;set extruder to absolute mode 
 +M107       ;start with the fan off 
 +G28 Z0     ;move Z to min endstops 
 +G28 X0 Y0                              ;move X/Y to min endstops 
 +G1 X10 Y10 Z15.0 F1000 ;move the platform down 15mm 
 +G92 E0                  ;zero the extruded length 
 +G1 F200 E3              ;extrude 3mm of feed stock 
 +G92 E0                  ;zero the extruded length again 
 +;Put printing message on LCD screen 
 +M117 Printing... 
 +</code> 
 +==== Stop gcode ==== 
 +<code> 
 +;End GCode 
 +M104 S0                     ;extruder heater off 
 +M140 S0                     ;heated bed heater off (if you have it) 
 +G91                                    ;relative positioning 
 +G1 E-2 F300                            ;retract the filament a bit before lifting the nozzle to release some of the pressure 
 +G1 Z+0.5 E-3 X-20 Y-20 F1000 ;move Z up a bit and retract filament even more 
 +G28 X0 Y0                              ;move X/Y to min endstops 
 +G28 Z0     ;move Z to min endstops so the head is out of the way 
 +M84                         ;steppers off 
 +M107                       ;Turn fan off 
 +G90                         ;absolute positioning 
 +</code>
 ===== Betjening af Ultimaker ===== ===== Betjening af Ultimaker =====
  
Permalink equipment/3dprinting/ultimaker.1520783486.txt.gz · Last modified: 2018/03/11 16:51 by Anders Vestergaard

oeffentlich