Author Topic: FrankenCube v0.1 Its ALIVE!!!  (Read 9210 times)

soso2

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: FrankenCube v0.1 Its ALIVE!!!
« Reply #60 on: June 16, 2016, 03:24:08 pm »
Start g-code:
Code: [Select]
G21                                ;metric values
G90                                ;absolute positioning
M82                               ;set extruder to absolute mode
G28                                ;move to endstops
G1 Z15.0 F2500             ;move the hotend to 15mm
;G92 E0                           ;zero the extruded length
;G1 F200 E10                  ;extrude 10mm of feed stock
;G92 E0                           ;zero the extruded length again
G1 X0 Y0 Z0.4 F1000    ;move Z close
G1 X50 Y0 Z0.1 F1000  ;move 50mm to right and Z closer

End g-code
Code: [Select]
M104 S0                                      ;extruder heater off
;M140 S0                                      ;heated bed heater off (if you have it)
G91                                              ;relative positioning
G1 E-1 F300                                ;retract the filament a bit before lifting the nozzle
 to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F2000 ;move Z up a bit and retract filament even more
G28 X0 Y0                                   ;move X/Y to min endstops
 so the head is out of the way
G28 Z0                                        ;home Z
G90                                             ;absolute positioning

Also updated configuration in github. Needed to enabled sdcard, now it's printing from it
Spegelius Thanks so much for this..
Are you using Ramps 1.4 with the A4988, ?  also what Lcd panel are you using?? I actually put your values from the config h, into the marlin i'm using.. I couldn't get my Reprap smart controller to work with the RC..  If you are using the A4988 drivers, did you dial down the voltage?  just wondering.. 
I just getting things to work out, thank to you past reply, I calibrated my extruder, though x axis seem to move slow, and the z axis is super fast..