Welcome! Log In Create A New Profile

Advanced

Readjust printer with Marlin

Posted by jzagaja 
Readjust printer with Marlin
November 28, 2020 01:28PM
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
Re: Readjust printer with Marlin
November 28, 2020 04:23PM
If you tell us what 3D Printer you have someone out there may have already configured your 3D Printer for Marlin firmware..


Computer Programmer / Electronics Technician
Re: Readjust printer with Marlin
November 29, 2020 01:49PM
3DPlatform 3DP1000
Re: Readjust printer with Marlin
November 30, 2020 05:08PM
Sorry, only registered users may post in this forum.

Click here to login