Denis Bakin
YaBB Administrator
Gender:
Posts: 163
|
|
Marlin for X2 v1.0.0b2 firmware mod new features
« on: Jul 15th, 2012, 3:47am » |
Quote Modify
|
New firmware changes. Added several new features (mostly for dual extrusion) and cleaned up the code a bit. Here is the list of changes: - rewrote M109 code to be less confusing; - removed do_not_wait_if_lowering_temperature configuration var (just use m104 if lowering); - changed the wait logic to consider any temperature within the TEMP_HYSTERESIS range to be acceptable to stop waiting; - added W parameter to allow changing the time M109 waits for temperature stabilization after reaching the target range; - added A parameter that if set to non 0 value will make the command wait for all the extruders that have non-0 target temperature; - added L and H parameters (to M104 too) that allow to make the temperature lower or higher than the current target; - added m208 command that takes parameters T,X,Y for configuring extruder offset on the fly (T - extruder number, X,Y offset from the imaginary printing point); - made the extruder offset be a EEPROM storable/retrievable; Commited to all branches. GITHub link (branch "m"): https://github.com/dob71/Marlin/tree/m Commit SHA1 ID: 8c6bea53e2415e1b5b8a3b6260ed1dae80557627
|