Cylindric 
							
						 
					 
					
						
						
							
						
						d819c55395 
					 
					
						
						
							
							Various typo fixes - only in comments, no code changes.  
						
						
						
						
					 
					
						2014-02-25 09:52:58 +00:00 
						 
				 
			
				
					
						
							
							
								David Forrest 
							
						 
					 
					
						
						
							
						
						e8e0697e48 
					 
					
						
						
							
							fastio.h: Add AT90USBxx_TEENSYPP_ASSIGNMENTS for teensyduino/Lincomatic/Printrboard compatibility.  
						
						
						
						
					 
					
						2014-01-16 11:23:29 -05:00 
						 
				 
			
				
					
						
							
							
								Erik van der Zalm 
							
						 
					 
					
						
						
							
						
						bca353cc12 
					 
					
						
						
							
							Fixed duplicate define in fastio.h  
						
						
						
						
					 
					
						2013-10-03 19:24:53 +02:00 
						 
				 
			
				
					
						
							
							
								Steve Kelly 
							
						 
					 
					
						
						
							
						
						b42d24e31e 
					 
					
						
						
							
							add additional pins to avr2560 for rambo lcd  
						
						
						
						
					 
					
						2013-08-03 11:37:12 -05:00 
						 
				 
			
				
					
						
							
							
								Scott Lahteine 
							
						 
					 
					
						
						
							
						
						5dabc95409 
					 
					
						
						
							
							Apply all changes from latest Marlin_V1  
						
						... 
						
						
						
						Diffed and merged, preserving my updates 
						
						
					 
					
						2013-06-06 15:49:25 -07:00 
						 
				 
			
				
					
						
							
							
								Johann Rocholl 
							
						 
					 
					
						
						
							
						
						6aa87a7b67 
					 
					
						
						
							
							Use the same fastio.h definition for AT90USB1286/7 and AT90USB646/7.  
						
						
						
						
					 
					
						2012-12-08 15:16:38 -08:00 
						 
				 
			
				
					
						
							
							
								Johann Rocholl 
							
						 
					 
					
						
						
							
						
						ce4b5bbeaa 
					 
					
						
						
							
							Add AT90USB646 support from Sprinter to fastio.h.  
						
						
						
						
					 
					
						2012-12-08 10:45:58 -08:00 
						 
				 
			
				
					
						
							
							
								daid303 
							
						 
					 
					
						
						
							
						
						7a02ba361c 
					 
					
						
						
							
							Header multiple include protection should match the filename, not just _ARDUINO_H, which is almost bound to go wrong some day.  
						
						
						
						
					 
					
						2012-11-12 09:24:28 +01:00 
						 
				 
			
				
					
						
							
							
								Christian Thalhammer 
							
						 
					 
					
						
						
							
						
						d309565b56 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1  
						
						... 
						
						
						
						Conflicts:
	Marlin/Configuration.h 
						
						
					 
					
						2012-02-13 13:07:55 +01:00 
						 
				 
			
				
					
						
							
							
								Erik van der Zalm 
							
						 
					 
					
						
						
							
						
						9173a5713b 
					 
					
						
						
							
							Teensylu support.  
						
						
						
						
					 
					
						2012-02-09 19:27:45 +01:00 
						 
				 
			
				
					
						
							
							
								Christian Thalhammer 
							
						 
					 
					
						
						
							
						
						59cc5f889e 
					 
					
						
						
							
							- added support for ATMega1284P  
						
						
						
						
					 
					
						2012-02-06 11:55:56 +01:00 
						 
				 
			
				
					
						
							
							
								Erik van der Zalm 
							
						 
					 
					
						
						
							
						
						e017228569 
					 
					
						
						
							
							Merged multiple extruder support.  
						
						... 
						
						
						
						Soft PWM. (Sanguinololu can also have PID temperature control)
Interrupt save WRITE for addresses > 0x0FF 
						
						
					 
					
						2011-12-12 19:34:37 +01:00 
						 
				 
			
				
					
						
							
							
								Denis B 
							
						 
					 
					
						
						
							
						
						4fd75dc813 
					 
					
						
						
							
							Working version of multiple extruders (up to 3)  
						
						... 
						
						
						
						- The temperature control is pretty much complete
  (not sure what to do w/ autotemp though)
  Changed the pins assignment to clearly separate bed and extruder heaters
  and temp sensors, changed a bit how termistor tables are handled.
- The steppers control is rudimentary
  (only chanages what pins it uses depending on the active_extruder var,
   but that's enough for switching extruder in the start.gcode in the
   the profiles)
- Tested only w/ RAMPS 1.4 
						
						
					 
					
						2011-12-06 00:09:16 -05:00 
						 
				 
			
				
					
						
							
							
								Bernhard Kubicek 
							
						 
					 
					
						
						
							
						
						40e8081623 
					 
					
						
						
							
							changed end of line to windows, which seems to be the majority of developers main platform.  
						
						
						
						
					 
					
						2011-11-05 14:19:57 +01:00 
						 
				 
			
				
					
						
							
							
								Bernhard Kubicek 
							
						 
					 
					
						
						
							
						
						00674af3a8 
					 
					
						
						
							
							merge from the branch bkubicek/Marlin/zalmmerge  
						
						
						
						
					 
					
						2011-11-05 14:13:20 +01:00 
						 
				 
			
				
					
						
							
							
								Erik van der Zalm 
							
						 
					 
					
						
						
							
						
						094afe7c10 
					 
					
						
						
							
							Merged Marlin, Marlin non gen6 and Ultimaker changes  
						
						
						
						
					 
					
						2011-11-04 18:02:56 +01:00 
						 
				 
			
				
					
						
							
							
								Erik van der Zalm 
							
						 
					 
					
						
						
							
						
						750f6c33e3 
					 
					
						
						
							
							first commit  
						
						
						
						
					 
					
						2011-08-12 22:28:35 +02:00