Jump to content

pauloah

New member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by pauloah

  1. M118 is a good question, but M651 turns ON the chassis fan, where M652 turns it OFF. I have my Adventurer 3 working with Cura using the following G-Code, might work with your Creator with few tweaks. I export the regular .gcode file and simply rename to .g and it works fine loading into FlashPrint and sending to print (I do this as its faster and easier then through an USB drive). Start G-code Code Explanation M651 G90 G28 M132 X Y Z A B G1 Z50 F3300 M7 T0 M6 T0 M907 X100 Y100 Z40 A100 B20 Turns the chassis fan ON Sets the printer to absolute positioning Moves to home position Loads the axis offset of the current home position Moves 50mm on Z axis and sets feed rate to 3300 mm/s Mist coolant ON Tool change Set digital trimpot motor current End G-code Code Explanation M652 M107 M104 S0 T0 M140 S0 T0 G91 G1 F150 G1 Z10 G90 G28 G1 X0 Y0 F1200 M84 Turns the chassis fan OFF Turns the extruder fan OFF Sets the extruder 0 temperature to 0 degrees Sets the bed 0 temperature to 0 degrees Sets the printer to relative positioning Sets the feed rate to 150mm/s Raises the Z axis by 10mm Sets the printer to absolute positioning Moves to home position Moves to coordinates 0,0 and feed rate to 1200 mm/s Stops the idle holds on all axis and extruder
×
×
  • Create New...