allowing "G29 S0" always worked fine for me...
Posts made by 64bit
-
RE: Heightmap is completely ignored
-
RE: [3.4beta6] CoreXY 'Banging' Motor Sound
Your maximum speeds are 1000mm/s? Id love to see that thing printing. 10,000 accel is pretty crazy IMHO too.
-
RE: Updating to RRF 3.3 - issue
If you updated from RRF2 to RRF3, you need to update the firmware on your PanelDue too...
RRF 3.1.0 and newer require PanelDueFirmware 1.24 or better.
-
RE: Any advice printing tpu ?
I personally have found that TPU prints best on those cheap crappy black surfaces that everyone replaces as their "first mod" to their 3d printer. I swapped to a steel/PEI plate a long time ago, but when I started with TPU i put the cheap black textured surface back on and I have never had a part curling issue.
-
RE: PID Tuning
once you add M501 to the config, run the tuning again.
After it runs, send M500.
Honestly, who cares what value method it uses... It does the work for you. All you've got to do is save it.
-
RE: Mesh Bed Level Issues
@megaloduet Appreciate it. Seems as though Ill have no real benefit from changing at this time.
-
RE: Mesh Bed Level Issues
@fcwilt
Not trying to hijack. Do you have a link to any resources where I can read up on why G29 should be used instead of G32?I recently upgraded to RRF3.3b3
-
RE: WiFi Unreliable
I doubt it will help at all, because you've all got a pretty solid grasp on what's going on.
My laptop and printer will repeatedly disconnect from my router when my cellphone is in the immediate area. The issues stop if I tether my phone to my laptop (weird, I know). As soon as I unplug my cell from the laptop, I almost immediately start having disconnect issues.
I am not trying to hijack this post, or look for a solution. Just suggesting to look for outside interference sources.
-
RE: Can Paneldue firmware be saved?
My Fusion3 machine is outside the warranty window. Fusion3 is already very upset with me for updating the machine to 2.05.1. They said that "There was proprietary code in the firmware and that I would likely brick the machine if you attempt to update the firmware."
Joke is on them. It runs great.
However, I was looking to update to 3.3, but I need the Panel to still be capable of communicating. Thats why I have been playing with the panel firmware.
No bother though, I have other screens.
-
RE: Duet 2 Locked out of WIFI
I just went through this like crazy. You need to have all three pieces of the 3.0 firmware on the SD card.
Duet2CombinedFirmware.bin
Duet2CombinedIAP.bin
DuetWiFiServer.binAfter I made sure I had all three of those present, I ran
M115 (to verify my firmware version)
M997 S1 (to install the DuetWifiServer)
Once I did those things, my machine popped right back up on my networkYou may have to
M552 S1 (turn off the wifi module)
M552 S0 (restart the wifi module) -
RE: Can Paneldue firmware be saved?
Very close. This is the F410. Fusion3 wont come off their files, and its pissing me off. lol
-
RE: Software package 3.3beta3 released
work faster.... lol
I started using RRF on a Fusion3 machine that we have in my office and I loved it. So much so that I bought a pair of D2Wifi boards for my two hobby printers. I installed one, and its been on 2.03 for the longest time, recently updated to 2.05.1
My other machine was converted to Klipper. I love me some input shapers.
I now have the D2Wifi boards in both of my machines and i am ABOUT to make the jump over to Klipper on both. If input shaper comes to RRF soon, I might not make that switch! -
RE: [SOLVED] Paneldue firmware compile error
SOLVED
make --no-print-directory post-build
Generating binary
"C:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2020-q4-major\arm-none-eabi\bin/arm-none-eabi-objcopy" -O binary "C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3.elf" "C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3-nologo.bin" && cat "C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3-nologo.bin" "C:/Eclipse/PanelDueFirmware/SplashScreens/SplashScreen-Duet3D-480x272.bin" >"C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3.bin"copied and renamed objcopy.exe to arm-none-eabi-objcopy.exe
File compiles properly now into both w/logo and no-logo files. -
RE: [SOLVED] Paneldue firmware compile error
I dont understand where the forward slash is coming from.
I mean, I can keep just using the command line to run objcopy. I just wish it wasnt screwed up.
What version of the GNU Arm Embedded Toolchain are you using?
-
RE: [SOLVED] Paneldue firmware compile error
@jay_s_uk said in Paneldue firmware compile error:
C:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2020-q4-major\arm-none-eabi\bin
Must be an issue in the makefile?
"C:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2020-q4-major\arm-none-eabi\bin/arm-none-eabi-objcopy" -O binary "C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3.elf" "C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3-nologo.bin" && cat "C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3-nologo.bin" "C:/Eclipse/PanelDueFirmware/SplashScreens/SplashScreen-Duet3D-480x272.bin" >"C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3.bin"
c:/windows-build-tools/bin/sh: C:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2020-q4-major\arm-none-eabi\bin/arm-none-eabi-objcopy: not found
make[1]: [makefile:94: post-build] Error 127 (ignored) -
RE: [SOLVED] Paneldue firmware compile error
I found objcopy.exe in my GNU Embedded tools. So I ran the following from the cmd prompt
C:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2020-q4-major\arm-none-eabi\bin>objcopy.exe -O binary "C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3.elf" "C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3-nologo.bin"
Output was a no logo bin that I have now flashed to the paneldue. after a reset it opened right up.
A bit of ass pain, but it worked.
-
RE: [SOLVED] Paneldue firmware compile error
Making progress I guess.
Now Im stuck with no .bin being output.
make --no-print-directory post-build
Generating binary
"/arm-none-eabi-objcopy" -O binary "C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3.elf" "C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3-nologo.bin" && cat "C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3-nologo.bin" "C:/Eclipse/PanelDueFirmware/SplashScreens/SplashScreen-Duet3D-480x272.bin" >"C:/Eclipse/PanelDueFirmware/Release-v3-4.3/PanelDueFirmware-v3-4.3.bin"
c:/windows-build-tools/bin/sh: C:/arm-none-eabi-objcopy: not found