187 Commits (318c419f777688bb3e83d548134600c2d14b8837)

Author SHA1 Message Date
Scott Lahteine 318c419f77 Implement support for Dual X and Y endstops
7 years ago
Luc Van Daele e64cfb13b8 (1.1.x) auto tune calibration parameters (#8031)
7 years ago
Scott Lahteine b8ddae61e2 ubl_state no longer needed
7 years ago
Scott Lahteine 88857e8028 Move fade_scaling_factor_for_z to Planner
7 years ago
Scott Lahteine da93a272a0 Move leveling_is_active to a macro
7 years ago
Scott Lahteine 3d5b10735f Remove obsolete UBL z_offset
7 years ago
Luc Van Daele 74d430cb97 matrix names update (#7697)
7 years ago
Scott Lahteine e337df2e98 Miscellaneous tweaks to serial outputs, code cleanups
7 years ago
Vben 4817b39d98 Added new feature for AutoParking Extruder (APE)
7 years ago
Scott Lahteine 4eff18854b Rename options with swap_ prefix
7 years ago
Scott Lahteine 14482d2f2a Strip auto-retract for impossible M(IN|AX)_AUTORETRACT combo
7 years ago
Scott Lahteine fee696db5d Improve retract() for G10/G11/autoretract
7 years ago
Scott Lahteine cf96109056 Implement the EEPROM_CHITCHAT option
7 years ago
Scott Lahteine dcec7178d1 Expose DISABLE_M503 option as a test option
7 years ago
dot-bob b3c36c98fd Edit digipot currents via LCD, save to EEPROM
7 years ago
Scott Lahteine e94f79ccea Patch some serial macros
7 years ago
Bob-the-Kuhn 28d72f48f1 change to DWORD
7 years ago
Scott Lahteine 4134a6b526 Save 88b PROGMEM, 48 bytes SRAM in settings.reset
7 years ago
Scott Lahteine efc198f952 Spacing, const, comments
7 years ago
Scott Lahteine d28f5d8a78 Fix: z_endstop_adj is never initialized
7 years ago
Scott Lahteine 01e7e234c6 Add more options to the Bed Leveling menu
7 years ago
Scott Lahteine 082da23391 One fewer EOL in M503 output
7 years ago
Scott Lahteine af81cb4cbb Patch for M503 output
7 years ago
Scott Lahteine f4028fe088 New GCode Parser - Implementation
7 years ago
Scott Lahteine 11fc9564c9 Add live editing option to LCD menu
7 years ago
Brian 43c24f0027 Fix recent regressions, &c.
7 years ago
Brian 3370329751 Fix broken EEPROM save/load
7 years ago
Scott Lahteine 7f4e4b1212 UBL name/state methods
7 years ago
Brian 7852369987 Implement CRC16, develop mesh allocation table
7 years ago
fixoid c2321b1cdd Separate SWITCHING_NOZZLE and SWITCHING_EXTRUDER
7 years ago
Scott Lahteine 14a4257c7b UBL tabs, whitespace, spelling, etc.
7 years ago
Scott Lahteine 233f824dd6 Define GRID_MAX_POINTS
7 years ago
Roxy-3D b63e82f309 M421 Mesh Point Offset and misc. UBL clean up (#6685)
7 years ago
Scott Lahteine 081bf1f879 Patch #else / #endif comments
7 years ago
Scott Lahteine 56ca47ab9d Patch configuration temp units
7 years ago
Scott Lahteine 6e4a5cc8c6 Patch missing const in temp_abs
7 years ago
Scott Lahteine ce507deb9f Support temperature units in M503
7 years ago
LVD-AC da2abad636 Various cleanups of G33
7 years ago
Scott Lahteine ed81e9b3d3 Adjust leveling conditionals
7 years ago
Brian 4e1448e75a Various fixes for compiler warnings
7 years ago
Scott Lahteine 671a44b8aa Merge pull request #6410 from teemuatlut/LVD-Delta
7 years ago
LVD-AC 585c00a728 Proposed changes
7 years ago
Scott Lahteine baf3b91460 DELTA_TOWER_ANGLE_TRIM only needs AB
7 years ago
LVD-AC ed6b361e27 cleanup ready to squash
7 years ago
LVD-AC dcf30a69d6 Allowing #define DELTA_TOWER_ANGLE_TRIM[C_AXIS]
7 years ago
Brian f41fb2b635 Numerous UBL-related changes:
7 years ago
Scott Lahteine 091179d960 bed_level_grid => z_values (also *_virt array)
7 years ago
Scott Lahteine 23cdbbb2d3 Add a method to refresh bilinear bed level after a change
7 years ago
Scott Lahteine ccda63c473 Drop the accessor form for LCD value editing
7 years ago
Brian 88649b06a6 use planner.z_fade_height, etc. instead of private, ubl-specific g29 fade height
7 years ago