summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
AgeCommit message (Collapse)Author
2012-05-28Merge pull request #177 from kliment/mastermidopple
Wrong declaration for Variable min_time_before_dir_change
2012-05-24Added variables for extruder fanblddk
2012-05-24Wrong declaration for Variable min_time_before_dir_change midopple
should be const long
2012-05-15Add MOTHERBOARD 51 for GEN6 with Heatbed and Heatbedsensormidopple
2012-05-04Version 1.3.17Tmidopple
- M303 - PID relay autotune possible - G4 Wait until last move is done
2012-04-24Fix commit Textmidopple
2012-04-24Extra Retract Feedrate for Extrudermidopple
- Use extra extruder feedrate limit for reverse moves, and also the first forward move after a reverse
2012-04-22Version 1.3.15Tmidopple
- M206 - set additional homeing offset (Thank to se5a for this idea) (First Version is without saving to EEPROM) - Option for minimum FAN start speed --> #define MINIMUM_FAN_START_SPEED 50 (set it to zero to deaktivate)
2012-04-20- Extrudmultiply with code M221 Sxxx (S100 original Extrude value)midopple
- use Feedratefaktor only when Extruded lenght > 0 - M106 / M107 can drive the FAN with PWM + Port check for not using Timer 1 - New Option --> FAN_SOFT_PWM, with this option the FAN PWM can use every digital I/O (PWM with 500 hz) - Added M93 command. Sends current steps for all axis.
2012-03-27Set the defaults for the heart of the sun...uhm, set default board to 33Kliment Yanev
2012-03-23First char '#' was unicode so linux give an compile errormidopple
2012-03-19Make fastio & Arduino pin numbering consistent for AT90USB128x.midopple
Thanks to lincomatic
2012-03-10New Board --> GEN7 @ 20 Mhzmidopple
Select in configuration.h --> #define MOTHERBOARD 71 New Speedtable for 16 Mhz and 20 Mhz
2012-02-17The microcontroller can store settings to EEPROMmidopple
to use the fuction set in configuration.h #define USE_EEPROM_SETTINGS --> Save and recall Settings aktive #define PRINT_EEPROM_SETTING --> Print settings to UART Commands: M500 - stores paramters in EEPROM M501 - reads parameters from EEPROM M502 - reverts to the default M503 - Print Settings
2012-02-15Standardvalue MAX Feed Rate for Z-Axis reduced to 2 mm/s some Printers had ↵midopple
problems with 4 mm/s
2012-02-05- Implement Plannercode from Marlin V1 --> big thanks to Erikmidopple
- 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-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