@fcwilt
i only use Tool 0 first nozzle - and the seoncd is hardly used - multi colour or disovable supports so i only monitor tool 1 first hotend when it reaches 45deg to turn on
Best posts made by aceycv8
-
RE: FW Bug? Heatbreak Fan thermostatic Control issue
Latest posts made by aceycv8
-
RE: FW Bug? Heatbreak Fan thermostatic Control issue
@phaedrux
Thank you very much that is now working fine facepalm i didnt click to try thatthank you
-
RE: FW Bug? Heatbreak Fan thermostatic Control issue
@fcwilt
i only use Tool 0 first nozzle - and the seoncd is hardly used - multi colour or disovable supports so i only monitor tool 1 first hotend when it reaches 45deg to turn on -
RE: FW Bug? Heatbreak Fan thermostatic Control issue
@fcwilt Yep only 1 hotend end
-
RE: FW Bug? Heatbreak Fan thermostatic Control issue
@fcwilt
rep thats correct - using a chimera so 2 hotends -
RE: FW Bug? Heatbreak Fan thermostatic Control issue
@fcwilt
Thanks for the replyusing Duet 2 wifi
; Heaters
;M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0 Bed
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C Bed
M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0;M305 P1 X200 ; Configure PT100 for heater 1
M308 S1 P"spi.cs1" Y"rtd-max31865" ; configure sensor 1 as PT000 on pin Daughterboard slot 1
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M143 H1 S300 ; set temperature limit for heater 1 to 300CM308 S2 P"spi.cs2" Y"rtd-max31865" ; configure sensor 2 as PT000 on pin Daughterboard slot 2
M950 H2 C"e1heat" T2 ; create nozzle heater output on e1heat and map it to sensor 2
M143 H2 S300 ; Set temperature limit for heater 2 to 300C; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S0.7 H1 T45 ; Set Heatsink fan Port 1. Thermostatic control is turned on
M950 F2 C"fan2" ; create fan 2 on pin fan1 and set its frequency
M106 P2 S1 H-1 ; Set Heatsink fan Port 2. Thermostatic control is turned off; Tools
M563 S"Left Nozzle" P0 D0 H1 ; Define tool 0
G10 P0 X35 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
M563 S"Right Nozzle" P1 D1 H2 ; Define tool 1
G10 P1 X15 Y0 Z0 ; Set tool 1 axis offsets
G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C -
FW Bug? Heatbreak Fan thermostatic Control issue
Hi
I've upgraded to 3.4.1 however my heatbreak fan will now run at full speed and i can't lower the speed.
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S0.5 H1 T45 ; Set Heatsink fan Port 1. Thermostatic control is turned oni've tried using S127 to see if this would change the speeds and no
i've tried using the slider in DWC but nothing happens either same as sendingM106 P1 S0.3 with different S variables while the machine is idling at temperature and nothing happens
Thank you
-
RE: Always On Fans and PWN Fans
@baird1fa no all my fans are 24v - no converters in place
-
Always On Fans and PWN Fans
Hi guys
I have an issue with my setup but dont know whats causing it.
I have wired up some stepper cooler fans to the Always On port of my board, however since doing this when i turn on my machine my heatsink fan now starts up ( ignores the 45deg temp setting to turn on ) and my parts cooling fan turns on slowly as well.
if i disconnect the always on fan everything operates as normal but plug the fans back in they all spin on startupdo i need to enter something into my config to stop this from happening?
i current have this set in my config.; Fans M106 P1 S0.7 I0 F500 H1 T45 ; Set Heatsink fan Port 1, PWM signal inversion and frequency. Thermostatic control is turned on ; Tools M563 P0 D0 H1 ; Define tool 0 G10 P0 X35 Y0 Z0 ; Set tool 0 axis offsets G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C M563 P1 D1 H2 ; Define tool 1 G10 P1 X15 Y0 Z0 ; Set tool 1 axis offsets G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C ; Miscellaneous T0 ; Select first tool
Thank you
-
RE: Homing Issues
I still had the same issue,
Then i realized while i'm playing with my machine i have a macro that calls M564 S0 H0 so i can move my machine around without being homed for testing as this is a fresh build i'm ironing out the bugs.
so therefore when i use that marco it never resets when you do a call home thus the X axis is always crashing as the machine doesn't know it's position.
to safeguard myself i've put M564 S1 H1 in the start of my homeall fileThanks for your assistance
-
RE: Homing Issues
Thanks for the tips guys - didn't know that about Homing a coreXY - if i read the Wiki properly i would have i copied my config from my Cartesian and it's caught me out!
I will see how it goes
Thank you