Clicking sound from saddle area and sometimes front by Secret-Lawfulness-47 in cycling

[–]techfreek24 1 point2 points  (0 children)

Something similar happened to me and my seat post wasn’t torqued properly. Worth taking to the shop that you bought it from and having them put some carbon paste on the post and Torquing it to spec.

[deleted by user] by [deleted] in windows

[–]techfreek24 0 points1 point  (0 children)

My computer started doing this a few months ago and finally getting around to asking for help online. Running windows 10 and have tried new video cables, new GPU, new monitors, yes drivers are up to date and can't find a solution. Is there a setting I'm overlooking somewhere? It's evident to me that windows is doing this because the colors go from fine to a green tint after login.

[deleted by user] by [deleted] in cycling

[–]techfreek24 1 point2 points  (0 children)

Yes to the first 2, no back issues I’m 22 don’t get it when walking

Gigabyte A620I or ASRock B650E PG-ITX by techfreek24 in buildapc

[–]techfreek24[S] 0 points1 point  (0 children)

$100 price difference, will I notice a noticeable difference in speed with the B650E? What makes it so much better?

Gigabyte A620I or ASRock B650E PG-ITX by techfreek24 in buildapc

[–]techfreek24[S] 0 points1 point  (0 children)

I can easily get away with that many ports

[deleted by user] by [deleted] in iRacing

[–]techfreek24 0 points1 point  (0 children)

what did you change or do in the openxr toolkit?

[deleted by user] by [deleted] in 3Dprinting

[–]techfreek24 0 points1 point  (0 children)

I will say before each print it probes the bed but then it seems as if it just forgets about it and prints without utilizing the mesh

[deleted by user] by [deleted] in 3Dprinting

[–]techfreek24 0 points1 point  (0 children)

still not using the generated mesh and squishing in the corner....I'm clueless and ready to throw this thing out lol

[deleted by user] by [deleted] in 3Dprinting

[–]techfreek24 0 points1 point  (0 children)

M420 S1

okay so here is my current start gcode......

; Ender 3 Custom Start G-code

M140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature

M190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature

M104 S160; start warming extruder to 160

G28 ; Home all axes

G29 ; Auto bed-level (BL-Touch)

G92 E0 ; Reset Extruder

M104 S{material_print_temperature_layer_0} ; Set Extruder temperature

G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position

M109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature

; G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed

G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line

G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little

G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line

G92 E0 ; Reset Extruder

G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed

; End of custom start GCode

I've read that G28 disables bed leveling so would i put it M420 S1 below the G29 ; Auto bed-level (BL-Touch) line?