• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

Homing after cancel print RRF 3.0

Scheduled Pinned Locked Moved
General Discussion
2
4
239
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined
    AlexLin
    last edited by 11 May 2020, 09:05

    Hi
    I recently upgraded from RRF 2 to 3 and after the necessary changes every works except when I pause and cancel a print and try to start a new one...I cannot home and the print will not start. I have to power up and down in order to be able to home and then start a new print.
    Is there anything that changed in regard to pause and cancel a print?
    start.g

    G21 ;metric values
    G90 ;absolute positioning
    M107 ;start with the fan off
    G29 S2
    M703 ; config filament
    G28
    M376 H10 ;taper off bed level compensation
    M204 P1200 T2000 ;Set accelerations (mm/s^2)
    G1 X15 Y5 Z5
    G1 Z0.2 F3000 ;move the platform down
    G1 F3000
    G1 X115 Y5 E10
    G1 Z21.75 F3000 ;move the platform down
    G29 S1

    pause.g

    ; pause.g
    ; called when a print from SD card is paused
    ;
    ; generated by RepRapFirmware Configuration Tool on Sat Feb 24 2018 12:46:55 GMT+0100 (Central Europe Standard Time)
    M83 ; relative extruder moves
    G1 E-10 F3600 ; retract 10mm of filament
    G91 ; relative positioning
    G1 Z5 F360 ; lift Z by 5mm
    G90 ; absolute positioning
    G1 X0 Y0 F6000 ; go to X=0 Y=0

    cancel.g
    does nothing

    stop.g

    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 F3000 ;move Z up a bit and retract filament even more
    G90 ;absolute positioning
    G1 X0 Y0 ;move X/Y to min endstops, so the head is out of the way

    Cheers Alex

    1 Reply Last reply Reply Quote 0
    • undefined
      dc42 administrators
      last edited by 11 May 2020, 09:07

      Please try upgrading to firmware 3.01-RC12. There have been many improvements since 3.0.

      Duet WiFi hardware designer and firmware engineer
      Please do not ask me for Duet support via PM or email, use the forum
      http://www.escher3d.com, https://miscsolutions.wordpress.com

      1 Reply Last reply Reply Quote 0
      • undefined
        AlexLin
        last edited by 11 May 2020, 09:14

        was a bit hesitant to upgrade to an RC...but you would say that RC12 is more reliable than 3.0?

        undefined 1 Reply Last reply 11 May 2020, 09:24 Reply Quote 0
        • undefined
          dc42 administrators @AlexLin
          last edited by dc42 5 Nov 2020, 09:25 11 May 2020, 09:24

          @AlexLin said in Homing after cancel print RRF 3.0:

          was a bit hesitant to upgrade to an RC...but you would say that RC12 is more reliable than 3.0?

          Yes. We are very close to releasing RRF 3.01 stable.

          Read the upgrade notes because there are changes to configuration of PanelDue, bed heaters, and (in some cases) endstops.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          1 out of 4
          • First post
            1/4
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA