0
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed const violation. More... about 15 years ago
Simplified extruder-related instructions. More... about 15 years ago
Debugged relative positioning handling. More... about 15 years ago
Implemented dwell. More... about 15 years ago
Cosmetic cleanup More... about 15 years ago
Scrapped unneeded constant. More... about 15 years ago
Added the actual lookup tables. More... about 15 years ago
Use lookup tables for quick and easily ported pin/port/etc mapping. More... about 15 years ago
Corrected C++-style comment. More... about 15 years ago
Implemented blocking ADC sampling by channel. More... about 15 years ago
Switched to use of BV macro where appropriate. More... about 15 years ago
Stubbed analog API with a simple ADC initialization function. More... about 15 years ago
Dropped unnecessary copy of interpolation mode. More... about 15 years ago
Continue to the next instruction when a line is completed. More... about 15 years ago
Moved linear decomposition state and management out into its own function. More... about 15 years ago
Corrected function prototype forgotten in previous commit. More... about 15 years ago
Added explicit integer width to line decomposition code. More... about 15 years ago
Switched to 32 bit machine-space position integers in parser. More... about 15 years ago
Scrapped unused struct axis. More... about 15 years ago
Switched from per-axis per-functionality macros to per-functionality array literal macros, resulting in massively increased DRY compliance. More... about 15 years ago
We can afford to set aside a bit for indicating the undefined condition when we have a full byte for only three states. More... about 15 years ago
Resolved naming conflict. More... about 15 years ago
Made endstop status an axis array and compiletime conditionalized the presence of minimum endstops. More... about 15 years ago
Added axis enum for readability and safety in indexing axis arrays. More... about 15 years ago
Switched to anonymous enums/structs when typedef is used. More... about 15 years ago
Added scaling to machine-space coordinates. More... about 15 years ago
Switched to strict C99 for portability. More... about 15 years ago
Simplified parser-side position handling. More... about 15 years ago
Added line.c to the Makefile. More... about 15 years ago
Renamed line_tick.c to line.c for consistency with header. More... about 15 years ago