Close



Results 1 to 10 of 396

Hybrid View

  1. #1
    Engineer
    Join Date
    Jul 2014
    Location
    Eastern Colorado
    Posts
    536
    I have Slic3r put it into the G-code for me automatically whenever I slice anything.

    Printer Settings tab
    Custom G-code

    M190 S[first_layer_bed_temperature] ; set bed temperature, wait for it to reach target before proceeding
    M117 Homing...
    G28
    M104 S[first_layer_temperature] ; set hotend temperature. Use M109 to set and wait
    M117 Auto Bed Leveling...
    G29 P4 ; auto level
    G1 X99 Y99 Z1 F1500; reposition extruder
    M109 S[first_layer_temperature] ; in case the hotend didn't heat up fully during ABL
    M117 Printing...

  2. #2
    Student systemslave's Avatar
    Join Date
    Jan 2015
    Location
    Oregon
    Posts
    11
    Thanks AbuMaia, I get that. I am doing the same with Cura. I would like to trigger it in the firmware instead of depending on the slicer to embed it. Even in the case where the leveling ran twice because it was embedded in the gcode the machine would not be hurt.

Tags for this Thread

Posting Permissions

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