Sprinter/Sprinter
midopple e74587a1b4 - Implement Plannercode from Marlin V1 --> big thanks to Erik
- Stepper interrupt with Step loops
  - Stepperfrequenz 30 Khz
  - New Command
    * M202 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
    * M204 - Set default acceleration: S normal moves T filament only moves (M204 S3000 T7000) im mm/sec^2
    * M205 - advanced settings:  minimum travel speed S=while printing T=travel only,  X= maximum xy jerk, Z=maximum Z jerk
  - Remove unused Variables
  - Check Uart Puffer while circle processing (CMD: G2 / G3)
  - Fast Xfer Function --> move Text to Flash
  - Option to deaktivate ARC (G2/G3) function (save flash)
  - Removed modulo (%) operator, which uses an expensive divide
2012-02-05 19:58:36 +01:00
..
arc_func.cpp Option to deaktivate the arc function 2012-02-02 18:48:02 +01:00
arc_func.h New Version Sprinter V2 2012-01-29 00:18:21 +01:00
Configuration.h - Implement Plannercode from Marlin V1 --> big thanks to Erik 2012-02-05 19:58:36 +01:00
createTemperatureLookup.py Rename to Sprinter 2011-07-04 16:17:19 +02:00
fastio.h Fixing issues in pins.h and fastio.h, I created them not understanding it was using arduino pin numbers 2011-12-05 20:34:02 -08:00
FatStructs.h Rename to Sprinter 2011-07-04 16:17:19 +02:00
heater.cpp Without the PID control for Hotend the tempmonitor use the wrong variable 2012-02-02 18:49:35 +01:00
heater.h New Version Sprinter V2 2012-01-29 00:18:21 +01:00
Makefile fix indentation 2012-01-27 12:15:38 +01:00
pins.h Merge commit 'fa63b839c6cbf261f2655e8783bf4745cc9ca513' into SprinterV2 2012-01-29 01:27:25 +01:00
Sd2Card.cpp Rename to Sprinter 2011-07-04 16:17:19 +02:00
Sd2Card.h Rename to Sprinter 2011-07-04 16:17:19 +02:00
Sd2PinMap.h Support Sanguino/Sanguinololu with ATmega1284P 2011-08-09 01:51:39 +09:00
SdFat.h Rename to Sprinter 2011-07-04 16:17:19 +02:00
SdFatmainpage.h Rename to Sprinter 2011-07-04 16:17:19 +02:00
SdFatUtil.h Rename to Sprinter 2011-07-04 16:17:19 +02:00
SdFile.cpp Rename to Sprinter 2011-07-04 16:17:19 +02:00
SdInfo.h Rename to Sprinter 2011-07-04 16:17:19 +02:00
SdVolume.cpp Rename to Sprinter 2011-07-04 16:17:19 +02:00
speed_lookuptable.h New Version Sprinter V2 2012-01-29 00:18:21 +01:00
Sprinter.h - Implement Plannercode from Marlin V1 --> big thanks to Erik 2012-02-05 19:58:36 +01:00
Sprinter.pde - Implement Plannercode from Marlin V1 --> big thanks to Erik 2012-02-05 19:58:36 +01:00
thermistortables.h Improve 200k thermistor table to better match reality 2011-11-10 10:13:12 +01:00