- May 21, 2017
-
-
Scott Lahteine authored
-
- May 19, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Disable PROBE_MANUALLY for UBL
-
Scott Lahteine authored
Plus some other UBL tweaks.
-
- May 18, 2017
-
-
Scott Lahteine authored
Patch LCD code for 5th extruder
-
Scott Lahteine authored
Tweak Azteeg X3 PRO _pins.h so Viki2 will work for those without a case light
-
Brian authored
- add comment explaining that the Panucatt Viki2 wiring diagram uses pin 44
-
bgort authored
Add `G7` gcode command to move between UBL mesh points
-
- May 17, 2017
-
-
Brian authored
-
Brian authored
- can be augmented in the future to enable for other leveling systems Quite simple, but did not want to modify `G1` as the additional checking would slow it down. Tested & working.
-
bgort authored
Fix recent regressions, &c.
-
Brian authored
- fix broken `M421` due to less-than-careful optimization - add HOME_AFTER_DEACTIVATE define to advanced config so not everyone has to rehome after steppers are deactivated - misc. cleanups (remove unused label, unused variables)
-
Scott Lahteine authored
-
Scott Lahteine authored
-
bgort authored
Fix broken EEPROM save/load
-
Brian authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Implement CRC16, develop mesh allocation table
-
Scott Lahteine authored
Spindle / Laser support
-
Scott Lahteine authored
Update french language
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Brian authored
- Add crc16 utility function - Implement CRC16 for config store, remove old checksum, increment layout version - Move UBL mesh store/load to MarlinSettings; increment UBL_VERSION - Begin to lay out MAT structure, prototype functions, etc. - Rename ubl.state.eeprom_storage_slot to .storage_slot - Misc. optimization - Cleanup/standardize/improve some messages This is a work in progress!
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Separate SWITCHING_NOZZLE and SWITCHING_EXTRUDER
-
fixoid authored
-
Scott Lahteine authored
Prevent home_all_axes picking up XYZ parameters from command
-
- May 16, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Roxy-3D authored
-
oldmcg authored
Fix undefined DELTA_PROBEABLE_RADIUS for UBL_DELTA
-
Roxy-3D authored
* Fix M48 for Delta's There was a scope issue: DELTA_PROBEABLE_RADIUS wasn't getting defined. * Check if the specified G29 command requires homing
-
Tannoo authored
Things should be pretty stable for a while. But it wouldn't surprise me if the Delta people have a need for a few special commands.
-
Johann Delahayes authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-