Close



Page 5 of 5 FirstFirst ... 345
Results 41 to 43 of 43
  1. #41
    Senior Engineer
    Join Date
    Jun 2014
    Location
    Burnley, UK
    Posts
    1,662
    M103 ;disable RPM M73 P0 ;enable build progress
    G21 ;set units to mm G90 ;set positioning to absolute
    (**** begin homing ****)
    G162 X Y F2500 ;home XY axes maximum
    G161 Z F1100 ;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
    (**** end homing ****)
    G1 X-141 Y-74 Z75 F3300.0 ;move to waiting position
    G130 X20 Y20 Z20 A20 B20 ;Lower stepper Vrefs while heating
    M6 T0 ;wait for toolhead, and HBP to reach temperature
    M70 P5 (We Be Making Things!)
    Here it is
    G130 X127 Y127 Z40 A127 B127 ;Set Stepper motor Vref to defaults



    M108 R3.0 T0
    G0 X-141 Y-74 ;Position Nozzle
    G0 Z1 ;Move above plate
    G1 Z0.3 ;Position Height M108 R5.0 ;Set Extruder Speed
    M101 ;Start Extruder
    G4 P3000 ;Create Anchor
    G1 X-137 Y-70 Z0.1 F1000.0 ;Slow wipe
    G0 Z0.3 ;and lift


    This is the beginning of the Gcode that I have. I see the first option you mentioned but not the second. Where should I add it?

  2. #42
    Senior Engineer
    Join Date
    Jun 2014
    Location
    Burnley, UK
    Posts
    1,662
    Yes, try 100.

    You will not break anything it will just not move correctly or may skip steps if you go to low, if you are too high then it will still overheat.

  3. #43
    Engineer-in-Training
    Join Date
    Jul 2014
    Posts
    305
    Thank you for the help!

    I will try that today and see what I can do.

Page 5 of 5 FirstFirst ... 345

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •