c6c01eaaac 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3888  from thinkyhead/rc_slower_max31855  
							
							... 
							
							
 
							
							Slower SPI speed for MAX31855 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								bc77670673 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3929  from thinkyhead/rc_fix_printrboard_dac  
							
							... 
							
							
 
							
							Need to call dac_init() in setup() for DAC_STEPPER_CURRENT 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								5eb7a79d93 
								
							
								 
							
						 
						
							
							
								
								initial changes to DA  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								55ef04a566 
								
							
								 
							
						 
						
							
							
								
								Need to call dac_init() in setup() for DAC_STEPPER_CURRENT  
							
							... 
							
							
 
							
							As reported by https://github.com/MarlinFirmware/Marlin/pull/3182#issuecomment-222595488  
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								1582ed43bf 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3918  from epatel/marlin/mbl_negative_xy_adv  
							
							... 
							
							
 
							
							MBL: Move border macros to Configuration_adv.h 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								c3df293fc6 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3923  from thinkyhead/rc_statics_endstops  
							
							... 
							
							
 
							
							Apply static to Endstops class 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								02735fd500 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3921  from thinkyhead/rc_calc_timer_tweak  
							
							... 
							
							
 
							
							Tiny calc_timer speedup 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								26f866b908 
								
							
								 
							
						 
						
							
							
								
								Apply static to Endstops class  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								ecfdcf7250 
								
							
								 
							
						 
						
							
							
								
								Tiny calc_timer speedup  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								06593833ff 
								
							
								 
							
						 
						
							
							
								
								MBL: Move border macros to Configuration_adv.h  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								ffe55c230d 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3914  from thinkyhead/rc_fix_lcd_contrast  
							
							... 
							
							
 
							
							Patch conditionals for DEFAULT_LCD_CONTRAST, MINIPANEL 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								d3efc96289 
								
							
								 
							
						 
						
							
							
								
								Patch conditionals for DEFAULT_LCD_CONTRAST, MINIPANEL  
							
							... 
							
							
 
							
							- `DEFAULT_LCD_CONTRAST` was incorrectly overriding all `DOGLCD`
- `MINIPANEL` conditionals are identical to `MAKRPANEL` 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								92a27c37b3 
								
							
								 
							
						 
						
							
							
								
								MBL: Apply  https://github.com/MarlinFirmware/Marlin/pull/3903  to example_configurations  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								3861f1e0da 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3908  from jbrazio/bugfix/3826  
							
							... 
							
							
 
							
							Closes  #3826 : SD printing will now pause and stop the print counter 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								8806c7bbcc 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3903  from epatel/marlin/mbl_negative_xy  
							
							... 
							
							
 
							
							MBL: Fix for negative x/y positions 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								dc22097b3a 
								
							
								 
							
						 
						
							
							
								
								Fix some of array initializations  
							
							... 
							
							
 
							
							- In `stepper.h` init `count_direction` array
- In `ultralcd.cpp` init `autotune_temp` array 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								40e64b36de 
								
									
								
							
								 
							
						 
						
							
							
								
								Closes   #3826 : SD printing will now pause and stop the print counter  
							
							... 
							
							
 
							
							The LCD menu items for SD printing pause/stop have been updated to control
