Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-15 | Using a 10k thermistor for heatbedHEADmaster | Christian Franke | |
2013-07-15 | using 100k thermistor again | David Lamparter | |
2013-05-04 | We temporarily use a 10k thermistor | Christian Franke | |
2013-04-29 | Holding Z may be beneficial and shouldn't cause trouble | Christian Franke | |
2013-04-29 | The current setup only allows for 180mm way along Y | Christian Franke | |
2013-04-29 | Initial Settings | Christian Franke | |
2012-08-27 | M303 Autotune use HEATER_CURRENT for Maximum PWM Value | midopple | |
2012-07-07 | Added chain of command so hotend wont be turned off before the print is ↵ | blddk | |
finished. | |||
2012-06-27 | use PID_PGAIN, PID_IGAIN, PID_DGAIN for PID default values | Felipe Corrêa da Silva Sanches | |
2012-06-27 | refactor eeprom routines to make it possible to modify the value of a single ↵ | Felipe Corrêa da Silva Sanches | |
parameter | |||
2012-06-12 | Version 1.3.19T | midopple | |
- Set maximum acceleration. If "steps per unit" is Change the acc were not recalculatet - Extra Parameter for Max Extruder Jerk - New Parameter (max_e_jerk) in EEPROM --> Default settings after update !! | |||
2012-05-28 | Merge pull request #177 from kliment/master | midopple | |
Wrong declaration for Variable min_time_before_dir_change | |||
2012-05-24 | Added variables for extruder fan | blddk | |
2012-05-24 | Wrong declaration for Variable min_time_before_dir_change | midopple | |
should be const long | |||
2012-05-15 | Add MOTHERBOARD 51 for GEN6 with Heatbed and Heatbedsensor | midopple | |
2012-05-04 | Version 1.3.17T | midopple | |
- M303 - PID relay autotune possible - G4 Wait until last move is done | |||
2012-04-24 | Fix commit Text | midopple | |
2012-04-24 | Extra Retract Feedrate for Extruder | midopple | |
- Use extra extruder feedrate limit for reverse moves, and also the first forward move after a reverse | |||
2012-04-22 | Version 1.3.15T | midopple | |
- 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-27 | Set the defaults for the heart of the sun...uhm, set default board to 33 | Kliment Yanev | |
2012-03-23 | First char '#' was unicode so linux give an compile error | midopple | |
2012-03-19 | Make fastio & Arduino pin numbering consistent for AT90USB128x. | midopple | |
Thanks to lincomatic | |||
2012-03-10 | New Board --> GEN7 @ 20 Mhz | midopple | |
Select in configuration.h --> #define MOTHERBOARD 71 New Speedtable for 16 Mhz and 20 Mhz | |||
2012-02-17 | The microcontroller can store settings to EEPROM | midopple | |
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-15 | Standardvalue 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 Erik | midopple | |
- 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-29 | Change Motherboard to 3 (standardsettings) | midopple | |
2012-01-29 | Merge commit 'fa63b839c6cbf261f2655e8783bf4745cc9ca513' into SprinterV2 | midopple | |
Conflicts: Sprinter/Configuration.h Sprinter/Sprinter.pde | |||
2012-01-29 | Change configuration.h to original settings | midopple | |
2012-01-29 | New Version Sprinter V2 | midopple | |
- 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-28 | Update Sprinter/Configuration.h | midopple | |
2012-01-22 | Added option to set a delay after enabling a stepper driver, default turned ↵ | blddk | |
off to keep current behavior. | |||
2011-12-05 | Fixing 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-04 | Added an option to make init.g on SD run on boot. | Nathan Zadoks | |
2011-11-28 | Add gen7 to list of boards in configuration | Kliment Yanev | |
Allow ATmega644 (non-P version) for Gen7 | |||
2011-11-16 | M30/M31 fast sd block transfer | Philip Kin | |
2011-11-06 | osc reduction | Chris Dieringer | |
2011-10-27 | PID parameters for MakerGear | Keegi | |
2011-10-27 | Merge branch 'master' of github.com:kliment/Sprinter into experimental | Kliment Yanev | |
Conflicts: Sprinter/Configuration.h | |||
2011-10-16 | Update Sprinter/Configuration.h | blddk | |
2011-10-16 | Added options for the controller cooling fan | blddk | |
2011-10-04 | i will figure out git eventually | Joe Kerman | |
2011-10-04 | (correct) pin defs for a190usb1286/teensylu | Joe Kerman | |
2011-09-30 | pins.h entry for Teensylu | Joe Kerman | |
2011-09-25 | added Gen3 PLUS for TechZone Gen3 Remix Motherboard and renaming 21 | rotorit | |
2011-09-17 | fixed 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-17 | PID fixes | Keegi | |
2011-09-08 | Merge branch 'master' of github.com:kliment/Sprinter into experimental | Kliment Yanev | |
2011-09-08 | Merge pull request #80 from alexrj/different-endstops | kliment | |
Change ENDSTOPS_INVERTING to [XYZ]_ENDSTOP_INVERT |