chiark / gitweb /
marlin.git
2012-01-24 Michael Moonlocal configuration stuff- WATCHPERIOD causes breakage...
2012-01-24 Michael MoonPROGMEM elements must be const
2012-01-24 Michael Moonenable auto-reset before programming, disable afterwards
2012-01-24 Michael Moonget M81 working
2012-01-24 Michael Moonhelp residency not overflow
2012-01-24 Michael Moonmy local configuration
2012-01-24 Michael Mooncardreader needs to include some other files
2012-01-24 Michael Moonallow Marlin to actually compile with Makefile pulled...
2012-01-15 Bernhardm115 eol fix
2012-01-15 Bernhardsmall mistake
2012-01-15 Bernhardadded suicide pin for a power supply to the arduino...
2011-12-26 Bernhardmade sd code only compile with SDSUPPORT defined. safes...
2011-12-26 Bernhardfix autostart failure if in wrong directory
2011-12-26 Bernhardfix duplicated definition of MOSI MISO pins in case...
2011-12-22 Bernhardone step closer to a functional makefile..
2011-12-22 Bernhardstarting with sanguino arduino 1.0 compatibility
2011-12-22 Bernhardadd wiring.h, that can be used to overwrite:
2011-12-22 Bernhardsimplified the includes, makefile now works with arduino23
2011-12-22 Bernhardheader file simplification
2011-12-22 Bernhardadded m240 photography support. default off
2011-12-22 Bernhardcooldown
2011-12-22 Bernhardlcd panel bed support
2011-12-22 BernhardMerge branch 'Marlin_v1' of https://github.com/ErikZalm...
2011-12-22 BernhardRevert "untestest commit, so I don't loose code.. featu...
2011-12-22 Bernharduntestest commit, so I don't loose code.. features...
2011-12-15 Erik van der... Fiexed E_ENABLE_PIN errors
2011-12-12 Erik van der... G92 fix
2011-12-12 Erik van der... merging
2011-12-12 Erik van der... Merged multiple extruder support.
2011-12-11 Bernhardmake autotemp compatile for use without pid
2011-12-11 Bernhardultralcd can now also stop the wait loop for the hot...
2011-12-11 Bernhardinstant stop of sd prints from the panel.
2011-12-11 Bernhardrepaired nozzle runout prevention to not collide with...
2011-12-09 Bernhardheating up santity, formarly knows as "watchdog", but...
2011-12-09 Bernhardst_synchronize back to normal..
2011-12-09 Bernhard KubicekMerge pull request #29 from k-eex/Marlin_v1
2011-12-09 Bernharddisable steppers in runout prevention
2011-12-09 Bernhardprevent too long extrudes, or too cold extrudes
2011-12-09 Bernhardbetter values.
2011-12-09 Bernhardmade runout prevention independent of tempeorarily...
2011-12-09 Bernhardextruder runout prevention.
2011-12-09 Bernhardadded a partial release option to "m84" aka "stepper...
2011-12-09 Bernhardadded autostart procedure trigger to the ultralcd menu
2011-12-09 Bernhardfixed the st_synchronize. it would have continued if...
2011-12-08 KeegiFix M201 not saving settings in all places, so the...
2011-12-07 Bernhardz homing sound fix, for now until the actual cause...
2011-12-07 Bernhardmoved <stdio.h> to more dominant location.
2011-12-07 Bernhardrepaired homing position setting.
2011-12-07 Erik van der... Merge branch 'Marlin_v1' of https://github.com/dob71...
2011-12-07 Erik van der... Merge branch 'Marlin_v1', remote-tracking branch 'origi...
2011-12-06 Denis BWorking version of multiple extruders (up to 3)
2011-12-04 BernhardMerge branch 'Marlin_v1' of https://github.com/ErikZalm...
2011-12-04 Bernhardadded M503 to display eeprom storage, and renamed eepro...
2011-12-04 Erik van der... Update endstops only for homing. (use less resources...
2011-12-04 Erik van der... Add option to only check endstop when homing
2011-12-04 Erik van der... Merge branch 'Marlin_v1', remote-tracking branch 'origi...
2011-12-04 Erik van der... Some advance modifications
2011-12-04 Bernhardsolved some compiler warnings that are now visible...
2011-12-04 Bernhardoverworked autotemp, removed one layer of nesting from...
2011-12-04 Bernhardmake QUICKHOME configureable
2011-12-02 Erik van der... More 2nd extruder implementation. (Not usable)
2011-12-01 Bernhardmake it compile with arduino 1.0 ; function is still...
2011-11-30 Bernhardmore fixing of the sanguino math round problem
2011-11-30 Bernhardremoved stream.h referenece from marlinserial.
2011-11-30 Bernhardpreliminiary implementation for the early heating finish.
2011-11-30 Bernhardmade it compile if arduino decides to include files...
2011-11-29 Bernhardfirst homing move diagonal towards home switches.
2011-11-28 Bernhardrepaired compiliation in windows
2011-11-28 Bernhardmore inlines
2011-11-28 Bernhardpossible stepper release after sd printing
2011-11-28 BernhardMerge branch 'Marlin_v1' of https://github.com/ErikZalm...
2011-11-28 Bernhardforce inline
2011-11-28 Erik van der... Moved M88 into M84. (M84 E)
2011-11-28 BernhardMerge branch 'smallopt' into Marlin_v1
2011-11-28 Erik van der... Disabled M88 for boards that don't have seperate enable...
2011-11-28 Erik van der... Added M88 command. (Request from Action68)
2011-11-28 Bernhardinlineing of small functions in serial
2011-11-28 Bernhardremoved unecessary indirect register adressing in serial.
2011-11-28 Bernhardget rid of indirect ringbuffer calls, made some inlines...
2011-11-28 Erik van der... Fixed temperature reading bug.
2011-11-27 Erik van der... Removed interrupt nesting in the stepper ISR.
2011-11-27 Bernhardfirst naive attempt to have a offset in the homeing...
2011-11-27 Bernhardlcd message from gcode, m117
2011-11-27 Bernhardadd autotemp support to the lcd
2011-11-27 Bernhardoverlooked some inlines..
2011-11-27 Bernhardforce inline
2011-11-27 Bernhardplanner optimization by inline functions
2011-11-26 Erik van der... First parts 2nd extruder
2011-11-26 BernhardHome retract distance configureable per axis.
2011-11-26 Bernhardmake an option if sd-card stop should release the steppers.
2011-11-26 Bernharddisable steppers as routine in stepper.cpp
2011-11-26 Bernhardcooldown blocking selectable by #define.
2011-11-25 Bernhardslowdown
2011-11-25 Bernhardoverworked ultralcd a bit
2011-11-25 Bernhardanother typo
2011-11-25 Bernhardtypo
2011-11-25 Bernhardnow velocities are also set in mm/sec in gcode.
2011-11-25 BernhardMerge branch 'Marlin_v1' of https://github.com/ErikZalm...
2011-11-25 Bernhardoverworked lcd+eeprom to have only mm/sec and PID inclu...
2011-11-25 Erik van der... Fixed variable (removed 0x)
next