muele-marlin/Marlin/src
2017-12-21 02:42:46 -03:00
..
config Fixed some warnings on the MakerParts configuration, when compiling using the AVR toolchain (integer overflow on the preprocessor calculations) 2017-12-21 02:23:24 -03:00
core [2.0.x] TMC driver update (#8769) 2017-12-15 15:03:14 -06:00
feature Matching sign across filwidth vars 2017-12-20 00:17:19 -06:00
gcode Matching sign across filwidth vars 2017-12-20 00:17:19 -06:00
HAL Adding USB MSD implementation to the HAL: Now, when you plug the Native USB port of the Arduino DUE to your PC, it will be detected as a composite USB device: One of the devices is a USB CDC (Serial port over USB) with native USB handshake (no more overflows!!) (set SERIAL_PORT to -1 to use it as main serial port) and also, a MSD (USB Mass Storage Device) will be detected, and the SD card present on the socket will be reflected as a Removable disk on your PC) 2017-12-21 02:42:46 -03:00
inc A single setting to validate filament width 2017-12-19 21:33:25 -06:00
lcd Adjusted timings on the ST7290 u8glib so RE-ARM and RAMPS4DUE have no problems when writing to the graphics LCD. This fixes Issue #8787 - Special thanks to Bergerac56 for testinf this out !!! 2017-12-21 02:33:22 -03:00
libs [2.0.x] Fix for #8604 (#8717) 2017-12-08 18:50:05 -06:00
module Matching sign across filwidth vars 2017-12-20 00:17:19 -06:00
pins More parity with 1.1.x, plus whitespace 2017-12-19 18:36:16 -06:00
sd Exposed SDCard interface to the public, to USB MSD is able to read/write sectors on the SD card 2017-12-21 02:30:18 -03:00
Makefile Use wildcard *.cpp in Makefile 2017-12-19 23:44:46 -06:00
Marlin.cpp Adding USB MSD implementation to the HAL: Now, when you plug the Native USB port of the Arduino DUE to your PC, it will be detected as a composite USB device: One of the devices is a USB CDC (Serial port over USB) with native USB handshake (no more overflows!!) (set SERIAL_PORT to -1 to use it as main serial port) and also, a MSD (USB Mass Storage Device) will be detected, and the SD card present on the socket will be reflected as a Removable disk on your PC) 2017-12-21 02:42:46 -03:00
Marlin.h Remove enum.h include of MarlinConfig.h 2017-11-19 15:43:38 -06:00