Firmware bundle 3.3beta2 released
-
People with SBC setups that manually installed 3.3beta1 need to manually move the update files to the new firmware directory. Here is how I did that after running
apt-get dist-upgrade
only updated DWC because the IAP files and firmware files were in the wrong spot:$ sudo su - # for i in `dpkg -L reprapfirmware| grep .bin$` ; do cp $i /opt/dsf/sd/firmware/; done
After that,
sudo dpkg --reinstall install reprapfirmware
triggers the install of the firmware the usual way. -
Cool .... I can see a light at the end of the tunnel of the 'why should I have a SBC attached' debate.
Thanks !
-
Trying out input shaper, i use same Hz as with DAA which completely removes my ringing. Input shaper P1/2/3 have terrible ringing. Changing the damping factor make no difference.
You can clearly tell on the picture when DAA is active. No ringing.
-
@chrishamm This seems a great step forward in bringing plugins together for visibility. Am I right in thinking developers will be encouraged to merge their plugins to this repo?
-
@Alucardi I believe the input shaping types other than DAA are still no-ops, so it's no wonder you don't see an effect.
-
I seem to remember seeing a post where it accruals did make a difference when the guy changed to the different modes. Also according to the gcode wiki it should work.
-
@littlehobbyshop The plugin(s) on that repository are plain demos for now. I think there will be a separate plugin repository but this is still TBA. And please keep in mind this is still a beta, so the format of the plugin manifest may change again before the final release. Likewise the list of SBC permissions is not 100% certain. It may be expanded and/or changed based on the upcoming feedback.
-
That was me. With the version I tested it with, the P value for the mode has no effect at all which I didn’t know. I had different ringing frequencies on the frame which was hardware related (play in the bearings on Y) which I just fixed yesterday. So I was fooled the modes had an effect which can’t be.
-
I confirm that in 3.3beta2, only DAA is implemented. The other P values do nothing. For backwards compatibility, if you use M593 without a P parameter and the existing resonance compensation method is None, it is changed to DAA.
-
@dc42 just me getting excited. I know it is meant for 3.4 but seeing it made me want to try it out
-
@Alucardi said in Firmware bundle 3.3beta2 released:
@dc42 just me getting excited. I know it is meant for 3.4 but seeing it made me want to try it out
I am developing input shaping on a fork of the 3.3 firmware, which is why I implemented some of the framework for it in the 3.3beta release. However, I think we will likely move to 3.3RC1 soon, and save input shaping for 3.4.
-
Thanks for this beta release. Finally a solution to the analogue piezo probe slowdown issue. I have tested the z homing on my D-Bot and confirm it probes & lifts at the full 6mm/s and no longer slows to 2mm/s for the dive.
Thanks guys. -
@dc42 Well i can't be more excited. I run klipper on one machine but love my duet cards and the magnetic filmaent sensor. I assume there will be use of some accelerometer. Is it same as klipper? would be nice to have it home when 3.4 beta comes.
-
We have local variables now. Nice!
-
@dc42 FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.3beta2 ELECTRONICS: Duet 3 MB6HC v1.01 or later FIRMWARE_DATE: 2021-03-10 13:39:39
Duet TOOL1LC firmware version 3.3beta2 (2021-03-10 10:06:22)
Duet Web Control 3.3.0-b2
PrusaSlicer 2.3.0 + win64Layer Chart, layer count and Time estimates don't update.
-
@Stephen6309 said in Firmware bundle 3.3beta2 released:
@dc42 FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.3beta2 ELECTRONICS: Duet 3 MB6HC v1.01 or later FIRMWARE_DATE: 2021-03-10 13:39:39
Duet TOOL1LC firmware version 3.3beta2 (2021-03-10 10:06:22)
Duet Web Control 3.3.0-b2
PrusaSlicer 2.3.0 + win64Layer Chart, layer count and Time estimates don't update.
Are you using SBC or stand alone mode? see https://github.com/Duet3D/DuetWebControl/releases/tag/v3.3-b2
Rewrote backend for layers chart in standalone mode
I don't think the SBC version has been updated yet, as there have been some changes in the firmware related to layer height since 3.2.2.
Layer chart and layer count work for me as job progresses, in stand alone. However, estimations based on layer time (which was always the most inaccurate estimate), and the parsing of the file to count how many layers there are before printing, have been removed, because it was requiring more and more effort and memory to keep up with the ever-changing notation in slicers.
Ian
-
@droftarts Yes, with PI 4, missed that. Update: time estimates are working on the current print. Layer count is the on the line above the layer chart, that shows the file progress.
-
In 3.3beta2 the layer count and current layer time are only available if the GCode file being printed includes layer number comments.
-
Duet 3 Mini, updated to 3.3beta3. No updating in Layer chart or file completion.
-
@dc42 My current file is printing without updating the layer chart. The file, from Simplify3D, has an entry such as ; layer 14, Z = 2.800 for every layer. Is there something else needed?