Taillieu.Info

More Than a Hobby..

3D Printing leapfrog creatr dual head

Leapfrog 3D Printer Creatr 2014

 

Precision

  • Layer height (micron)0.05 - 0.35
  • Positioning precisionXY: 16.9 microns, Z: 20 microns
  • Extruder / nozzle diameter (mm)0.35
  • Operation heated bed temperature95° C
  • Heated printing environmentNo

Build

  • Weight (kg)32
  • Body / ConstructionAluminium extrusion profiles CNC milled aluminium parts
  • Printer dimensions DxWxH (mm)600 x 500 x 500

Speed

  • Printing speed (mm/s)60
  • Max. flow rate (mm³/s)
  • Travel speed (mm/s)350

Size

  • Max build volume (liter)12.4
  • Max print dimensions single extruder (x,y,z) (mm)230 x 270 x 200
  • Max print dimensions dual extruder (x,y,z) (mm)

Materials

  • Nozzle temperature (up to)275° C
  • Compatible filamentsABS, PLA

 


 Print Volume Single Head x=230, y=270, z=200       
 Print Volume Dual Head  x=200, y=270, z=200      
 Layer thickness  0.02 – 0.35 mm      
  Diam. Speed mm/s Retraction mm Extra Length on restart
Nozzle 1 - Tool 0 (Right) 0.35 30 15 0.5
Nozzle 2 - Tool 0 (Left) 0.50 30 10 0.5
Extruder Speed 30 mm/s      
         
   mm/min mm/sec   Max.  
 Print Speed  3,000  50  3,600/60  
Travel (move x/y)  60,000  100 210,000/350   
move z 100 1.67    
         
G-Code  https://en.wikipedia.org/wiki/G-code       
M104 S0 ; turn off temperature        
G28 ; home all axes        
G28 X0 ; home X axis        
M84 ; disable motors        
         
Starting Scripts M107 ; start with the fan off

G28 X0 Y0 ; home XY axes

G28 Z0 ; home Z

G92 X0 Y0 Z0 E0 ; reset software positions

G1 Z15.0 F180

T0

G92 E0 ; zero the extruded length

G1 E3 F200

T1

G1 E6 F200

T0

G92 E0 ; zero the extruded length again

G1 F225

     
         
Ending Script M104 S0 T0 ; turn off right extruder

M104 S0 T1 ; turn off left extruder

M140 S0 T0 ; turn off bed

G1 Z200 F1200 ; drop bed

G28 X0 ; home X axis

M84 ; disable motors

     
         
         
         
         
         
Extruder Offsets  // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.
// #define EXTRUDER_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis
// #define EXTRUDER_OFFSET_Y {0.0, 31.28} // (in mm) for each extruder, offset of the hotend on the Y axis
I added this to my gcode.start file. M218 T0 X0 Y0;
M218 T1 X20 Y0;