Description
Parameters.Name: Orbiter extruder V1.5(right hand)
Applicable models.
Direct plug-in wire use models: Ender3, Ender3S, Ender3 pro, Ender3 V2, Ender5.
Need to change their own motor line terminal models: CR10, CR10 S4, CR10 S5, VORON and other models, as long as there is this extruder mounting bracket, you can change the value of the step can be used.
Description:
Shell printing process: SLS
Material: PA12
Color: Black
Motor: 36STH17-1004AHG motor
Model download link : https://www.thingiverse.com/thing:4725897
Caution.
1) Extruder drive current needs to be adjusted to 0.35A (method: adjust the voltage to about 0.28-0.3V or firmware to adjust the E axis drive current)
Reason for adjusting the current: to prevent the motor from overheating
2) Modify the extruder pulse method
Method 1: Firmware modification of extruder pulse: #define DEFAULT_AX
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 655 }
Method 2: Send G-code (can be sent by slicing software command)
M92 E655
M500