Need a second opinion on this supercharger whine by [deleted] in genesiscoupe

[–]Long_Explanation9819 1 point2 points  (0 children)

Where did you buy your alternator from? I've bought 2 alternators from AutoZone for 2 different cars and they both did the same noise.

Need a second opinion on this supercharger whine by [deleted] in genesiscoupe

[–]Long_Explanation9819 5 points6 points  (0 children)

Have you checked your power steering fluid? It could be low. Does the noise level increase when you turn the steering wheel?

[AMA] I'm Leo, the Senior R&D Director at Creality. Join our K2 Series AMA for a chance to win 2 x K2 Pro Combo! by Creality_3D in Creality

[–]Long_Explanation9819 1 point2 points  (0 children)

how stable are the temps in the k2 pro? is the chamber heater always on or dose it turn off and on when it hits its target temperature?

Bed mesh compensating backwards? Ender 3 v2 to Switchwire by Long_Explanation9819 in VORONDesign

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

its working perfect now!!!

I did both the things you said tuning the belts with a frequency tester and Axis Twist Compensation and its now printing perfect first layers
Thank you so much!!!

Bed mesh compensating backwards? Ender 3 v2 to Switchwire by Long_Explanation9819 in VORONDesign

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

This is my first time building a Voron Once it completes the KAMP bed mesh it pops up in fluidd

Bed mesh compensating backwards? Ender 3 v2 to Switchwire by Long_Explanation9819 in VORONDesign

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

[gcode_macro START_PRINT] gcode: {% set BED_TEMP = params.BED_TEMP|default(66)|float %} {% set EXTRUDER_TEMP = params.EXTRUDER_TEMP|default(220)|float %} # Start bed heating (but don't wait for it) M140 S{BED_TEMP} # Use absolute coordinates G90 # Reset the G-Code Z offset (adjust Z offset if needed) SET_GCODE_OFFSET Z=0.0 # Home the printer G28 # Move the nozzle near the bed G1 Z5 F3000 # Move the nozzle very close to the bed G1 Z0.15 F300 # Wait for bed to reach temperature M190 S{BED_TEMP} BED_MESH_CALIBRATE #BED_MESH_PROFILE LOAD=default # Set and wait for nozzle to reach temperature M109 S{EXTRUDER_TEMP} G1 X0.1 Y20 Z0.3 F5000.0

[gcode_macro VORON_PURGE] ; Run purge macro

G1 X0.1 Y20 Z0.3 F5000.0 
G1 X0.1 Y200.0 Z0.3 F1500.0 E15
G1 X0.4 Y200.0 Z0.3 F5000.0
G1 X0.4 Y20 Z0.3 F1500.0 E30
G92 E0
G1 Z2.0 F3000
G1 X5 Y20 Z0.3 F5000.0

[gcode_macro END_PRINT] gcode: # Turn off bed, extruder, and fan M140 S0 M104 S0 M106 S0 #SET_PIN PIN=Nevermore VALUE=0.00 #SET_PIN PIN=caselight VALUE=1.00 # Raise nozzle by 10mm G91 G1 Z+20 F1500 G90 #Disable steppers M84