181 Commits (4b16fa3272032a66200515750608f35dffbf1c09)

Author SHA1 Message Date
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 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 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
esenapaj 6af525e252 Fix for the PR #4256 (Additional tweaks for HOTENDS == 1) 8 years ago
Scott Lahteine ee0983ab57 Further reduction when HOTENDS == 1 8 years ago
Scott Lahteine 1026e5b071 Replace PLA/ABS preheating with generic 8 years ago
Scott Lahteine 6b2a7b30af Extra comments to clarify EEPROM code 8 years ago
Scott Lahteine 787f394676 MAX_EXTRUDERS replaces mysterious "4" 8 years ago
Scott Lahteine bc3748b7bc Add shared Config_Postprocess for Read and Reset 8 years ago
Scott Lahteine adcd0f5de3 Some formatting in configuration_store.cpp 8 years ago
Scott Lahteine 5e370006fc EEPROM Checksum 8 years ago
Scott Lahteine 2e96276bf4 More debug message cleanup 8 years ago
Scott Lahteine bd491818d6 Reduce storage requirements for strings, make some PGM 8 years ago
Scott Lahteine bb9c67b4b5 Tweak some feedrate vars 8 years ago
Scott Lahteine 1000563d80 Make M851 standard with a bed probe 8 years ago
Scott Lahteine 72c6f2923f axis_steps_per_unit => axis_steps_per_mm 8 years ago
Scott Lahteine cb4704e07a Rename some planner acceleration vars 8 years ago
Scott Lahteine c2362c1b3c Apply Marlin coding standards to MBL class 8 years ago
Edward Patel c06de0f097 MBL: Added keeping MBL active when homing single axises for #3750 8 years ago
Scott Lahteine cd441ce652 SINGLENOZZLE: EXTRUDERS versus HOTENDS 8 years ago
Scott Lahteine bd97bbc52a Make HAS_LCD_CONTRAST a boolean flag 8 years ago
Scott Lahteine 9049f4084b EEPROM report uses G29 S3 8 years ago
Scott Lahteine a4ed988c60 Two index finding functions for MBL 8 years ago
Scott Lahteine a3520b6f01 More precision in M503 output for MBL's M421 8 years ago
Scott Lahteine 084f6b5b44 Temperature singleton class 8 years ago
Scott Lahteine 96f51f400f Planner singleton class 8 years ago
Matt Keveney 4dfc496965 added recalc_delta_settings() call in Config_RetrieveSettings. Appears to be necessary any time delta-related parameters (M665) are modified 8 years ago
Scott Lahteine ba84d8d091 Allow setting PIDTEMP and PIDTEMPBED together or apart 8 years ago
Scott Lahteine 0493fccc0b mbl.active is a bool now 8 years ago
Scott Lahteine dc19b69697 No casting needed for SERIAL_ECHOPAIR 8 years ago
Edward Patel c606ed447a Add "G29 S4" to fine tune Z level for Mesh Bed Leveling. 8 years ago
Scott Lahteine 0da744b7b0 Further cleanup of comments, partial Doxygen-style 8 years ago