Scott Lahteine
69d6016941
Revert default state of endstops in M502
hace 9 años
Scott Lahteine
93ba5bddd7
Append units to feedrate variables
hace 9 años
Scott Lahteine
05da02f0a2
Implement MIXING_EXTRUDER and SWITCHING_EXTRUDER
hace 9 años
esenapaj
c2c8ab4698
Follow-up the PR #4278 (Fixups for PID_ADD_EXTRUSION_RATE and HOTENDS==1)
hace 9 años
esenapaj
6af525e252
Fix for the PR #4256 (Additional tweaks for HOTENDS == 1)
hace 9 años
Scott Lahteine
ee0983ab57
Further reduction when HOTENDS == 1
hace 9 años
Scott Lahteine
1026e5b071
Replace PLA/ABS preheating with generic
hace 9 años
Scott Lahteine
6b2a7b30af
Extra comments to clarify EEPROM code
hace 9 años
Scott Lahteine
787f394676
MAX_EXTRUDERS replaces mysterious "4"
hace 9 años
Scott Lahteine
bc3748b7bc
Add shared Config_Postprocess for Read and Reset
hace 9 años
Scott Lahteine
adcd0f5de3
Some formatting in configuration_store.cpp
hace 9 años
Scott Lahteine
5e370006fc
EEPROM Checksum
hace 9 años
Scott Lahteine
2e96276bf4
More debug message cleanup
hace 9 años
Scott Lahteine
bd491818d6
Reduce storage requirements for strings, make some PGM
hace 9 años
Scott Lahteine
bb9c67b4b5
Tweak some feedrate vars
hace 9 años
Scott Lahteine
1000563d80
Make M851 standard with a bed probe
hace 9 años
Scott Lahteine
72c6f2923f
axis_steps_per_unit => axis_steps_per_mm
hace 9 años
Scott Lahteine
cb4704e07a
Rename some planner acceleration vars
- `per_sq_second` => `per_s2`
- `per_sqr_second` => `per_s2`
- `axis_steps_per_sqr_second` => `max_acceleration_steps_per_s2`
hace 9 años
Scott Lahteine
c2362c1b3c
Apply Marlin coding standards to MBL class
hace 9 años
Edward Patel
c06de0f097
MBL: Added keeping MBL active when homing single axises for #3750
hace 9 años
Scott Lahteine
cd441ce652
SINGLENOZZLE: EXTRUDERS versus HOTENDS
hace 9 años
Scott Lahteine
bd97bbc52a
Make HAS_LCD_CONTRAST a boolean flag
hace 9 años
Scott Lahteine
9049f4084b
EEPROM report uses G29 S3
hace 9 años
Scott Lahteine
a4ed988c60
Two index finding functions for MBL
hace 9 años
Scott Lahteine
a3520b6f01
More precision in M503 output for MBL's M421
hace 9 años
Scott Lahteine
084f6b5b44
Temperature singleton class
hace 9 años
Scott Lahteine
96f51f400f
Planner singleton class
hace 9 años
Matt Keveney
4dfc496965
added recalc_delta_settings() call in Config_RetrieveSettings. Appears to be necessary any time delta-related parameters (M665) are modified
hace 9 años
Scott Lahteine
ba84d8d091
Allow setting PIDTEMP and PIDTEMPBED together or apart
hace 9 años
Scott Lahteine
0493fccc0b
mbl.active is a bool now
hace 9 años
Scott Lahteine
dc19b69697
No casting needed for SERIAL_ECHOPAIR
hace 9 años
Edward Patel
c606ed447a
Add "G29 S4" to fine tune Z level for Mesh Bed Leveling.
Also add mbl.z_offset to the EEPROM, bumping the version to V23.
hace 9 años
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
hace 9 años
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
hace 9 años
Scott Lahteine
a02ae36ae8
Include M65 "ABC" parameters in EEPROM
Addressing #2773
hace 9 años
Scott Lahteine
f9ded2a7c4
Wrap macros to prevent bad expansions
hace 9 años
Scott Lahteine
7253a1971d
Fix "M145" output in M503 report
hace 9 años
Scott Lahteine
f00ca3fd89
Fix layout descr. in configuration_store.cpp
hace 9 años
Scott Lahteine
6fa7e24af3
Use "UNUSED" to squash compiler warnings
hace 9 años
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
hace 9 años
Scott Lahteine
bc50db9cf6
Implement PID_ADD_EXTRUSION_RATE
hace 9 años
Richard Wackerbarth
6292d9e815
Rename ENABLE_AUTO_BED_LEVELING
With the introduction of the #if ENABLED(…)
reads better than
hace 10 años
Richard Wackerbarth
ad90e851b3
Use a small unsigned integer type
hace 9 años
Richard Wackerbarth
29b456ae07
Suppress some compiler warnings
hace 9 años
Scott Lahteine
5e834352a9
Overridable Options - Part 11 (PR#2563)
Apply `ENABLED` / `DISABLED` macros to EEPROM-related files.
hace 10 años
Scott Lahteine
70be61d416
Reset filament_size with a loop
hace 10 años
Scott Lahteine
c7c8cfed6f
Complete M200 output with M503
- The contents of EEPROM include filament diameters even with
Volumetric disabled. This change makes `M503` display the full
volumetric settings so that playing back the output of `M503 S0` will
fully restore them.
hace 10 años
Scott Lahteine
278aa15301
Add COUNT macro and apply
hace 10 años
Scott Lahteine
aad121864e
Include "Z" in M851 report
hace 10 años
Scott Lahteine
96a3fba8ac
Reverse the sign of zprobe_zoffset
- When editing on the LCD, minus now means below the nozzle
- Stores the opposite sign in EEPROM, so bumped to “V20”
hace 10 años