i got my accelerometer installed using a usb3 cable, i was able to get it working even over 3meters!! i generated the csv files but right now i am stuck at figuring out how to make use of the data. how do i know which frequency to use in M953 Fnn? do i actually need to print something to tune even with the accelerometer? i was under the impression that printing and measure ringing and calculating Hz wS only needed if you dont have an accelerometer to generate the csv files.
Best posts made by tekstyle
-
RE: Accelerometer Usage
-
RE: Tool change macro
thanks for the suggesting in 2. I will impliment a square move instead of a linear move. I assume this would also be useful to avoid majority of the half printed workpiece by moving around its perimeter.
I don't have a call to lock and unlock because I am using magnets.
-
RE: Tool select at beginning or end of tool change sequence?
i added this
echo "tpost" ; tfree, tpre, tpost t
in my free, pre and post scripts.
to see the behavior during tool change. found it registers the change after running tpost#.g
i added the m703 command in my Tpost.g script to get the filament parameters assigned to the proper tool.
so far so good.
-
RE: Setting tool offset using USB microscope
@Danal said in Setting tool offset using USB microscope:
@tekstyle said in Setting tool offset using USB microscope:
(not connected to the duet2. not sure how i would do it).
You can't. Don't connect it. It is really a stand-alone PI, just happens to be built with the Duet image as a start.
i followed this tutorial to set up duetpi on raspberry pi 3. took out the card and put it into the raspberry pi. powered it up, all i get is an endless list of EXT4-fs error lines after line. been doing this for the past 2 hours. not sure if I did something wrong?
Followed the Duet "etch" tutorial? And edited wpasupplicant.conf? And did NOT format when windows complained about the card after etching?
That last bit is the most important. The card is partitioned, with a windows readable "boot" partition and a much larger Linux partition. Windows tries to assign a drive letter to that Linux partition, balks, and asks to format it. Which you must always decline,
EXT4-fs is the file system that windows doesn't like, and asks to format. That certainly seems to relate to those error messages.
Yup. I followed the tutorial on duet exactly. Only thing was inside the boot partition, it already contained a wpasupplicant.conf file. I Openned itnin notepad and editted it with my ssid and PW. Pulled the card out and popped it in to the rpi. Then powered it up. Will try again tonight
-
RE: Setting tool offset using USB microscope
@tekstyle said in Setting tool offset using USB microscope:
@Danal said in Setting tool offset using USB microscope:
@tekstyle said in Setting tool offset using USB microscope:
(not connected to the duet2. not sure how i would do it).
You can't. Don't connect it. It is really a stand-alone PI, just happens to be built with the Duet image as a start.
i followed this tutorial to set up duetpi on raspberry pi 3. took out the card and put it into the raspberry pi. powered it up, all i get is an endless list of EXT4-fs error lines after line. been doing this for the past 2 hours. not sure if I did something wrong?
Followed the Duet "etch" tutorial? And edited wpasupplicant.conf? And did NOT format when windows complained about the card after etching?
That last bit is the most important. The card is partitioned, with a windows readable "boot" partition and a much larger Linux partition. Windows tries to assign a drive letter to that Linux partition, balks, and asks to format it. Which you must always decline,
EXT4-fs is the file system that windows doesn't like, and asks to format. That certainly seems to relate to those error messages.
Yup. I followed the tutorial on duet exactly. Only thing was inside the boot partition, it already contained a wpasupplicant.conf file. I Openned itnin notepad and editted it with my ssid and PW. Pulled the card out and popped it in to the rpi. Then powered it up. Will try again tonight
you won't believe this. I used my other laptop running windows 8, win32diskimager to load the duetpi image. and that worked. i have no idea why using balena etcher on win 10 doesn't work.
-
tilt sensor for delta printer
I was wondering if it would be possible to integrate one of these 3 pin tilt sensor to an endstop input on the duet2wifi. I am having issues with my magnetic rods falling down in the middle of a print and I need some way for the printer to do an emergency stop the moment it senses the smart effector tilting.
h##ps://www.ebay.com/itm/Tilt-Sensor-Module-Vibration-Detection-Sensor-Module-for-STM32-AVR-Brand-New/251649528768?epid=1039147961&hash=item3a977b13c0:g:~TQAAOSwfcVUGqaT
-
RE: connecting a BLDC controller to duet2
got it. and thank you for all your guys help
-
RE: tool change motor only spins in 1 direction
i was looking at that too and wonder whats going on as well. it doesnt seem to be related but ill have to look into it. i have physical drive 5 on the duex5 assigned as the extruder for tool 0 right now.
as for the tool change motor direction, it was a bad connection on the DIR wire. i swapped it out for a new one and all is fine.
thank you phaedrux!
-
RE: optical endstop in parallel to 1 endstop input
@fcwilt when no sensors are blocked, the e1 status will change. i need the change to happen when any 1 of 3 sensors becomes unblocked.
this is for a delta arm parallel sensor setup. hence the reason for 3 sensors. i need it to pause print when any one of the sensors trip (block to unblocked)
-
RE: optical endstop in parallel to 1 endstop input
I got the IC hooked up, and everything is working GREAT! thank you! This is actually a triple 3input OR gate. I just inverted the 1 and 0 in duet firmware.
-
RE: Controlling inexpensive BLDC for cpap part cooling - Duet 3
same here. did the OP get this to work? the 2pin fan with pwm doesn't seem to agree with the signal the ebay controller is looking for.