Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. User3D
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 59
    • Best 6
    • Groups 0

    User3D

    @User3D

    8
    Reputation
    6
    Profile views
    59
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    User3D Follow

    Best posts made by User3D

    • RE: [RRF3.2] M207 T-parameter ignored?

      In RRF 3.01 and later, if a P parameter is provided then only the retraction parameters for the specified tool will be set. says : https://duet3d.dozuki.com/Wiki/Gcode#Section_M207_Set_retract_length

      posted in Duet Web Control
      User3D
      User3D
    • RE: Emergency stop / external reset

      @dc42 what purpose hardware reset pin is for?

      posted in Tuning and tweaking
      User3D
      User3D
    • RE: Question about bed probing

      @fcwilt said in Question about bed probing:

      so why not just continue the process and level it?

      wanted to make it less human dependent .
      No biggie... I'll go with current method .

      Thanks for the help 🙂

      posted in General Discussion
      User3D
      User3D
    • RE: BLTouch doesn't always deploy Duet 3 6HC

      @ctilley79 My BL-Touch used to go in blink state too ,So I've this line to change its mode to ALARM RELEASE in my config at the end and even at start and end of bed.g . Try this I suppose.
      For deployment problem I would suggest you to increase dive height that is H parameter's value in M558 which is 3 right now. Mine is 8.

      posted in Firmware installation
      User3D
      User3D
    • RE: Can't build RRF 3.3

      @dc42 Doing so is generating:
      out.PNG

      I don't see any .elf generated ? what am I supposed to do with these generated files to get .bin?

      posted in Firmware developers
      User3D
      User3D
    • RE: Endstops not working during homeing but light up on board

      @resh can you do following:
      home any one axis. Manually light up respective endstop and see if axis actually stops immediately (Don't wait for it to reach to endstop).

      If it doesn't stop then manually light up endstops of other axes and see if it stops .If so you have configured them wrongly. But if it doesn't stop at all then there might be wiring issue I guess.

      posted in Duet Hardware and wiring
      User3D
      User3D

    Latest posts made by User3D

    • RE: how to configure Pulse generating BigTreeTech filament sensor?

      @printernoodle I think its M574 that I missed. Thank you ! I'll try that.

      posted in Filament Monitor
      User3D
      User3D
    • RE: how to configure Pulse generating BigTreeTech filament sensor?

      @phaedrux BigTreeTech .Sorry for inconvenience ! I'll edit rn.

      posted in Filament Monitor
      User3D
      User3D
    • how to configure Pulse generating BigTreeTech filament sensor?

      I calibrated my BTT following : https://duet3d.dozuki.com/Wiki/Duet3dFilamentMonitor_LaserVersion#Section_Calibration
      I got allowed movement 60 to 160 every 5mm. But I was getting different values for sensitivity,min,max % each time. Heres yesterday's reading:

      L      MIN %	MAX %	Over mm
      6.362	0	33	591.7
      6.647	0	48	384.5
      8.156	0	20	-
      9.755	0	20	107.3
      7.478	0	20	231.8
      9.897	0	83	-
      12.226	0	19	-
      8.747	0	21	-
      8.376	0	21	-
      11.125	0	27	-
      

      I tried 7.6 , 7, 6.25, 3.25 values for sensitivity with increased range of R(allowed movement). Still prints keep getting paused because of filament error.
      My current setting:
      M591 D0 L6.30 R25:195 E5 S1

      So today I disabled monitoring and took readings again:

      L 	MIN %	MAX %	Over mm
      6.034	0	196	5496.9
      5.862	63	206	129.0
      5.738	0	233	286.9
      5.517	0	233	353.1
      5.914	0	342	816.1
      5.895	0	342	866.6
      

      How do I get it solved?

      posted in Filament Monitor
      User3D
      User3D
    • RE: Can't build RRF 3.3

      @dc42 Yo, It worked! Thank you : )
      P.S. : I also had to copy bin of GNU ARM in GNU TOOL's bin as gnu arm eclipse was installed in program files due is 64 bits and gnu tools arm in program files x86 due is 32 bits.

      posted in Firmware developers
      User3D
      User3D
    • RE: Can't build RRF 3.3

      @dc42 Changed it. But now I get :

      Building target: Duet3Firmware_MB6HC.elf
      Invoking: Cross G++ Linker
      arm-none-eabi-gcc -L"C:\Users\Nikunj\eclipse-workspace\Firmware\CoreN2G\SAME70_CAN_SDHC_USB_RTOS" -L"C:\Users\Nikunj\eclipse-workspace\Firmware\RRFLibraries\SAME70_RTOS" -L"C:\Users\Nikunj\eclipse-workspace\Firmware\FreeRTOS\SAME70" -L"C:\Users\Nikunj\eclipse-workspace\Firmware\CANlib\SAME70_RTOS" --specs=nosys.specs -Os -Wl,--gc-sections -Wl,--fatal-warnings -mcpu=cortex-m7 -mfpu=fpv5-d16 -mfloat-abi=hard -T"C:\Users\Nikunj\eclipse-workspace\Firmware\RepRapFirmware\src\Hardware\SAME70\same70q20b_flash.ld" -Wl,-Map,"C:\Users\Nikunj\eclipse-workspace\Firmware\RepRapFirmware\Duet3/Duet3Firmware_MB6HC.map" -o "Duet3Firmware_MB6HC.elf" -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=Reset_Handler -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -Wl,--warn-unresolved-symbols -Wl,--start-group  ./src/libcpp/eh_alloc.o ./src/libcpp/vterminate.o  ./src/libc/memcmp.o ./src/libc/memcpy.o ./src/libc/memmove.o ./src/libc/memset.o ./src/libc/nano-mallocr.o ./src/libc/strptime.o  ./src/bossa/Applet.o ./src/bossa/BossaFlash.o ./src/bossa/Device.o ./src/bossa/EefcFlash.o ./src/bossa/Flasher.o ./src/bossa/Samba.o ./src/bossa/WordCopyApplet.o ./src/bossa/WordCopyArm.o  ./src/Tools/Filament.o ./src/Tools/Spindle.o ./src/Tools/Tool.o  ./src/Storage/CRC16.o ./src/Storage/CRC32.o ./src/Storage/FileInfoParser.o ./src/Storage/FileStore.o ./src/Storage/MassStorage.o  ./src/PrintMonitor/PrintMonitor.o  ./src/Platform/Heap.o ./src/Platform/Logger.o ./src/Platform/OutputMemory.o ./src/Platform/Platform.o ./src/Platform/PortControl.o ./src/Platform/RepRap.o ./src/Platform/Roland.o ./src/Platform/Scanner.o ./src/Platform/Tasks.o  ./src/ObjectModel/ObjectModel.o  ./src/Networking/LwipEthernet/Lwip/src/netif/bridgeif.o ./src/Networking/LwipEthernet/Lwip/src/netif/bridgeif_fdb.o ./src/Networking/LwipEthernet/Lwip/src/netif/ethernet.o ./src/Networking/LwipEthernet/Lwip/src/netif/lowpan6.o ./src/Networking/LwipEthernet/Lwip/src/netif/lowpan6_ble.o ./src/Networking/LwipEthernet/Lwip/src/netif/lowpan6_common.o ./src/Networking/LwipEthernet/Lwip/src/netif/slipif.o ./src/Networking/LwipEthernet/Lwip/src/netif/zepif.o  ./src/Networking/LwipEthernet/Lwip/src/core/ipv6/dhcp6.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv6/ethip6.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv6/icmp6.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv6/inet6.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv6/ip6.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv6/ip6_addr.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv6/ip6_frag.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv6/mld6.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv6/nd6.o  ./src/Networking/LwipEthernet/Lwip/src/core/ipv4/autoip.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv4/dhcp.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv4/etharp.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv4/icmp.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv4/igmp.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv4/ip4.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv4/ip4_addr.o ./src/Networking/LwipEthernet/Lwip/src/core/ipv4/ip4_frag.o  ./src/Networking/LwipEthernet/Lwip/src/core/altcp.o ./src/Networking/LwipEthernet/Lwip/src/core/altcp_alloc.o ./src/Networking/LwipEthernet/Lwip/src/core/altcp_tcp.o ./src/Networking/LwipEthernet/Lwip/src/core/def.o ./src/Networking/LwipEthernet/Lwip/src/core/dns.o ./src/Networking/LwipEthernet/Lwip/src/core/inet_chksum.o ./src/Networking/LwipEthernet/Lwip/src/core/init.o ./src/Networking/LwipEthernet/Lwip/src/core/ip.o ./src/Networking/LwipEthernet/Lwip/src/core/mem.o ./src/Networking/LwipEthernet/Lwip/src/core/memp.o ./src/Networking/LwipEthernet/Lwip/src/core/netif.o ./src/Networking/LwipEthernet/Lwip/src/core/pbuf.o ./src/Networking/LwipEthernet/Lwip/src/core/raw.o ./src/Networking/LwipEthernet/Lwip/src/core/stats.o ./src/Networking/LwipEthernet/Lwip/src/core/sys.o ./src/Networking/LwipEthernet/Lwip/src/core/tcp.o ./src/Networking/LwipEthernet/Lwip/src/core/tcp_in.o ./src/Networking/LwipEthernet/Lwip/src/core/tcp_out.o ./src/Networking/LwipEthernet/Lwip/src/core/timeouts.o ./src/Networking/LwipEthernet/Lwip/src/core/udp.o  ./src/Networking/LwipEthernet/Lwip/src/apps/netbiosns/netbiosns.o  ./src/Networking/LwipEthernet/Lwip/src/apps/mdns/mdns.o  ./src/Networking/LwipEthernet/Lwip/src/api/api_lib.o ./src/Networking/LwipEthernet/Lwip/src/api/api_msg.o ./src/Networking/LwipEthernet/Lwip/src/api/err.o ./src/Networking/LwipEthernet/Lwip/src/api/if_api.o ./src/Networking/LwipEthernet/Lwip/src/api/netbuf.o ./src/Networking/LwipEthernet/Lwip/src/api/netdb.o ./src/Networking/LwipEthernet/Lwip/src/api/netifapi.o ./src/Networking/LwipEthernet/Lwip/src/api/sockets.o ./src/Networking/LwipEthernet/Lwip/src/api/tcpip.o  ./src/Networking/LwipEthernet/GMAC/ethernet_sam.o  ./src/Networking/LwipEthernet/LwipEthernetInterface.o ./src/Networking/LwipEthernet/LwipSocket.o  ./src/Networking/FtpResponder.o ./src/Networking/HttpResponder.o ./src/Networking/Network.o ./src/Networking/NetworkBuffer.o ./src/Networking/NetworkInterface.o ./src/Networking/NetworkResponder.o ./src/Networking/TelnetResponder.o ./src/Networking/UploadingNetworkResponder.o  ./src/Movement/StepperDrivers/DriverMode.o ./src/Movement/StepperDrivers/TMC22xx.o ./src/Movement/StepperDrivers/TMC2660.o ./src/Movement/StepperDrivers/TMC51xx.o  ./src/Movement/Kinematics/CoreKinematics.o ./src/Movement/Kinematics/FiveBarScaraKinematics.o ./src/Movement/Kinematics/HangprinterKinematics.o ./src/Movement/Kinematics/Kinematics.o ./src/Movement/Kinematics/LinearDeltaKinematics.o ./src/Movement/Kinematics/PolarKinematics.o ./src/Movement/Kinematics/RotaryDeltaKinematics.o ./src/Movement/Kinematics/RoundBedKinematics.o ./src/Movement/Kinematics/ScaraKinematics.o ./src/Movement/Kinematics/ZLeadscrewKinematics.o  ./src/Movement/HeightControl/HeightController.o  ./src/Movement/BedProbing/Grid.o ./src/Movement/BedProbing/RandomProbePointSet.o  ./src/Movement/DDA.o ./src/Movement/DDARing.o ./src/Movement/DriveMovement.o ./src/Movement/InputShaper.o ./src/Movement/Move.o ./src/Movement/RawMove.o ./src/Movement/StepTimer.o  ./src/Linux/DataTransfer.o ./src/Linux/LinuxInterface.o  ./src/Libraries/sha1/sha1.o  ./src/Libraries/sd_mmc/ctrl_access.o ./src/Libraries/sd_mmc/sd_mmc.o ./src/Libraries/sd_mmc/sd_mmc_mem.o ./src/Libraries/sd_mmc/sd_mmc_spi.o  ./src/Libraries/Fatfs/diskio.o ./src/Libraries/Fatfs/fattime_rtc.o ./src/Libraries/Fatfs/ff.o ./src/Libraries/Fatfs/ffunicode.o  ./src/InputMonitors/InputMonitor.o  ./src/Heating/Sensors/AdditionalOutputSensor.o ./src/Heating/Sensors/CpuTemperatureSensor.o ./src/Heating/Sensors/CurrentLoopTemperatureSensor.o ./src/Heating/Sensors/DhtSensor.o ./src/Heating/Sensors/LinearAnalogSensor.o ./src/Heating/Sensors/RemoteSensor.o ./src/Heating/Sensors/RtdSensor31865.o ./src/Heating/Sensors/SensorWithPort.o ./src/Heating/Sensors/SpiTemperatureSensor.o ./src/Heating/Sensors/TemperatureSensor.o ./src/Heating/Sensors/Thermistor.o ./src/Heating/Sensors/ThermocoupleSensor31855.o ./src/Heating/Sensors/ThermocoupleSensor31856.o ./src/Heating/Sensors/TmcDriverTemperatureSensor.o  ./src/Heating/FOPDT.o ./src/Heating/Heat.o ./src/Heating/Heater.o ./src/Heating/HeaterMonitor.o ./src/Heating/LocalHeater.o ./src/Heating/RemoteHeater.o ./src/Heating/TemperatureError.o  ./src/Hardware/SharedSpi/SharedSpiClient.o ./src/Hardware/SharedSpi/SharedSpiDevice.o  ./src/Hardware/SAME70/Ethernet/ksz8081rna/ethernet_phy.o  ./src/Hardware/SAME70/Ethernet/GmacInterface.o  ./src/Hardware/SAME70/Devices.o ./src/Hardware/SAME70/Main.o  ./src/Hardware/ExceptionHandlers.o ./src/Hardware/I2C.o ./src/Hardware/IoPorts.o ./src/Hardware/NonVolatileMemory.o ./src/Hardware/SoftwareReset.o  ./src/GPIO/GpInPort.o ./src/GPIO/GpOutPort.o  ./src/GCodes/GCodeBuffer/BinaryParser.o ./src/GCodes/GCodeBuffer/ExpressionParser.o ./src/GCodes/GCodeBuffer/GCodeBuffer.o ./src/GCodes/GCodeBuffer/StringParser.o  ./src/GCodes/GCodeException.o ./src/GCodes/GCodeFileInfo.o ./src/GCodes/GCodeInput.o ./src/GCodes/GCodeMachineState.o ./src/GCodes/GCodeQueue.o ./src/GCodes/GCodes.o ./src/GCodes/GCodes2.o ./src/GCodes/GCodes3.o ./src/GCodes/GCodes4.o ./src/GCodes/ObjectTracker.o ./src/GCodes/RestorePoint.o ./src/GCodes/StraightProbeSettings.o ./src/GCodes/Trigger.o ./src/GCodes/Variable.o  ./src/FilamentMonitors/Duet3DFilamentMonitor.o ./src/FilamentMonitors/FilamentMonitor.o ./src/FilamentMonitors/LaserFilamentMonitor.o ./src/FilamentMonitors/PulsedFilamentMonitor.o ./src/FilamentMonitors/RotatingMagnetFilamentMonitor.o ./src/FilamentMonitors/SimpleFilamentMonitor.o  ./src/Fans/Fan.o ./src/Fans/FansManager.o ./src/Fans/LedStripDriver.o ./src/Fans/LocalFan.o ./src/Fans/RemoteFan.o  ./src/Endstops/Endstop.o ./src/Endstops/EndstopsManager.o ./src/Endstops/LocalZProbe.o ./src/Endstops/RemoteZProbe.o ./src/Endstops/StallDetectionEndstop.o ./src/Endstops/SwitchEndstop.o ./src/Endstops/ZProbe.o ./src/Endstops/ZProbeEndstop.o  ./src/Duet3_V06/Pins_Duet3_V06.o  ./src/Comms/AuxDevice.o ./src/Comms/FirmwareUpdater.o ./src/Comms/PanelDueUpdater.o  ./src/CAN/CanInterface.o ./src/CAN/CanMessageGenericConstructor.o ./src/CAN/CanMotion.o ./src/CAN/CommandProcessor.o ./src/CAN/ExpansionManager.o  ./src/Accelerometers/Accelerometers.o  ./src/RepRapFirmware.o   -lCoreN2G -lRRFLibraries -lFreeRTOS -lCANlib -lsupc++ -Wl,--end-group -lm
      Finished building target: Duet3Firmware_MB6HC.elf
       
      make --no-print-directory post-build
      Generating binary file
      arm-none-eabi-objcopy -O binary "C:\Users\Nikunj\eclipse-workspace\Firmware\RepRapFirmware\Duet3/Duet3Firmware_MB6HC.elf" "C:\Users\Nikunj\eclipse-workspace\Firmware\RepRapFirmware\Duet3/Duet3Firmware_MB6HC.bin" && crc32appender "C:\Users\Nikunj\eclipse-workspace\Firmware\RepRapFirmware\Duet3/Duet3Firmware_MB6HC.bin"
      c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/sh: crc32appender: not found
      makefile:109: recipe for target 'post-build' failed
      make[1]: [post-build] Error 127 (ignored)
       
      
      13:25:16 Build Failed. 1 errors, 0 warnings. (took 1m:18s.336ms)
      
      
      

      even thogh I've it available in PATH (C:\Users\User3D\eclipse-workspace\Firmware\RepRapFirmware\Tools\crc32appender).

      posted in Firmware developers
      User3D
      User3D
    • RE: Can't build RRF 3.3

      @dc42 Doing so is generating:
      out.PNG

      I don't see any .elf generated ? what am I supposed to do with these generated files to get .bin?

      posted in Firmware developers
      User3D
      User3D
    • RE: Error count | M122 ?

      @dc42 said in Error count | M122 ?:

      Does the Ethernet connection run reliably, or not?

      yes I suppose. DWC works fine!

      Do you just get one txerror when you first connect?

      I get it all the time... after connecting , during print , after print finishes .
      If it is so because of unreliable Ethernet connection then how do i verify that?

      posted in General Discussion
      User3D
      User3D
    • RE: Can't build RRF 3.3

      @droftarts I tired that too. I kept both coreNG and coreN2G which didn't work so I built after removing coreNG. But both failed :

      09:57:03 **** Incremental Build of configuration Duet3 for project RepRapFirmware ****
      Info: Internal Builder is used for build
      arm-none-eabi-gcc -LC:\Users\Nikunj\eclipse-workspace\Firmware\CoreN2G\SAME70_CAN_SDHC_USB_RTOS -LC:\Users\Nikunj\eclipse-workspace\Firmware\RRFLibraries\SAME70_RTOS -LC:\Users\Nikunj\eclipse-workspace\Firmware\FreeRTOS\SAME70 -LC:\Users\Nikunj\eclipse-workspace\Firmware\CANlib\SAME70_RTOS --specs=nosys.specs -Os -Wl,--gc-sections -Wl,--fatal-warnings -mcpu=cortex-m7 -mfpu=fpv5-d16 -mfloat-abi=hard -TC:\Users\Nikunj\eclipse-workspace\Firmware\RepRapFirmware\src\Hardware\SAME70\same70q20b_flash.ld -Wl,-Map,C:\Users\Nikunj\eclipse-workspace\Firmware\RepRapFirmware\Duet3/Duet3Firmware_MB6HC.map -o Duet3Firmware_MB6HC.elf -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=Reset_Handler -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -Wl,--warn-unresolved-symbols -Wl,--start-group src\Accelerometers\Accelerometers.o src\CAN\CanInterface.o src\CAN\CanMessageGenericConstructor.o src\CAN\CanMotion.o src\CAN\CommandProcessor.o src\CAN\ExpansionManager.o src\Comms\AuxDevice.o .
      .
      .
      src\Tools\Spindle.o src\Tools\Tool.o src\bossa\Applet.o src\bossa\BossaFlash.o src\bossa\Device.o src\bossa\EefcFlash.o src\bossa\Flasher.o src\bossa\Samba.o src\bossa\WordCopyApplet.o src\bossa\WordCopyArm.o src\bossa\WordCopyArm.o src\libc\memcmp.o src\libc\memcpy.o src\libc\memmove.o src\libc\memset.o src\libc\nano-mallocr.o src\libc\strptime.o src\libcpp\eh_alloc.o src\libcpp\vterminate.o -lCoreN2G -lRRFLibraries -lFreeRTOS -lCANlib -lsupc++ -Wl,--end-group -lm
      c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: src\bossa\WordCopyArm.o: in function start': (.text+0x0): multiple definition of start'; src\bossa\WordCopyArm.o:(.text+0x0): first defined here
      c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: src\bossa\WordCopyArm.o: in function stack': (.text+0x20): multiple definition of stack'; src\bossa\WordCopyArm.o:(.text+0x20): first defined here
      c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: src\bossa\WordCopyArm.o: in function reset': (.text+0x24): multiple definition of reset'; src\bossa\WordCopyArm.o:(.text+0x24): first defined here
      c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: src\bossa\WordCopyArm.o: in function dst_addr': (.text+0x28): multiple definition of dst_addr'; src\bossa\WordCopyArm.o:(.text+0x28): first defined here
      c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: src\bossa\WordCopyArm.o: in function src_addr': (.text+0x2c): multiple definition of src_addr'; src\bossa\WordCopyArm.o:(.text+0x2c): first defined here
      c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: src\bossa\WordCopyArm.o: in function words': (.text+0x30): multiple definition of words'; src\bossa\WordCopyArm.o:(.text+0x30): first defined here
      c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: src\bossa\WordCopyApplet.o: in function WordCopyApplet::WordCopyApplet(Samba&, unsigned long)': WordCopyApplet.cpp:(.text._ZN14WordCopyAppletC2ER5Sambam+0x34): warning: undefined reference to WordCopyApplet::applet'
      c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: src\bossa\WordCopyApplet.o: in function WordCopyApplet::setDstAddr(unsigned long)': WordCopyApplet.cpp:(.text._ZN14WordCopyApplet10setDstAddrEm+0x10): warning: undefined reference to WordCopyApplet::applet'
      c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: src\bossa\WordCopyApplet.o: in function WordCopyApplet::setSrcAddr(unsigned long)': WordCopyApplet.cpp:(.text._ZN14WordCopyApplet10setSrcAddrEm+0x10): warning: undefined reference to WordCopyApplet::applet'
      c:/program files (x86)/gnu arm embedded toolchain/10 2020-q4-major/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: src\bossa\WordCopyApplet.o: in function WordCopyApplet::setWords(unsigned long)': WordCopyApplet.cpp:(.text._ZN14WordCopyApplet8setWordsEm+0x10): warning: undefined reference to WordCopyApplet::applet'
      collect2.exe: error: ld returned 1 exit status
      Info: Parallel threads used: 1

      09:57:04 Build Failed. 16 errors, 0 warnings. (took 718ms)

      posted in Firmware developers
      User3D
      User3D
    • Can't build RRF 3.3

      I followed steps provided to build 3.3 at https://github.com/Duet3D/RepRapFirmware/wiki/Building-RepRapFirmware

      According to which I am supposed to select Duet3_V06 as build configuration. But eclipse doesn't show that option. So I proceeded with option Duet3 .

      I was able to build successfully with "Gnu make builder" , but this didn't generate .elf/.bin . So I chose "CDT Internal builder" ( https://reprap.org/forum/read.php?416,718274 ) But doing so resulted in following error:

      rer.PNG

      I also observed that some of the folders are disabled:
      disabled.PNG
      To enable Duet3_V06 , I deleted unnecessary build configurations. It enabled the folder. But I still don't get Duet3_V06 in options and build fails with above error.

      Board: Duet3 MB6HC
      Projects :
      CoreNG dev
      FreeRTOS 3.3-dev
      RRFLibraries 3.3-dev
      CANlib 3.3-dev
      RepRapFirmware 3.3-dev(also tried with 3.3beta1 tag)

      How do I solve it?

      posted in Firmware developers
      User3D
      User3D
    • RE: Error count | M122 ?

      @dc42 said in Error count | M122 ?:

      Do you get these errors frequently?

      @dc42 YES !

      posted in General Discussion
      User3D
      User3D