@downshift64 config.g
homeall.g
homex.g
homey.g
homez.g
old config v2
config.g
homeall.g
homex.g
homey.g
the old config didnt have a homez file
Best posts made by downshift64
-
RE: updated my duet 2 wifi from 2. to 3.3 cant get it to move right
-
RE: BL-touch was working
@downshift64 damn it just clicked lol i was moving the nozzle out away from where it can print because i had entered that command to move outside bounds and was getting all my probe locations from that, sorry this took so long to get in this old head thank you for being very helpful and patient
-
RE: updated my duet 2 wifi from 2. to 3.3 cant get it to move right
@phaedrux they all work now thank you wow i have been messing with this for a week
-
RE: Prints are warping
@tratoon first thing i always do when prints dont want to stick is wash the bed with hot water and dawn dish soap
-
RE: bed heater wont come on
@infiniteloop ; i pid the bed then the hotend everything with those works great
Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; 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
M307 H0 R0.228 K0.141:0.000 D39.96 E1.35 S1.00 B0 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 R4.338 K0.929:0.000 D1.56 E1.35 S1.00 B0 V24.1 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S305 ; set temperature limit for heater 1 to 300C