how does a topic get marked as solved?
Posts made by devpeeps
-
RE: part fan issue w/duet 2 eth running latest dwc/rrf
-
RE: part fan issue w/duet 2 eth running latest dwc/rrf
sigh... its right in the help page that way too:
Fnnn Fan(s) to map fan 0 to (RepRapFirmware 1.16 and later)
-
RE: part fan issue w/duet 2 eth running latest dwc/rrf
Can you also post your tool definition e.g. M563
; Tools (0 hotend/extruder) M563 P0 D0 H1 F1 ; define tool 0 (P) uses extruder 0 (D), fan 1 (F), and heater 1 (H) (hot-end) G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C M570 S600 ; Increase to allow extra heating time if needed M104 B285 ; set max temp for extruder hotend M200 D1.75 ; set all extruder filament diameters to 1.75mm M592 D0 A0.015 B0.0012 L0.2 ; non-linear extrusion (D)rive 0, (A) coefficient, (B) coefficient, (L)imit - default 0.2, (T)temp - future use```
-
part fan issue w/duet 2 eth running latest dwc/rrf
summary:
having an issue with part cooling setup on prusa w/duet 2 running latest dwc/rrf.problem:
as the item prints, I can see the "Tool Fan" slider increase in dwc (even though that fan is thermostatically controlled to on >50C) over the various layers (because of the cura config). I need the "part" fan to be the one cura controls. I can't figure out if my problem is cura not sending P with the M106 or if the latest version of duet fw/dwc is broken.gcode output:
In the gcode that is being printed, the M106 lines in the code shows as M106 Snnn.n starting at 11.1 at layer 1 and working it's way to 255 at layer 23. This aligns with the cura config in the profile.. but why doesn't it have the fan # set in the M106 command (M106 P0 Snnn.n)?hardware:
on the physical duet 2 lan board i have the part cooling fan (pwm) setup split between always on (+/-) and pwm on fan 0. the extruder fan is on fan 1.I know the hw setup is correct because in dwc i can slide the slider and it adjusts the fan speed perfectly. the extruder fan comes on > 50C as expected.
setup - cura:
in cura, machine settings, extruder 1 (only extruder), Cooling Fan Number is set to 0.setup - duet :
; fan 0 (part pwm fan) M950 F0 C"!fan0" Q25000 M106 P0 S0 L0.2 X1.0 B1 I1 H-1 R1 C"part" ; fan 1 (hotend) M950 F1 C"fan1" Q25000 (default freq for 2-pin fans) M106 P1 S1.0 L0.0 X1.0 T50 H1 R1 C"extruder"
-
RE: File Management -> Display (Menus?)
RTFM? What? What the hell is wrong with you LOL.
-
RE: File Management -> Display (Menus?)
@droftarts
Duet Web Control 3.2.0-beta1+2
Board: Duet 2 WiFi (2WiFi)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.2-beta1 (2020-09-15b1)
Duet WiFi Server Version: 1.23 -
RE: File Management -> Display (Menus?)
I'm assuming it's this?
https://duet3d.dozuki.com/Wiki/Duet_2_Maestro_12864_display_menu_systemI don't have a Maestro...
-
File Management -> Display (Menus?)
What is a "Menu File" under the "Menu Directory" in File Management? Was that there before? I don't remember seeing it.
-
RE: DWC 3.2.0 beta-1 is ready!
should the visualizer work when simulating a print? nothing shows up.
-
RE: DWC 3.2.0 beta-1 is ready!
so i disabled all plugins, then only enabled the height map and it started working.. even though i'm still getting connection reset issues on random files..
I think the plugins are making connections outside the other threads and it's causing issues.. but i cant' really prove that.
-
RE: DWC 3.2.0 beta-1 is ready!
@chrishamm as soon as I unload all the plugins, all of my connection reset issues go away.
-
RE: DWC 3.2.0 beta-1 is ready!
And here is the /www/js directory on the printer:
-
RE: DWC 3.2.0 beta-1 is ready!
maybe this will help. got this error on refresh of page:
-
RE: DWC 3.2.0 beta-1 is ready!
I have the same problem. No expansions, heightmap.csv. Mine says Cannot read propery 'add' of null.
-
DWC 3.2.0 beta-1 is ready!
Get it here at the GitHub Repo. Of course, you have to build it yourself.
-
RE: Duet Web Control 3.1.1 - Not accessible from all devices
Do you have an asus router? I have been seeing this more and more lately with them (I had the issue as well). Turn off Airtime Fairness.
-
RE: Noctua fan PWM issue
Thanks so much for all of this it helped me a lot. Question: How do I view the rpms if I connect it to the PB6 via a diode?
-
RE: I was having a hard time getting my fans wired and working.
sounds like he might have blown that VSSA (or another) fuse on the board. I wonder what the thermistors are reading?
-
RE: How do I reconnect to the Duet Wifi.
also, are you using an asus wifi router. ive had issues with mine at first and had to turn off a few settings. it was a nitemare to find. I think there is an app or something out there to "find all duets on my network".. might hunt for that.