104 Commits (00b6b3da79efb54cb7fa1c1b7a7db51970b91139)

Author SHA1 Message Date
Jimmy Envall 00b6b3da79 Added support for delta tower angle corrections.
7 years ago
Scott Lahteine 45f949d833 TMC2130 Library: @teemuatlut replaces @makertum
7 years ago
Scott Lahteine be98016674 Merge pull request #5963 from thinkyhead/rc_no_offsets_optim
7 years ago
Scott Lahteine 5f7e85398b Implement NO_WORKSPACE_OFFSETS
7 years ago
Scott Lahteine 8f4e4b1995 Display a message for EEPROM version mismatch
7 years ago
Scott Lahteine b9187020c4 Finish reducing of ABL_BILINEAR_SUBDIVISION
7 years ago
Scott Lahteine e44294bb4d Make HOTEND_LOOP more consistent, let compiler optimize it
7 years ago
Robert Kirk 0d147ead66 Allow enabling volumetric filament on config load
8 years ago
Scott Lahteine 6d6a1db6ec Apply const to _EEPROM_writeData value param
8 years ago
Scott Lahteine 20218e553d Merge pull request #5527 from MagoKimbra/rc_configuration_store_fix_size
8 years ago
MagoKimbra 86ba7e4542 Fix size
8 years ago
Scott Lahteine a4f10f59c3 Write the E parameter length correctly
8 years ago
Scott Lahteine 3bd76f60e4 Report EEPROM data size, not final index
8 years ago
Scott Lahteine 78d6d6e076 Merge pull request #5452 from thinkyhead/rc_save_your_mesh
8 years ago
Scott Lahteine 0d0aa6c20d Patch type for max_acceleration_mm_per_s2 save/restore
8 years ago
Scott Lahteine 8f0f225d10 Save ABL Planar Matrix to EEPROM
8 years ago
Scott Lahteine e2429a9da1 Generalize Bed Leveling flag in EEPROM
8 years ago
Scott Lahteine e42fd7813a Save ABL Bilinear Grid to EEPROM
8 years ago
Scott Lahteine 492b68f8e3 Better EEPROM read/write error handling
8 years ago
esenapaj d486361c69 Fix for commented section of Config_RetrieveSettings()
8 years ago
Scott Lahteine 39401b7472 Patch to show E factors in M503
8 years ago
Scott Lahteine 6f389158d7 Compile less code with EEPROM off
8 years ago
Scott Lahteine f2301a2a04 Add e-stepper count to EEPROM (for planner vars)
8 years ago
Scott Lahteine 53c9fca0f6 Only write to EEPROM when a byte changes
8 years ago
Scott Lahteine 3391c785c6 Support for distinct E factors
8 years ago
Scott Lahteine 255ed80164 Fix hotend offset report in M503
8 years ago
Scott Lahteine 1a2310c494 Make LCD preheat vars an array to reduce code size
8 years ago
Scott Lahteine bff6bbdb12 Indentation in configuration_store.cpp
8 years ago
Scott Lahteine 97115d56f9 Print error for M500 with disabled EEPROM
8 years ago
Scott Lahteine 67ab54185b Save hotend_offset array (M218) in EEPROM
8 years ago
Scott Lahteine ad64723354 Move MAX_EXTRUDERS to pins.h
8 years ago
Scott Lahteine 48761f2021 Patch delta endstop adjustment config
8 years ago
Josef Pavlik 28d41b48e3 delta endstop adjustment configurable
8 years ago
Scott Lahteine de7e798e6f Replace single-char S_ECHOs with S_CHAR
8 years ago
Scott Lahteine d19cfcfc1d max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
8 years ago
Scott Lahteine 83a41c7ceb Remove SCARA axis_scaling
8 years ago
Scott Lahteine 6ab54c60b1 Add conditionals for kinematics, leveling
8 years ago
Scott Lahteine 41b5c48129 Update software endstops if EEPROM is loaded
8 years ago
Scott Lahteine 63fd1f49a6 PID_EXTRUSION_SCALING, disabled by default
8 years ago
Scott Lahteine 7c27f34996 Merge pull request #4397 from thinkyhead/rc_tweak_eeprom
8 years ago
Scott Lahteine 060dc6d95a Neaten up EEPROM read/write functions
8 years ago
Scott Lahteine f8b5749235 Replace division in planner with multiplication
8 years ago
Scott Lahteine 4e67a85a5d Macros to loop over axes
8 years ago
Scott Lahteine 103d312f6d MBL can actually do up to 9 x 9
8 years ago
Scott Lahteine f242aea032 Merge pull request #4319 from thinkyhead/rc_feedrates_to_mess_with_you
8 years ago
Scott Lahteine 69d6016941 Revert default state of endstops in M502
8 years ago
Scott Lahteine 93ba5bddd7 Append units to feedrate variables
8 years ago
Scott Lahteine 05da02f0a2 Implement MIXING_EXTRUDER and SWITCHING_EXTRUDER
8 years ago
esenapaj c2c8ab4698 Follow-up the PR #4278 (Fixups for PID_ADD_EXTRUSION_RATE and HOTENDS==1)
8 years ago
Scott Lahteine a8b6b6a128 Merge pull request #4252 from thinkyhead/rc_rename_hpb
8 years ago