@droftarts thank you for reply.
i am try both coil 12mm and 15mm, but the value is fluctuates between 0, 9097, and 999999.
@droftarts thank you for reply.
i am try both coil 12mm and 15mm, but the value is fluctuates between 0, 9097, and 999999.
@droftarts
i am waiting for your reply.
@droftarts, I am waiting for your response.
Please check my config.g file:
M558 K0 P11 C"100.i2c.ldc1612" F36000 T36000 ; configure SZP as probe 1, type 11, on CAN address 120
M308 A"SZP coil" S10 Y"thermistor" P"100.temp0" ; thermistor on SZP coil
G31 P500 K0 Z3 Y-17 H10 ; define probe 1 offsets and trigger height
M558.2 K0 S23 R164530
M558.1 K0 S2
Let me know if I am doing something wrong.
At some points, I get trigger heights like 3.00, -2.55, or -2.99.
In DWC, my Z-probe value is not steady; it fluctuates between 0, 9097, and 999999.
why does it fluctuate? @droftarts
I am using a proximity sensor for homing the Z-axis.
Thank you @droftarts
There's an extra full stop after the M558.1 line in your config.g. Probably not that important:
M558.1 K0 S1.7.
it's typing mistake.
In my setup, I am using only the SZP. When I run G30 K0 S-1, it gives me the error "Probe already triggered at start of probing move."
Can I use G30 K0 S-1 to measure the height from the bed to the SZP?
I have mounted the SZP 4mm above the bed, and at X0 Y0 Z0, the calibration data is:
"Scanning probe coefficients [4.546e-1, -3.829e-4, -8.222e-10, 1.247e-15]"
Where should I set this calibration data?
@droftarts @dc42 @Phaedrux
@droftarts @dc42
hey, sorry for the late reply.
I have attached an image of the wiring for the SZP with the Duet3 and its configuration.
SZP configuration in config.g
M558 K0 P11 C"120.i2c.ldc1612" F36000 T36000 ; Configure SZP as probe 1, type 11, on CAN address 120
M308 A"SZP coil" S10 Y"thermistor" P"120.temp0" ; Thermistor on SZP coil
G31 K0 Z2 Y-17 ; Define probe 1 offsets and trigger height
M558.1 K0 S1.7.
M558.2 K0 S15 R101133 ; Set drive current and reading offset
I am doing the following steps using DWC. Please check this. However, when I run G30 K0 S-1, it gives the following error:
G30 K0 S-1
Error: M300: Probe already triggered at start of probing move
DWC Commands & it's output:
G30 K0 S-1
Error: M300: Probe already triggered at start of probing move
M558.1 K0
Scanning probe coefficients [-4.805e+0, -3.410e+0, 0.000e+0, 0.000e+0]
Scanning probe coefficients [-4.805e+0, -3.410e+0, 0.000e+0, 0.000e+0], reading at trigger height 9050, RMS error 4.143mm
M558.2 K0 S-1
Calibration successful, sensor drive current is 15, offset is 135750
M558.2 K0
Sensor drive current is 15, offset is 101133
M558
Z Probe 0: type 11, input pin 120.i2c.ldc1612, min interval 2ms, dive heights 5.0,5.0mm, probe speeds 36000,36000,36000mm/min, travel speed 36000mm/min, recovery time 0.00 sec, heaters normal, max taps 1, max diff 0.03
I have some questions:
1. Is it necessary to connect the BL-Touch the first time to calibrate the Z height?
2. I am doing tabletop testing. Is this the correct way to calibrate the SZP, or should it be done on the machine?
3. Please check my configuration and wiring of the SZP. Is it correct?
4. Could you please explain a simpler way to calibrate it? I have read the documentation, but it is quite difficult to understand.
@dc42 10:30:33 I have tried building both firmware and both are giving the same error.
**** Build of configuration Release-5.0i-7.0i for project PanelDueFirmware ****
make -j8 all
/bin/sh: -c: line 1: syntax error near unexpected token (' /bin/sh: -c: line 1:
/c/Program Files (x86)/GNU Arm Embedded Toolchain/10 2021.10/bin/make --no-print-directory main-build && /c/Program Files (x86)/GNU Arm Embedded Toolchain/10 2021.10/bin/make --no-print-directory post-build'
make: *** [makefile:82: all] Error 2
"make -j8 all" terminated with exit code 2. Build might be incomplete.
10:30:34 Build Failed. 1 errors, 0 warnings. (took 901ms)
10:31:11 **** Build of configuration Duet3_MB6HC for project RepRapFirmware ****
make -j8 all
/bin/sh: -c: line 1: syntax error near unexpected token (' /bin/sh: -c: line 1:
/c/Program Files (x86)/GNU Arm Embedded Toolchain/10 2021.10/bin/make --no-print-directory main-build && /c/Program Files (x86)/GNU Arm Embedded Toolchain/10 2021.10/bin/make --no-print-directory post-build'
make: *** [makefile:105: all] Error 2
"make -j8 all" terminated with exit code 2. Build might be incomplete.
10:31:12 Build Failed. 1 errors, 0 warnings. (took 701ms)
How to resolve this problem?
@dc42, I’ve reinstalled everything and tried to build the firmware, but I’m encountering the following error:
14:18:51 **** Build of configuration Duet3_MB6HC for project RepRapFirmware ****
make -j8 all
/bin/sh: -c: line 1: syntax error near unexpected token (' /bin/sh: -c: line 1:
/c/Program Files (x86)/GNU Arm Embedded Toolchain/10 2021.10/bin/make --no-print-directory main-build && /c/Program Files (x86)/GNU Arm Embedded Toolchain/10 2021.10/bin/make --no-print-directory post-build'
make: *** [makefile:105: all] Error 2
"make -j8 all" terminated with exit code 2. Build might be incomplete.
14:18:51 Build Failed. 1 errors, 0 warnings. (took 566ms)
@Phaedrux
Homeall.g
G91
G1 H2 Z2 F100
G1 H1 X-300 Y-300 F600
G1 H2 X5 Y5 F1000
G1 H1 X-300 Y-300 F200
G1 H2 Z-5 F100
G1 H1 Z304.1 F300
G1 H2 Z-2 F100
G1 H1 Z304.1 F100
G92 X0 Y0
G90
G92 Z304.1
homex.g
G91
G1 H2 Z2 F100
G1 H1 X-300 F600
G1 H2 X5 F600
G1 H1 X-300 F200
G1 H2 Z-2 F100
G92 X0
G90
homey.g
G91
G1 H2 Z2 F100
G1 H1 Y-300 F600
G1 H2 Y5 F600
G1 H1 Y-300 F200
G1 H2 Z-2 F100
G92 Y0
G90
homez.g
G91
G1 H2 Z2 F300
G1 H1 Z304.1 F360
G1 H2 Z-5 F240
G1 H1 Z304.1 F200
G90
G92 Z304.1
config.g
M552 S1
;M552 S-1
M586 P0 S1
M586 P1 S0
M586 P2 S0
; Drives
M569 P0 S1
M569 P1 S1
M569 P2 S1
M569 P3 S1
M569 P4 S1
M569 P5 S1
M584 X0 Y1 Z2:3:4 E5
M350 X32 Y32 I0
M350 Z16 E16 I1
M92 X160.0 Y160.0 Z2133.33 E932.00
;change as per machine
M566 X720.00 Y720.00 Z300.00 E600.00
M203 X8400.00 Y8400.00 Z420.00 E8400.00
M201 X3000.00 Y3000.00 Z30.00 E250.00
;M-curr
M906 X1600 Y1600 Z1600 E800 I50
M84 S30
; Axis Limits
M208 X0 Y0 Z0 S1
M208 X300 Y300 Z304.1 S0
; filament Sensor
M591 D0 P7 C"exp.e3stop" R15:300 L7 E17 S1
; Endstops
M574 X1 S1 P"xstop"
M574 Y1 S1 P"ystop"
M574 Z1 S1 P"zstop+e0_stop+e1_stop"
; Z-Probe
M950 S0 C"exp.heater3"
M558 P9 C"^zprobe.in" H5 F120 T6000
G31 P500 X0 Y0 Z1.038
; Auto level, coordinates as per motor order in M584
M671 X-17.66:297.34:140.00 Y-5.00:-5.00:327.61 S5.0 F1.2
; define mesh grid
M557 X30:300 Y30:300 S20
M376 H5
; End Limits
M950 J1 C"exp.e4stop"
M581 P1 T2 R0 S1
M582 T2
M581 P-1 T2
M581 P1 T0 R0 S1
;PA
M572 D0 S0.045
; Bed Heater
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138
M950 H0 C"bedheat" T0
M307 H0 B0 S1.00
M140 H0
M143 H0 S105
; Extuder Heater
M308 S1 P"e0temp" Y"pt1000"
M950 H1 C"e0heat" T1
M307 H1 B0 S1.00
M143 H1 S320
; cooling Fans
M950 F0 C"fan0" Q500
M106 P0 S0 H-1
M950 F1 C"fan1" Q500
M106 P1 S0 H-1
; Tools
M563 P0 D0 H1 F0
G10 P0 X0 Y0 Z0
G10 P0 R0 S0
M575 P1 S1 B57600
M501
M911 S21 R22.5 P"M913 X0 Y0 G91 M83 G1 Z5 E-5 F1000"
M929 S3 P"/macros/SERVICE/log/STPL_DEBUG.txt"
Hello,
I am using a Duet 2 WiFi with RRF 3.5.2rc1.
My setup includes three Z motors connected to the Z, E1, and E2 connectors, with the X and Y motors connected to their respective axes. The motor current is configured at 1600mA for all motors, while their rated capacity is 2500mA.
;M-curr
M906 X1600 Y1600 Z1600 E800 I50
M84 S30
I have observed that when the axes are at their home positions, the motor connectors heat up significantly, which appears unusual. However, after homing, if I jog the axes, the connectors cool down to a normal temperature. Additionally, there is a fan installed that blows air directly onto the board.
What could be the cause of the connectors heating up?
Occasionally, the drivers also overheat. What might be causing this issue, and how can it be resolved?
@dc42 okay, where i need to add MSYS2 path.
@dc42
I am using the PanelDue firmware from the master branch.
However, despite following the instructions as per the duet docs I am still facing an error.
Hello,
I’m encountering an issue while trying to build the PanelDueFirmware. The error message is as follows:
**14:53:49 **** Build of configuration Release-5.0i-7.0i for project PanelDueFirmware ****
make -j8 all
make: /bin/sh: No such file or directory
make: *** [makefile:79: all] Error 127
"make -j8 all" terminated with exit code 2. Build might be incomplete.
14:53:49 Build Failed. 1 errors, 0 warnings. (took 301ms)**
Could you please provide guidance on how to resolve this issue? @dc42 @Phaedrux
@dc42
About a month ago, I had the same issue with the Z driver.
so what is cause?
@droftarts
However, I am not receiving any driver warnings or errors.
@dc42
Yes, there is a cooling fan that blows air onto the board.
Hello,
I have been using the Duet 2 WiFi board with RRF 3.5.2 for the past month and have noticed that my onboard drivers are overheating. The connector for the X motor burned out and stopped working, though it resumed functioning after I replaced the connector. I experienced a similar issue with the Z drive as well.
The RMS current of my motors is 2.5A, and I’ve set the currents as follows: X and Y at 2.0A, and Z at 2.2A. My print area is 500x500x500 mm, with a metal bed weight around 15 kg.
@droftarts
Thank you.
After changing the 50W heater to a 40W heater, the warning no longer appears on one machine, but it should still be showing on the other machine. Now, I want to add a comment about this in RRF 3.4b3, but I am encountering multiple errors.
Building file: ../src/GPIO/GpOutPort.cpp
Building file: ../src/GCodes/GCodeBuffer/BinaryParser.cpp
Invoking: Cross G++ Compiler
Invoking: Cross G++ Compiler
arm-none-eabi-g++ -std=gnu++17 -D__SAME70Q20B__ -DRTOS -DDUET3_V06 -D_XOPEN_SOURCE -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\common\utils" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils\cmsis\same70\include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\SAME70" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils\preprocessor" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils\header_files" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\drivers" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Hardware\SAME70" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Networking" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Networking\LwipEthernet\Lwip" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Networking\LwipEthernet\Lwip\src\include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\FreeRTOS\src\include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\FreeRTOS\src\portable\GCC\ARM_CM7\r0p1" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RRFLibraries\src" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CANlib\src" -O2 -Wall -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -mno-unaligned-access -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fexceptions -nostdlib -Wundef -Wdouble-promotion -Werror=return-type -Wsuggest-override -fsingle-precision-constant "-Wa,-ahl=GpOutPort.s" -fstack-usage -MMD -MP -MF"src/GPIO/GpOutPort.d" -MT"src/GPIO/GpOutPort.o" -o "src/GPIO/GpOutPort.o" "../src/GPIO/GpOutPort.cpp"
arm-none-eabi-g++ -std=gnu++17 -D__SAME70Q20B__ -DRTOS -DDUET3_V06 -D_XOPEN_SOURCE -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\common\utils" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils\cmsis\same70\include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\SAME70" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils\preprocessor" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils\header_files" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\drivers" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Hardware\SAME70" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Networking" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Networking\LwipEthernet\Lwip" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Networking\LwipEthernet\Lwip\src\include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\FreeRTOS\src\include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\FreeRTOS\src\portable\GCC\ARM_CM7\r0p1" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RRFLibraries\src" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CANlib\src" -O2 -Wall -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -mno-unaligned-access -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fexceptions -nostdlib -Wundef -Wdouble-promotion -Werror=return-type -Wsuggest-override -fsingle-precision-constant "-Wa,-ahl=BinaryParser.s" -fstack-usage -MMD -MP -MF"src/GCodes/GCodeBuffer/BinaryParser.d" -MT"src/GCodes/GCodeBuffer/BinaryParser.o" -o "src/GCodes/GCodeBuffer/BinaryParser.o" "../src/GCodes/GCodeBuffer/BinaryParser.cpp"
../src/Hardware/ExceptionHandlers.cpp: In function 'void SoftwareReset(SoftwareResetReason, const uint32_t*)':
../src/Hardware/ExceptionHandlers.cpp:86:9: error: 'ResetProcessor' was not declared in this scope
Finished building: ../src/Hardware/I2C.cpp
86 | ResetProcessor();
| ^~~~~~~~~~~~~~
../src/Hardware/ExceptionHandlers.cpp: In function 'void OutOfMemoryHandler()':
../src/Hardware/ExceptionHandlers.cpp:92:57: error: 'GetStackPointer' was not declared in this scope
92 | SoftwareReset(SoftwareResetReason::outOfMemory, GetStackPointer());
| ^~~~~~~~~~~~~~~
../src/Hardware/ExceptionHandlers.cpp: In function 'void Terminate()':
../src/Hardware/ExceptionHandlers.cpp:286:61: error: 'GetStackPointer' was not declared in this scope
286 | SoftwareReset(SoftwareResetReason::terminateCalled, GetStackPointer());
| ^~~~~~~~~~~~~~~
../src/Hardware/ExceptionHandlers.cpp: In function 'void __cxa_pure_virtual()':
../src/Hardware/ExceptionHandlers.cpp:296:66: error: 'GetStackPointer' was not declared in this scope
296 | SoftwareReset(SoftwareResetReason::pureOrDeletedVirtual, GetStackPointer());
| ^~~~~~~~~~~~~~~
../src/Hardware/ExceptionHandlers.cpp: In function 'void __cxa_deleted_virtual()':
../src/Hardware/ExceptionHandlers.cpp:301:66: error: 'GetStackPointer' was not declared in this scope
301 | SoftwareReset(SoftwareResetReason::pureOrDeletedVirtual, GetStackPointer());
| ^~~~~~~~~~~~~~~
Building file: ../src/GCodes/GCodeBuffer/ExpressionParser.cpp
../src/Hardware/ExceptionHandlers.cpp: In function 'void OutOfMemoryHandler()':
../src/Hardware/ExceptionHandlers.cpp:93:1: warning: 'noreturn' function does return
93 | }
| ^
../src/Hardware/ExceptionHandlers.cpp: In function 'void Terminate()':
../src/Hardware/ExceptionHandlers.cpp:287:1: warning: 'noreturn' function does return
287 | }
| ^
../src/Hardware/ExceptionHandlers.cpp: In function 'void __cxa_pure_virtual()':
../src/Hardware/ExceptionHandlers.cpp:297:1: warning: 'noreturn' function does return
297 | }
| ^
../src/Hardware/ExceptionHandlers.cpp: In function 'void cxa_deleted_virtual()':
../src/Hardware/ExceptionHandlers.cpp:302:1: warning: 'noreturn' function does return
302 | }
| ^
Invoking: Cross G++ Compiler
make[1]: *** [src/Hardware/subdir.mk:33: src/Hardware/ExceptionHandlers.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Finished building: ../src/Hardware/NonVolatileMemory.cpp
arm-none-eabi-g++ -std=gnu++17 -D__SAME70Q20B -DRTOS -DDUET3_V06 -D_XOPEN_SOURCE -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\common\utils" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils\cmsis\same70\include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\SAME70" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils\preprocessor" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\utils\header_files" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CoreN2G\src\SAM4S_4E_E70\asf\sam\drivers" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Hardware\SAME70" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Networking" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Networking\LwipEthernet\Lwip" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RepRapFirmware\src\Networking\LwipEthernet\Lwip\src\include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\FreeRTOS\src\include" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\FreeRTOS\src\portable\GCC\ARM_CM7\r0p1" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\RRFLibraries\src" -I"C:\Users\rishita.butala\eclipse-workspace\Firmware_updatedM109\CANlib\src" -O2 -Wall -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -mno-unaligned-access -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fexceptions -nostdlib -Wundef -Wdouble-promotion -Werror=return-type -Wsuggest-override -fsingle-precision-constant "-Wa,-ahl=ExpressionParser.s" -fstack-usage -MMD -MP -MF"src/GCodes/GCodeBuffer/ExpressionParser.d" -MT"src/GCodes/GCodeBuffer/ExpressionParser.o" -o "src/GCodes/GCodeBuffer/ExpressionParser.o" "../src/GCodes/GCodeBuffer/ExpressionParser.cpp"
Finished building: ../src/Hardware/IoPorts.cpp
Finished building: ../src/Hardware/SoftwareReset.cpp
Finished building: ../src/GPIO/GpInPort.cpp
Finished building: ../src/GPIO/GpOutPort.cpp
Finished building: ../src/GCodes/GCodeBuffer/BinaryParser.cpp
Finished building: ../src/GCodes/GCodeBuffer/ExpressionParser.cpp
make: *** [makefile:98: all] Error 2
"make -j8 all" terminated with exit code 2. Build might be incomplete.
10:55:51 Build Failed. 8 errors, 8 warnings. (took 46s.991ms)
@dc42 said in Modify Panel-due:
Thank you!
Could you please guide me on which file I need to modify to apply these changes?
@dc42 said in Modify Panel-due:
@R006 OK, then forking that repo and building the project is the first think to do.
Ok, could please share the link.