ff6b23cb0f 
								
							
								 
							
						 
						
							
							
								
								Fix an issue with shifted LCD lines  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e4d2662d81 
								
							
								 
							
						 
						
							
							
								
								Use some macros in M48  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3752d9aca8 
								
							
								 
							
						 
						
							
							
								
								Fix timer comments  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								a448cedbc5 
								
							
								 
							
						 
						
							
							
								
								LIN_ADVANCE bug fix and optimization  
							
							... 
							
							
 
							
							.) long to int: Extruder stalls at 10kHz / 20kHz step limits with long.
.) Take the delta_adv_steps calculation out of the step_loops loop. Wasted calculation performance if done inside.
.) >> 2 replaced by 3: Is divide by 8. Reason: Timer 0 runs at 16/8=2MHz, Timer 1 at 16/64=0.25MHz. ==> 2/0.25=8. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								fc93796e42 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4967  from thinkyhead/rc_dac_menu  
							
							... 
							
							
 
							
							Revised DAC Drive Strength Menu 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								a1b50f1102 
								
							
								 
							
						 
						
							
							
								
								Cleanup of code style  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								13c9dcc600 
								
							
								 
							
						 
						
							
							
								
								Add LCD menu for DAC  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								00261cbfcb 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4933  from thinkyhead/rc_drop_pid_func_range  
							
							... 
							
							
 
							
							Squashed - Removal of PID functional range 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ee01def16d 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4955  from thinkyhead/rc_debug_pins  
							
							... 
							
							
 
							
							PINS_DEBUGGING and M43: Read pin states 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								a0df34fd4c 
								
							
								 
							
						 
						
							
							
								
								Add PINS_DEBUGGING advanced config option  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e21bab5243 
								
							
								 
							
						 
						
							
							
								
								PINS_DEBUGGING and M43 Read Pins  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3c97fa6e29 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4963  from esenapaj/Fix-for-advance-algorithm  
							
							... 
							
							
 
							
							Move routine of direction signal of ADVANCE and LIN_ADVANCE from Stepper::isr() to Stepper::advance_isr() 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								48e63c4730 
								
							
								 
							
						 
						
							
							
								
								Comment some globals  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9a6c66602f 
								
							
								 
							
						 
						
							
							
								
								Fix formatting of extrapolate debug output  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								cd77eb5c40 
								
							
								 
							
						 
						
							
							
								
								Clear grid for bilinear G29  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								53a0856f5c 
								
							
								 
							
						 
						
							
							
								
								Print Y as int in print_bed_level  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f8df88f271 
								
							
								 
							
						 
						
							
							
								
								Move routine of direction signal of ADVANCE and LIN_ADVANCE from Stepper::isr() to Stepper::advance_isr()  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								30fee51e86 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4958  from bgort/m48_improvements  
							
							... 
							
							
 
							
							Improve M48 output; Add min, max, range, etc. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								357854a7ef 
								
							
								 
							
						 
						
							
							
								
								tweak variables;  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								48cf19151a 
								
							
								 
							
						 
						
							
							
								
								Improve M48 output; Add min, max, range, etc.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								c63cb45268 
								
							
								 
							
						 
						
							
							
								
								Fix thermal runaway timeout  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e6164d254d 
								
							
								 
							
						 
						
							
							
								
								Clean up GCode command short comments  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								47bd142b29 
								
							
								 
							
						 
						
							
							
								
								Should marlinAnalogInputToDigitalPin use analogInputToDigitalPin?  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								bd8520e61d 
								
							
								 
							
						 
						
							
							
								
								Label analog pins in a similar way  
							
							... 
							
							
 
							
							Some other pins formatting also 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0c0deb5194 
								
							
								 
							
						 
						
							
							
								
								Common pin_is_protected function  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								49d77720d5 
								
							
								 
							
						 
						
							
							
								
								More support for 4th extruder or heater  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9dd56e61bd 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4954  from thinkyhead/rc_more_debug_homing  
							
							... 
							
							
 
							
							Fix buzzer when both i2c and beeper pin are set 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								46839c222a 
								
							
								 
							
						 
						
							
							
								
								Comment and clean up some vars  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8910bb7c97 
								
							
								 
							
						 
						
							
							
								
								Fix buzzer conditional compile  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								de7e798e6f 
								
							
								 
							
						 
						
							
							
								
								Replace single-char S_ECHOs with S_CHAR  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0e83f34174 
								
							
								 
							
						 
						
							
							
								
								Tweak debugging of probe_pt  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								cc02f6edf8 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4943  from esenapaj/Small-update-of-language_kana_h  
							
							... 
							
							
 
							
							Small update of language_kana.h 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ca26011e3c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4941  from MagoKimbra/rc_fix_M205  
							
							... 
							
							
 
							
							Add note for M205 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9485aa8f13 
								
							
								 
							
						 
						
							
							
								
								Include negative Z probe offset in clearance move  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								5c1eb595e6 
								
							
								 
							
						 
						
							
							
								
								Fix for G2/G3 negative radius  
							
							... 
							
							
 
							
							As suggested in #4940  
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f09ae96f28 
								
							
								 
							
						 
						
							
							
								
								Small update of language_kana.h  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7b37539fe7 
								
							
								 
							
						 
						
							
							
								
								Add note for M205  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								d5f598cd82 
								
							
								 
							
						 
						
							
							
								
								Tweak probe debug, add newline  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								c592ccb6f5 
								
							
								 
							
						 
						
							
							
								
								Patch max_jerk[Z] menu item  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								d80a79eb77 
								
							
								 
							
						 
						
							
							
								
								Use right-shift instead of / 2, why not?  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								02fe9cf558 
								
							
								 
							
						 
						
							
							
								
								Removal of functional range constraint  
							
							... 
							
							
 
							
							Also lined up the >> 1 and / 2 mentioned earlier in the unconstrained I term issue, 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								5f5d87cad3 
								
							
								 
							
						 
						
							
							
								
								Update Configuration.h  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								6abfc96165 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4936  from thinkyhead/rc_more_debug_homing  
							
							... 
							
							
 
							
							Put max_jerk vars in array, clean up jerk code 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								761593b74b 
								
							
								 
							
						 
						
							
							
								
								Cleanup some vars, use of min/max  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								d19cfcfc1d 
								
							
								 
							
						 
						
							
							
								
								max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								911f7e436c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4934  from thinkyhead/rc_more_debug_homing  
							
							... 
							
							
 
							
							More detailed debugging of G28 delta 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e7dc174f30 
								
							
								 
							
						 
						
							
							
								
								More detailed debugging of G28 delta  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								473f4a17a8 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4914  from Rerouter/PID-Unconstrained-Itemp  
							
							... 
							
							
 
							
							Pid unconstrained itemp 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								bad8899ebc 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #4900  from thinkyhead/rc_g38_changes  
							
							... 
							
							
 
							
							Cleanup of G38.2 / G38.3 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								73ce3a61c7 
								
							
								 
							
						 
						
							
							
								
								Cleanup, comment zigzag  
							
							
 
							
						 
						
							9 years ago