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

    DSG

    @DSG

    1
    Reputation
    1
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    DSG Unfollow Follow

    Best posts made by DSG

    • RE: How to change something in file resurrect.g?

      @Phaedrux the last update 2.04 just fix the select tool before resurrect-prologue.g is called.. I think it is not that I need, but I will try.
      Thanks for your support.

      posted in Tuning and tweaking
      DSGundefined
      DSG

    Latest posts made by DSG

    • RE: Duet WiFi Additional Stepper Drivers with SPI

      @Danal you mean duet2 board can use tmc2130 in spi mode? What spi port on the main can I connect to driver? Thanks!

      posted in Duet Hardware and wiring
      DSGundefined
      DSG
    • RE: How to change something in file resurrect.g?

      @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.

      posted in Tuning and tweaking
      DSGundefined
      DSG
    • RE: How to change something in file resurrect.g?

      Compile the firmware with remove some code and add a code for calling powerfailure.g (made by me) for adjusting the extrusion before resume print that solute my problem.
      Thanks.

      posted in Tuning and tweaking
      DSGundefined
      DSG
    • RE: Error on compile firmware at Duet2RTOS

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

      posted in Firmware developers
      DSGundefined
      DSG
    • RE: Error on compile firmware at Duet2RTOS

      @dc42 I got RRFLibrary at your github https://github.com/dc42/RRFLibraries. If it is old version, tell me how to get the new. Thanks!

      posted in Firmware developers
      DSGundefined
      DSG
    • Error on compile firmware at Duet2RTOS

      My CoreNG, RRFL, FreeRTOS compile have successed but fail on compile Rerapfirmware (duet3RTOS). The error has shown below:

      In file included from ../src/Storage/FileInfoParser.h:11,
                       from ../src/Storage/FileInfoParser.cpp:8:
      C:\Eclipse\Firmware\RepRapFirmware\src/RepRapFirmware.h:43:10: fatal error: General/StringFunctions.h: No such file or directory
         43 | #include "General/StringFunctions.h"
            |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      In file included from ../src/Tools/Tool.h:29,
                       from ../src/Tools/Tool.cpp:26:
      C:\Eclipse\Firmware\RepRapFirmware\src/RepRapFirmware.h:43:10: fatal error: General/StringFunctions.h: No such file or directory
       
         43 | #include "General/StringFunctions.h"
      
      posted in Firmware developers
      DSGundefined
      DSG
    • RE: How to change something in file resurrect.g?

      @dc42 I have 2 problems. The first is the print head lift 2mm and down 2mm before resume that make the gap (greater than layer height) between the print head and printed object. I think that problem comes from the z axis movement by belt. The next, the extrusion that has rised from calling resurrect-prologue.g before print head arrives at the previous location make the under extrusion when resume print. That are reasons I want to edit resurrect.g, disable lift the z and add gcode for extrusion after print head comes back. I have tried that by edit the resurrect.g manually and get success resume at pause/planning power off or power failure state. How to config that?

      posted in Tuning and tweaking
      DSGundefined
      DSG
    • RE: How to change something in file resurrect.g?

      @dc42 the lifting z about 2mm make the resume print not fit with the exist printed object. I have successed with remove lift z code in the resurrect.g not only pause state but also power failure. Have you added this mod in the next firmware version (user can figure the movement of print head)?

      posted in Tuning and tweaking
      DSGundefined
      DSG
    • RE: How to change something in file resurrect.g?

      @littlehobbyshop please tell me how to compiled firmware. Thanks!

      posted in Tuning and tweaking
      DSGundefined
      DSG
    • RE: How to change something in file resurrect.g?

      @T3P3Tony yes, wiki has guide that but I do not add the z lift code to M911, just turn off X Y motor and retract.

      posted in Tuning and tweaking
      DSGundefined
      DSG