@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
Latest posts made by downshift64
-
RE: DC42 IR probe
i cant figure out how this happened to fix it
G29
Warning: the height map has a substantial Z offset. Suggest use Z-probe to establish Z=0 datum, then re-probe the mesh.
25 points probed, min error 0.115, max error 0.342, mean 0.224, deviation 0.056
Height map saved to file 0:/sys/heightmap.csv -
RE: DC42 IR probe
i dont know what i did i have been using the IR probe for maybe 6 or more months and the mesh has always been good green light blue area, and the first point has always been close to zero , now its this
-
RE: DC42 IR probe
@downshift64 === Move ===
DMs created 83, segments created 3, maxWait 315314ms, bed compensation in use: mesh, comp offset 0.000does this need to have a offset instead of zero
-
RE: DC42 IR probe
@downshift64 === Move ===
DMs created 83, segments created 6, maxWait 232449ms, bed compensation in use: mesh, comp offset -0.180 -
RE: DC42 IR probe
@dc42 i will look and see if i do but i havent changed anything, i finished a print then started a new print and and that warning popped up and my height map went from around .05 .095 to .350 above the plate
-
DC42 IR probe
been using the probe for awhile been working great, now i cant figure out how to fix this
in console it reads 1.65 the status window reads 1.62. Iam getting G29
Warning: the height map has a substantial Z offset. Suggest use Z-probe to establish Z=0 datum, then re-probe the mesh.
25 points probed, min error 0.085, max error 0.322, mean 0.196, deviation 0.055
Height map saved to file 0:/sys/heightmap.csv
i have ran the nozzle to the bed used G92 Z0 to set the offset over and over,
the i move the head up 5mm and G30 -S1 that's where the 2 different offsets come in i have tried using both and come out with the same result, its been working great i don't know what happened. -
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: 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: BL-touch was working
@phaedrux what i am not understanding is why do you have to measure the probes offset to the nozzle when it doesnt use that or i am not understanding something here
-
RE: BL-touch was working
@phaedrux should the printer home at 0:0 with a probe first before it moves to the center of the bed right now i have it moving to center
; Axis Limits
M208 X-24 Y-29 Z-3.0 S1 ; set axis minima
M208 X305 Y295 Z295 S0 ; set axis maxima
G31 P500 X37 Y-30 Z2.67 ; set Z probe trigger value, offset and trigger height
M557 X-23:277 Y30:294 S20 ; define mesh grid
this is with M557 X40:277 Y40:290
M557 X-23:277 Y30:290 S20 this is what i get with this M557 the x location is where it should be but Y isnt it should be closer to the front or me by about 30+ mm
M98 P"0:/macros/PROBE BED GRID"
Warning: Skipping grid point X=-23.0, Y=30.0 because Z probe cannot reach it
Warning: Skipping grid point X=-3.0, Y=30.0 because Z probe cannot reach it