summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
AgeCommit message (Collapse)Author
2012-01-29Change Motherboard to 3 (standardsettings)midopple
2012-01-29Merge commit 'fa63b839c6cbf261f2655e8783bf4745cc9ca513' into SprinterV2midopple
Conflicts: Sprinter/Configuration.h Sprinter/Sprinter.pde
2012-01-29Change configuration.h to original settingsmidopple
2012-01-29New Version Sprinter V2midopple
- Look Vorward Funktion - - Stepper Control with Timer 1 - SOFT PWM for Extruder heating --> Free Timer 1 - G2 / G3 Command for arc real arc - Baudrate 250 kbaud - M30 Command delete file on SD Card - Text moved to flash to free RAM - M203 Command for Temp debugging
2012-01-28Update Sprinter/Configuration.hmidopple
2012-01-22Added option to set a delay after enabling a stepper driver, default turned ↵blddk
off to keep current behavior.
2011-12-05Fixing issues in pins.h and fastio.h, I created them not understanding it ↵Greg Dahlman
was using arduino pin numbers I also put in a note that Gen 7 only works at 16 MHZ due to timing issues with WProgram.h and wiring.h
2011-12-04Added an option to make init.g on SD run on boot.Nathan Zadoks
2011-11-28Add gen7 to list of boards in configurationKliment Yanev
Allow ATmega644 (non-P version) for Gen7
2011-11-16M30/M31 fast sd block transferPhilip Kin
2011-11-06osc reductionChris Dieringer
2011-10-27PID parameters for MakerGearKeegi
2011-10-27Merge branch 'master' of github.com:kliment/Sprinter into experimentalKliment Yanev
Conflicts: Sprinter/Configuration.h
2011-10-16Update Sprinter/Configuration.hblddk
2011-10-16Added options for the controller cooling fanblddk
2011-10-04i will figure out git eventuallyJoe Kerman
2011-10-04(correct) pin defs for a190usb1286/teensyluJoe Kerman
2011-09-30pins.h entry for TeensyluJoe Kerman
2011-09-25added Gen3 PLUS for TechZone Gen3 Remix Motherboard and renaming 21 rotorit
2011-09-17fixed typo, added even more PID improvements (these settings work out of box ↵Keegi
for my old hotend, but overshoot badly on MG hotend)
2011-09-17PID fixesKeegi
2011-09-08Merge branch 'master' of github.com:kliment/Sprinter into experimentalKliment Yanev
2011-09-08Merge pull request #80 from alexrj/different-endstopskliment
Change ENDSTOPS_INVERTING to [XYZ]_ENDSTOP_INVERT
2011-09-08Edited Sprinter/Configuration.h via GitHubreprapperMC
2011-08-31Merge branch 'master' of github.com:kliment/Sprinter into experimentalKliment Yanev
2011-08-26Fixed configuration for new [XYZ]_ENDSTOP_INVERT optionsAlessandro Ranellucci
2011-08-26Edited Sprinter/Configuration.h via GitHublemio
2011-08-25Removed all unnecessary config option values to avoid confusion (one might ↵Alessandro Ranellucci
think that setting them to 0 disabled the feature, while it has to be commented instead)
2011-08-25SMOOTHING had a value (1); however turning it to 0 won't disable the ↵Alessandro Ranellucci
feature, so that's just confusing.
2011-08-23Add EPCOS comment to configuration.jebba
2011-08-19Edited Sprinter/Configuration.h via GitHubParCan
2011-08-09Edited Sprinter/Configuration.h via GitHubrotorit
2011-08-09added motherboard entry for Gen3-pluss and Gen3-Monolithic Electronicsrotorit
2011-07-26Merge pull request #62 from alexrj/heater-current-limitkliment
Heater current limit
2011-07-26New config option HEATER_CURRENT to limit current to the nozzleAlessandro Ranellucci
2011-07-26New implementation of TEMP_RESIDENCY_TIME. We now wait for the target temp ↵Alessandro Ranellucci
to be esablished and maintained for residency time +/- a configurable hysteresis
2011-07-25Merge pull request #60 from LawrenceLeung/masterkliment
Support TEMP_RESIDENCY_TIME.
2011-07-25Comment out TEMP_RESIDENCY_TIMELawrence
2011-07-25Revert "Disable TEMP_RESIDENCY_TIME for default"Lawrence
This reverts commit eb1c87fa7bf2e4bcc8b074775d88a6e767de2c29.
2011-07-25Disable TEMP_RESIDENCY_TIME for defaultLawrence Leung larryleungcal@yahoo.com
2011-07-25add support for TEMP_RESIDENCY_TIME for M109Lawrence Leung larryleungcal@yahoo.com
2011-07-24Added MakerGear Hybrid Prusa steps per unit values.Spencer Renosis
2011-07-24added uuid identification supportjglauche
2011-07-17Add some explanations to config, change some variables to #defines. Fixes #36kliment
2011-07-17Add extra config for homing feedrate - fixes #28kliment
2011-07-12Add 10k thermistorkliment
2011-07-07Add missing accel per sq second for Ekliment
2011-07-06Put some notes in for gen6 users..Ahmet Cem TURAN
2011-07-06Documentation improvements in Configuration.hkliment
2011-07-05Fix RAMPS 1.3 numberkliment