also the print job timer. This commit also fixes a small output bug with
M78, the failed print counter was displaying the wrong value. 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								eb2746a34f 
								
							
								 
							
						 
						
							
							
								
								MBL: Fix for negative x/y positions  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								fe3122774a 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3806  from thinkyhead/rc_coreyz_support  
							
							... 
							
							
 
							
							Support for COREYZ. Fixes for COREXY, COREXZ 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								fad7680605 
								
							
								 
							
						 
						
							
							
								
								Slower SPI speed for MAX31855  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								30f6b84561 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3812  from thinkyhead/rc_mbl_index_finders  
							
							... 
							
							
 
							
							Two index finding functions for MBL 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								89e630b2fb 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3808  from thinkyhead/rc_singlenozzle  
							
							... 
							
							
 
							
							SINGLENOZZLE 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								827738a790 
								
							
								 
							
						 
						
							
							
								
								set_z parameters marked const  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								9049f4084b 
								
							
								 
							
						 
						
							
							
								
								EEPROM report uses G29 S3  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								4955163959 
								
							
								 
							
						 
						
							
							
								
								Propose simpler probe index methods  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a1a5cb5393 
								
							
								 
							
						 
						
							
							
								
								Propose simpler cel index methods  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								360adc6a3b 
								
							
								 
							
						 
						
							
							
								
								Small reduction in M421 code  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a4ed988c60 
								
							
								 
							
						 
						
							
							
								
								Two index finding functions for MBL  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								0e55c06f7d 
								
							
								 
							
						 
						
							
							
								
								Rename CORE_AXIS_3 to NORMAL_AXIS  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								5172d4ba40 
								
							
								 
							
						 
						
							
							
								
								COREYZ stepper, planner, endstop, babysteps  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								6c7f4909b1 
								
							
								 
							
						 
						
							
							
								
								COREYZ Conditionals, SanityCheck for only a single kinematic  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								95fee8ca81 
								
							
								 
							
						 
						
							
							
								
								Add option for CoreYZ kinematics  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								678cbad76a 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3819  from jbrazio/bugfix/followup-3813  
							
							... 
							
							
 
							
							Followup for #3813  
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								bb66ffb2ae 
								
							
								 
							
						 
						
							
							
								
								Correct hardware endstops default  
							
							... 
							
							
 
							
							All credits to RicardoGA 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								75221fa673 
								
									
								
							
								 
							
						 
						
							
							
								
								Followup for  #3813  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								f9b4b90058 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3813  from jbrazio/bugfix/3809  
							
							... 
							
							
 
							
							Stopwatch and PrintCounter improvements 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								8c0edb2de4 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixes   #3809  and adds several improvements to the Stopwatch and  
							
							... 
							
							
 
							
							PrintCounter classes 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								c5130fd23b 
								
							
								 
							
						 
						
							
							
								
								Additional instructions for controller reverse options  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								cadf441059 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3798  from AnHardt/extend-M421  
							
							... 
							
							
 
							
							Extend M421 with I and J parameters 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								0c7c45063b 
								
							
								 
							
						 
						
							
							
								
								PID_ADD_EXTRUSION_RATE based on MarlinKimbra  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								92ac133f2b 
								
							
								 
							
						 
						
							
							
								
								Conditionals and Sanity Check for SINGLENOZZLE  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								69abfef82e 
								
							
								 
							
						 
						
							
							
								
								Add "SINGLENOZZLE" extruder option  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								f5a036510f 
								
							
								 
							
						 
						
							
							
								
								Extend M421 with I and J parameters  
							
							... 
							
							
 
							
							Extend M421 with I and J parameters 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								2f6e7b7b9b 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3805  from MatixYo/patch-7  
							
							... 
							
							
 
							
							Update language_pl.h to the latest strings 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								1a6c72cb57 
								
							
								 
							
						 
						
							
							
								
								Apply to the rest of the configs  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								37c6d0f4ed 
								
							
								 
							
						 
						
							
							
								
								Reword MESH_G28_REST_ORIGIN comment  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								c7d90dc5ec 
								
							
								 
							
						 
						
							
							
								
								Add option to configure G28 all axis resting position for MBL  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								bbe4c20ef6 
								
							
								 
							
						 
						
							
							
								
								Update language_pl.h  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								319d184999 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3803  from jbrazio/feature/buildroot-cleanup  
							
							... 
							
							
 
							
							Buildroot cleanup 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a469341555 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3800  from jbrazio/feature/move-felix-cfg  
							
							... 
							
							
 
							
							Moves Felix's dual configuration to a folder 
							
						 
						
							10 years ago