You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Debug_info. Repetier button info for enabled or disabled, or M111 S2 for enabled and M111 S0 for disabled.
Improved Topography Auto Bed Level.
Add Dryrun ABL and verbose width command G29 D or G29 V(0-4).
Improve Autoconfiguration for Delta printer.
Add support (test only) for NEXTION HMI LCD.
Improved firmare test dialog.
Bugfix for SDCONFIG routine. Now the configuration file will be readed and created only on the root of the SD.
Improved "Thermal Runaway Protection" now the system will be halted also if the thermistor is missing before the temperature is reached as suggested in Issue #35.
Improved "Extruder Idle Oozing Prevention" by adding a more efficient way to detect planned movements. Now this feature seems stable and can be used by anyone.
Bugfix for sdinit.
Removed tab character from the code.
Removed some unuseful spacing from the code.
Version 4.1.3
Improved support for Delta, SCARA, COREXY & COREXZ kinematics.
Improved stepper timer for high velocity driver and not.
Add calibrate surface width DELTA.
Improved serial comunication width most popular Host.
Add Acceleration retraction for extruder.
Add EJerk for extruder.
Remove limit for virtual extruder to 4. Now width MKR4 or NPr2 is possible have infinite extruder...
Add M92 T* E (Set step per unit for any extruder).
Add M203 T* E (Set max feedrate for any extruder).
Add M204 T* R (Set acc retraction for any extruder).
Add M205 T* E (Set E Jerk for any extruder).
Add Slot for G60 & G61.
G60 Save current position coordinates (all axes, for active extruder). S - specifies memory slot # (0-based) to save into (default 0).
G61 Apply/restore saved coordinates to the active extruder. X Y Z E - Value to add at stored coordinates. F - Set Feedrate. S - specifies memory slot # (0-based) to save into (default 0).