Jump to content

cgef

New member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by cgef

  1. Im using a ctc bizer in cura and i can not seem to get the extruder to move. Ive disabled origin at center and ive changed my gcode. What should i do? I apologize for lack of some info im very new to 3d printing im using my brothers old one. 

    gcode start 

    M73 P0 (enable build progress)

    M92 X88.8 Y88.8 Z400 E101 ; sets steps per mm for Rep2

    G90 (set positioning to absolute)

    (**** begin homing ****)

    G162 X Y F4000 (home XY axes maximum)

    G161 Z F3500 (home Z axis minimum)

    G92 Z-5 (set Z to -5)

    G1 Z0.0 (move Z to “0”)

    G161 Z F100 (home Z axis minimum)

    M132 X Y Z A B (Recall stored home offsets for XYZAB axis)

    gcode end


    (**** end homing ****)
    G92 X147 Y66 Z5
    G1 X105 Y-60 Z10 F4000.0 (move to waiting position)
    G130 X0 Y0 A0 B0 (Set Stepper motor Vref to lower value while heating)
    G130 X127 Y127 A127 B127 (Set Stepper motor Vref to defaults)
    G0 X105 Y-60 (Position Nozzle)
    G0 Z0.6 (Position Height)

×
×
  • Create New...