Looking at https://d17kynu4zpq5hy.cloudfront.net/igi/duet3d/4k56ZjaaAHrTJI6Z.huge
... where exactly did you plug in the two wires coming from the endstop switches?

Best posts made by themelle
-
RE: Endstop switches doesnt work
-
RE: G32 does not work " RESOLVED "
As far as I can tell you your bed.g is missing a G30 command with the appropriate S-Parameter to perform the desired calibration calculation.
See https://duet3d.dozuki.com/Wiki/Gcode#Section_G30_Single_Z_Probe and https://duet3d.dozuki.com/Wiki/Setting_up_automatic_probing_of_the_print_bed.Also, you may need to include a M501 command a the end of your config.g to enable execution of config-override.g.
-
RE: Delta X,Y,Z towers anomalies
@mihaitintea said in Delta X,Y,Z towers anomalies:
Try to move X down 10 m, but this happens: X goes up about 5 mm, Y goes down 5 mm, Z does not move.
repeat the Home All procedure
Try to move Y down 10 mm, but this happens: X goes down 5 mm, Y goes up 5 mm, Z does not move
repeat the Home All procedure
Try to move Z down 25 mm, but this happens: X and Y and Z, all move down at the same time 25 mm.The X/Y/Z controls in the machine control section refer to build space coordinates, not to the towers themselves.
So it is nothing but expected that issuing "Z down 25mm" will of course result in all carriages moving down by 25mm.
Same goes for movements in X and Y directions - the all are combinations of moving the three tower carriages of the delta printer.Why would you need to move a single carriage (except for testing purposes, which can be achieved by G1 S2 commands - see https://duet3d.dozuki.com/Wiki/Test_axes_or_motors_individually)
hth
Andreas -
RE: Endstop switches doesnt work
@goodchrhere I'm glad you got it working!
To have Z axis behaving as X and Y you should just remove the linesM574 Z1 S3 ; set endstops controlled by motor stall detection ; Z-Probe M574 Z1 S2 ; set endstops controlled by probe
from
config.g
-
RE: sizing help - when printed box completely looses corners
Seems to me like you're hitting the limits of the printable area.
Is this a brim you're printing around your object?
Or does this extended area belong to the model itself?
If it's a brim you might try printing without ...Also, 134x94mm should be around 163.7mm diagonally
-
RE: Rotating Magnet Filament monitor
The calibration data is just an averaging measurement over the duration of a print job, and gives you a rough frame for configuring the upper and lower ends of your filament sensor's sensitivity.
So nothing to store directly, just some input for you to perfect your printer's setup, especially the values for the M591 command in config.g -
RE: Nozzle wipe?
@sethipus A curved wipe which is following the circular bed outline will of course require less build plate space than a straight line, which may cut off a relatively large portion of the circular bed.
-
RE: print quality
Just a guess into the blue: what does the file /sys/config-override.g on the Duet SD card contain?
-
RE: Rotating magnet filament monitor - frame errors?
@dc42 @T3P3Tony
The replacement filament monitor arrived today - thanks for the really fast and painless swap!Just installed, gave it a quick go ...
- no more "Sensor not working" messages
M591 D0
reports quite usable dataDuet3D rotating magnet filament monitor v2 on input 3, disabled, sensitivity 25.33mm/rev, allow 85% to 115%, check every 3.0mm, current pos 14.8, measured sensitivity 25.21mm/rev, min 90% max 110% over 1252.5mm
M122
reports no frame errors anymoreExtruder 0: pos 14.77, ok, measured sens 25.21mm/rev min 90% max 110% over 1252.5mm, errs: frame 0 parity 0 ovrun 0 pol 1 ovdue 0
Will do some more tests in the coming days, but those are by far the best results I was ever able to get!
Thanks to both the teams of Filastruder and Duet3D for your great support!
Much appreciated! -
RE: Strange behavior I don't understand
As far as I know babystepping changes Z=0 datum, but leaves the current Z of the active Tool untouched.
If baby stepping would change both values you would not be able to change the relative distance between nozzle and bed.
Latest posts made by themelle
-
RE: G28 Delta towers crash
I assume it does matter in the way the endstops correlate to the towers.
It may just be best practice to call the left tower "X", the right one "Y", and the back one "Z", but it really does help in preventing (or at least resolving) this type of issues.
-
RE: Automatic shutdown without ATX
I am currently looking for a solution to this problem, too, but I had not thought of a relay module, but instead came up with the idea of using a SmartHome enabled outlet control like IKEA Tradfri (https://www.ikea.com/gb/en/p/tradfri-wireless-control-outlet-00364477/) or something similar.
The question that remains is if there is a way to integrate this with RRF/DWC or (maybe more feasible) DSF? -
RE: Strange behavior I don't understand
As far as I know babystepping changes Z=0 datum, but leaves the current Z of the active Tool untouched.
If baby stepping would change both values you would not be able to change the relative distance between nozzle and bed. -
RE: Uploading Duet2CombinedIAP.bin won't finish - 3.01RC7 / DWC2.1.2
@dc42 said in Uploading Duet2CombinedIAP.bin won't finish - 3.01RC7 / DWC2.1.2:
I have reproduced this using RRF 3.01-RC10 and DWC 2.1.5. Uploading the same file to a Duet 3 system works.
Workaround: rename the file to something else ending in .bin, upload it, then rename it back on the Duet.David,
thanks for having a look and providing a work-around!
Updating to RC10 right now ... -
Uploading Duet2CombinedIAP.bin won't finish - 3.01RC7 / DWC2.1.2
When uploading Duet2CombinedIAP.bin through DWC the upload status does not finish, the button keeps "circling", and the file does not get uploaded at all.
What puzzles me is that uploading any other file (including DWC.zip) does work like a charm.Duet2CombinedIAP.bin file size is 40804 byte.
I am currently running, but have seen posts in other topics regarding the same issue on RC6 as well as on later ones.
Board: Duet 2 WiFi (2WiFi) Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.01-RC7 (2020-04-14b3) Duet WiFi Server Version: 1.23 Duet Web Control 2.1.2
-
RE: RRF 3.01-RC10, DWC 2.1.5 and DSF 2.1.1 released
@dc42 said in RRF 3.01-R10, DWC 2.1.5 and DSF 2.1.1 released:
@Silrocco said in RRF 3.01-R10, DWC 2.1.5 and DSF 2.1.1 released:
Uploading DuetMaestroAP.bin didn't work either, getting an infinite upload status for minutes that I have to cancel out.
Is that repeatable? What is the file size of the DuetMaestroAP.bin file on your PC?
@dc42
I'm having the very same issue.
Upload status does not finish "circling", file does not get uploaded at all.What puzzles me is that uploading any other file (including DWC.zip) does work like a charm.
Duet2CombinedIAP.bin file size is 40804 byte.
I am currently running
Board: Duet 2 WiFi (2WiFi) Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.01-RC7 (2020-04-14b3) Duet WiFi Server Version: 1.23 Duet Web Control 2.1.2
-
RE: Why 0.7 Z offset in a probe?
Got an answer from Adrian - for the curious ones
-
RE: Filament sensor not shown by M119 command
I'm quite confident that
M119
will never ever report filament sensors.
Does any of yourM591
commands result in error messages?
Whats the output ofM122
?To define a simple switch type filament sensor for extruder drive 0 connected to the E0 endstop input you should use something like
M591 D0 P1 C"e0stop" S1
(for RRF3.x)
or
M591 D0 P1 C3 S1
(for RRF1.21 to 2.x)(if RRF reports filament out when filament is present you may need to change
P1
toP2
in the above commands) -
RE: DWC2 half connected?
@Veti said in DWC2 half connected?:
@themelle
does it work in firefox or chrome?It does work in Chrome.
No clue about Firefox as I don't use it.Safari JavaScript console says
"WebSocket connection to 'ws://ikossel.local/machine' failed: Unexpected response code: 200"
on opening DWC.(though a HTTP 200 does not seem like an unusual response code to me)
Maybe @chrishamm has an idea?
-
RE: Upgrading to RFF 3.0RC2 issues
Please try with https://github.com/dc42/RepRapFirmware/releases/download/3.0RC2/Duet3_SDiap_MB6HC.bin uploaded to the /sys folder on the SD card of your Duet3.