1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-24 04:29:34 +00:00
MarlinFirmware/Marlin
Nicolas Rossi aba67e2449 No bed config for RAMPS
The motherboard 35 is a config without bed with this pins setting :
D8 Extruder
D9 Fan
D10 Controller Fan
2013-03-05 15:51:24 +01:00
..
cardreader.cpp Also skip .files and _files with long filenames 2013-01-31 12:07:42 -05:00
cardreader.h The big LCD code update. This splits the display and menu implementation. Paving the way for future different displays. It also makes it easier to modify the menu structures while keeping everything consistant. Note that this most likely breaks the translations, which need to be updated. 2012-12-12 11:47:03 +01:00
Configuration_adv.h Added a feature to have filament change by gcode or display trigger. 2013-01-27 13:21:34 +01:00
Configuration.h No bed config for RAMPS 2013-03-05 15:51:24 +01:00
ConfigurationStore.cpp
ConfigurationStore.h
COPYING
create_speed_lookuptable.py
createTemperatureLookupMarlin.py
fastio.h
language.h Toggle menu for PSU from LCD pannel 2013-03-05 14:52:51 +01:00
LCD Menu Tree.pdf
LiquidCrystalRus.cpp
LiquidCrystalRus.h
Makefile fixes for ramps compilation using installed arduino ide 2013-01-08 12:54:31 +01:00
Marlin_main.cpp Turn off power supply off-load 2013-03-05 15:03:48 +01:00
Marlin.h Added libraries from Arduino 1.0.3 for sanguino build 2013-01-07 17:26:50 +01:00
Marlin.pde
MarlinSerial.cpp
MarlinSerial.h
Menu Plans.xlsx
motion_control.cpp
motion_control.h
pins.h No bed config for RAMPS 2013-03-05 15:51:24 +01:00
planner.cpp Minor cleanup of the new FAN_KICKSTART code. #334 2013-01-10 11:08:45 +01:00
planner.h
Sd2Card.cpp
Sd2Card.h
Sd2PinMap.h
SdBaseFile.cpp
SdBaseFile.h
SdFatConfig.h
SdFatStructs.h
SdFatUtil.cpp
SdFatUtil.h
SdFile.cpp
SdFile.h
SdInfo.h
SdVolume.cpp
SdVolume.h
speed_lookuptable.h
stepper.cpp Added optional feature to stop printing when an endstop is hit. Made the Z display on the LCD in 3.2 format instead of 3.1. Added LCD message when and endstop is hit. 2013-01-08 11:53:18 +01:00
stepper.h Added optional feature to stop printing when an endstop is hit. Made the Z display on the LCD in 3.2 format instead of 3.1. Added LCD message when and endstop is hit. 2013-01-08 11:53:18 +01:00
temperature.cpp Replace the 1ms delay for 2 nops to get a 100ns delay. #259 2012-12-17 11:12:11 +01:00
temperature.h
thermistortables.h Fixed #394 2013-02-14 14:04:26 +01:00
ultralcd_implementation_hitachi_HD44780.h Update Marlin/ultralcd_implementation_hitachi_HD44780.h 2013-02-12 20:06:51 +01:00
ultralcd.cpp Toggle menu for PSU from LCD pannel 2013-03-05 14:52:51 +01:00
ultralcd.h Small changes on the LCD panel, let the speed control work better, line up the parameter edit the same as the menu, remove some unused defines, and remove the Z from the 10mm move menu. 2012-12-21 16:14:47 +01:00
watchdog.cpp
watchdog.h