BondTech CR-10S Extrusion Problem
-
@deckingman Thanks. It makes a lot of sense now.
My Slicer start Gcode is only
G28 ; home all axes
G1 Z5 F5000 ; lift nozzleshould i add T0 as u said? if yes can u give me an example of the completed code?
-
@Veti i see, Im actually wondering about it too. but since i dont know much about it. i just leave it as is and do a temperature tower later on.
Im using the stock Bed thermistor for CR-10S and E3D V6 Tube Thermistor for my hotend. i dont know what their names are so idk what to set my thermistor as. if you know, mind sharing it? thanks.
-
@Kaizer Literally, it's just "TO" on a new line (without the quotes). So:
G28 ; home all axes
G1 Z5 F5000 ; lift nozzle
T0or put the T0 first if you need to heat the hot end before homing.
-
@deckingman Thanks alot. will give it a try now.
-
@Kaizer said in BondTech CR-10S Extrusion Problem:
E3D V6
if its a genuine E3D the settings are: B4725 C7.060000e-8
-
@Veti Thanks, so its gonna be
M305 P1 T100000 B4725 C7.060000e-8 ; set thermistor + ADC parameters for heater 1
?
-
correct. the r parameter is not required as will be replaced by the correct one for your board.
-
@Veti what do u mean by r parameter? sorry i dont really understand programming language.
-
@Kaizer said in BondTech CR-10S Extrusion Problem:
M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
R4700. That is optional and not required as its the default value.
-
@Veti i see, Thanks a lot.
-
@deckingman Thanks for the help. it works fine now.
-
@Kaizer Glad you are sorted.