Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 年前
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior (#13394 )
5 年前
Scott Lahteine
0feeef2604
Update copyright in headers
5 年前
Scott Lahteine
8bf596bd4c
RETRACT_ZLIFT => RETRACT_ZRAISE
6 年前
Scott Lahteine
d556dc1865
Fix and improve EEPROM storage (#12054 )
* Clean up Temperature PID
* Improve EEPROM read/write/validate
* Group `SINGLENOZZLE` saved settings
* Group planner saved settings
* Group filament change saved settings
* Group skew saved settings
* Group `FWRETRACT` saved settings
6 年前
Victor Tseng
93839e2f73
Add option to enable/disable autoretract altogether (#11904 )
6 年前
Thomas Moore
ae2173cd52
Synchronize retractions
7 年前
Scott Lahteine
1587962547
Combine G-code files into fewer units
Addressing #7707
7 年前
Scott Lahteine
a98e9874db
FWRETRACT as a feature
7 年前
Scott Lahteine
4231faf779
Initial split-up of G-code handlers by category
7 年前
Scott Lahteine
2b3b7d5d7f
Move 'thermistor' files
7 年前
Scott Lahteine
e12c8e5cac
Split up thermistor tables
7 年前
Scott Lahteine
5f5a55a0de
Add a ZERO macro to clear arrays
8 年前
Scott Lahteine
2d55862499
Use memset in mbl.reset to save 58 bytes
8 年前
Scott Lahteine
c2362c1b3c
Apply Marlin coding standards to MBL class
8 年前
Edward Patel
c06de0f097
MBL: Added keeping MBL active when homing single axises for #3750
8 年前
Scott Lahteine
bc5a547d55
More robust MBL index / point conversion
8 年前
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.
8 年前
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
8 年前
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
8 年前
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
9 年前
Scott Lahteine
58cfcd4239
Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
9 年前
Scott Lahteine
96b5da7198
Fix up bed leveling code
- Init `zprobe_zoffset`
- Remove `current_position[Z_AXIS] = zprobe_zoffset` lines from the
`set_bed_level_equation_*` functions
- Apply standards to `mesh_bed_leveling` files
- Document `MESH_BED_LEVELING`
9 年前
Edward Patel
8005d22c81
Added menu option for bed leveling.
9 年前
Edward Patel
0e51e53813
WIP. Adding bed leveling code.
9 年前