Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 2831

Readjust printer with Marlin (no replies)

$
0
0
Printer manufacturers won't give you conf file. In this case what to do? I need turn on linear advance and:

1.- Set the steps/mm of the extruder between 900-600steps/mm. Initially recommended 800steps/mm.
2.- Set the thermistor NTC3950 (280ºC) or HT-NTC100K (350ºC);

#define TEMP_SENSOR_0 5
#define DEFAULT_Kp 38.73
#define DEFAULT_Ki 2.72
#define DEFAULT_Kd 137.84
#define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 5*60}
1.- M106 F255 // Switch on layer fan (if needed)
2.- M92 E(steps/mm) // Set steps per millimeter.
3.- M205 E 0.03 // Set a low Jerk for the extruder.
4.- M303 E0 S220 C3 // Run PID autotune for the extruder at 220ºC three times
5.- M301 P38.73 I2.72 D137.84// Set PID

Viewing all articles
Browse latest Browse all 2831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>