This website requires JavaScript.
Explore
Help
Register
Sign In
andrey
/
Marlin_FB4S
Archived
Watch
1
Star
0
Fork
0
You've already forked Marlin_FB4S
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-12-23
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
072011a3ef6f9e80c83bb45d4566fe31dc2adbab
Marlin_FB4S
/
Marlin
History
Erik van der Zalm
072011a3ef
Added current_block = NULL to quickStop()
2012-03-03 20:40:46 +01:00
..
Gen7
Fix cast warning in Gen7
2012-02-23 18:50:05 +01:00
hardware/tools/avr
/etc
ATMega1284P support for Arduino IDE
2012-02-17 11:41:47 +01:00
Sanguino
Fixed compiler warning for Sanguino compile
2012-02-26 17:35:01 +01:00
.gitignore
Add suitable .gitignore to avoid build noise
2012-02-26 18:26:56 -05:00
cardreader.cpp
Added more defines to the language.h file so that nowe most of the text strings are now configured via this file. Still got some hunting down to do to complete this task.
2012-03-03 15:51:47 +00:00
cardreader.h
Fixed general 16x2 LCD build without SD support.
2012-02-29 15:33:23 +01:00
Configuration_adv.h
remove stop_heating_wait
2012-02-27 18:45:45 +01:00
Configuration.h
Add support for upcoming Gen7 v1.4
2012-02-26 20:39:49 -05:00
COPYING
first commit
2011-08-12 22:28:35 +02:00
createTemperatureLookup.py
first commit
2011-08-12 22:28:35 +02:00
EEPROMwrite.h
simplified the includes, makefile now works with arduino23
2011-12-22 14:55:45 +01:00
fastio.h
Merge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1
2012-02-13 13:07:55 +01:00
language.h
Added more defines to the language.h file so that nowe most of the text strings are now configured via this file. Still got some hunting down to do to complete this task.
2012-03-03 15:51:47 +00:00
Makefile
Merge pull request
#81
from phord/09469add5560ca8a676c42e4bcd499868c33f0dd
2012-02-27 08:38:36 -08:00
Marlin.h
remove stop_heating_wait
2012-02-27 18:45:45 +01:00
Marlin.pde
Merge remote-tracking branch 'justblair/master' into Marlin_v1
2012-03-03 20:20:55 +01:00
Marlin.suo
Added more defines to the language.h file so that nowe most of the text strings are now configured via this file. Still got some hunting down to do to complete this task.
2012-03-03 15:51:47 +00:00
MarlinSerial.cpp
Teensylu support.
2012-02-09 19:27:45 +01:00
MarlinSerial.h
Teensylu support.
2012-02-09 19:27:45 +01:00
motion_control.cpp
Fixed homing
2012-02-27 18:31:40 +01:00
motion_control.h
Removed interrupt nesting in the stepper ISR.
2011-11-27 21:12:55 +01:00
pins.h
Merge remote-tracking branch 'justblair/master' into Marlin_v1
2012-03-03 20:20:55 +01:00
planner.cpp
Merge remote-tracking branch 'justblair/master' into Marlin_v1
2012-03-03 20:20:55 +01:00
planner.h
Made plan_buffer_line arguments const, which optimizes better and fixes the RUNOUT_PREVENTION feature.
2012-02-29 11:38:12 +01:00
Sd2Card.cpp
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
Sd2Card.h
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
Sd2PinMap.h
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
SdBaseFile.cpp
Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
2012-02-11 16:02:47 +01:00
SdBaseFile.h
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
SdFatConfig.h
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
SdFatStructs.h
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
SdFatUtil.cpp
Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
2012-02-11 16:02:47 +01:00
SdFatUtil.h
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
SdFile.cpp
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
SdFile.h
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
SdInfo.h
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
SdVolume.cpp
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
SdVolume.h
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
2011-12-26 09:28:51 +01:00
speed_lookuptable.h
merged with triffid fork
2012-02-12 13:58:36 +01:00
stepper.cpp
Added current_block = NULL to quickStop()
2012-03-03 20:40:46 +01:00
stepper.h
merging
2011-12-12 20:35:46 +01:00
temperature.cpp
Fixed homing
2012-02-27 18:31:40 +01:00
temperature.h
header file simplification
2011-12-22 12:38:50 +01:00
thermistortables.h
simplified the includes, makefile now works with arduino23
2011-12-22 14:55:45 +01:00
ultralcd.h
Fixed general 16x2 LCD build without SD support.
2012-02-29 15:33:23 +01:00
ultralcd.pde
Merge remote-tracking branch 'justblair/master' into Marlin_v1
2012-03-03 20:20:55 +01:00
watchdog.h
header file simplification
2011-12-22 12:38:50 +01:00
watchdog.pde
simplified the includes, makefile now works with arduino23
2011-12-22 14:55:45 +01:00
wiring.h
add wiring.h, that can be used to overwrite:
2011-12-22 14:57:28 +01:00