You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Scott Lahteine 8315a8a716 Apply fixes for DUE
Alternative to #7882. If F_CPU is greater than 1000 it can be evenly divided by 8. Over 10000, 16; over 100000, 32; over 1 million, 64; etc.
7 years ago
..
bedlevel Implement NO_MOTION_BEFORE_HOMING option 7 years ago
calibrate Apply G33 updates 7 years ago
config Apply fixes for DUE 7 years ago
control Fixes for Anet10 and gt2560 7 years ago
eeprom Move M500-M503 to cpp 7 years ago
feature Tweak some spacing 7 years ago
geometry Combine G-code files into fewer units 7 years ago
host Move M119-M121 to cpp 7 years ago
lcd Move M250 to cpp 7 years ago
motion Implement NO_MOTION_BEFORE_HOMING option 7 years ago
probe Move M401_M402 to cpp 7 years ago
scara Move M360-M364 to cpp 7 years ago
sdcard Combine G-code files into fewer units 7 years ago
stats Combine G-code files into fewer units 7 years ago
temperature Combine G-code files into fewer units 7 years ago
units Move M82_M83 to cpp 7 years ago
gcode.cpp Cleanup warnings 7 years ago
gcode.h Combine G-code files into fewer units 7 years ago
parser.cpp Cleanup warnings 7 years ago
parser.h Move volumetric flag to GCodeParser 7 years ago
queue.cpp Add serial XON/XOFF handshaking 7 years ago
queue.h Add gcode.cpp, motion.*, queue.* - Apply to some G-codes. 7 years ago