Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. DSG
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 17
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by DSG

    • DSGundefined

      Solved Error on compile firmware at Duet2RTOS

      Firmware developers
      • • • DSG
      4
      0
      Votes
      4
      Posts
      217
      Views

      DSGundefined

      OK, I have fixxed it. Download wrong branch of the RRFLibrary. Thanks so much.

    • DSGundefined

      Unsolved How to change something in file resurrect.g?

      Tuning and tweaking
      • • • DSG
      26
      0
      Votes
      26
      Posts
      1.8k
      Views

      DSGundefined

      @Phaedrux yes, the problem is resume print after powerloss. The gcode for lifting z axis make the gap between the previous layer and the current layer, maybe cause by under extrusion (leaking filament when heating nozzle and move from home to previous location). My solution is insert the code calling a macro before resume print (after heating nozzle already) instead hard code like the exist firmware setup. I can modify the movement of print head or extrusion before print is resumed. The resurrect-prolog.g is not used by me now, but I will change the location of calling code of resurrect-prolog.g in resurrect.g for my problem. So the new macro will nolonger nessessary.