-
so I ordered a epcos thermistor, and replaced my heatbreak on my e3v2. i looked in the configuration.h and thermistor charts and see the extended temp table I assume the c104 is due to concerns about people trying to raise above 260 without the above upgrades my confusion is this part added in the begin gcode section of cura? that makes sense, the m500 comment doesn't please help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You don't need to put the C104 in the slicer start script, you can send it one time and save with an M500. The best place to put a C104 is inside a configuration gcode file. C104 was designed to use higher temperatures in a modified printer without the need to recompile the firmware. But if you are going to do a custom compile, the proper way is changing the |
Beta Was this translation helpful? Give feedback.
-
If you are using the custom G-code C104, look at: #957 |
Beta Was this translation helpful? Give feedback.
That's right
https://github.com/mriscoc/Ender3V2S1/blob/b4ee2b351e69672068911e87474394a35f3ce448/Marlin/Configuration.h#LL630C12-L630C12