Commit Graph

10957 Commits (884ad75cb836d5a37ad92cc0222f146ca9ff08e2)
 

Author SHA1 Message Date
teemuatlut 884ad75cb8 Update config files
Giuliano Zaro 18e456d38d [2.0.x] fix home endstop bug (DON'T MERGE, needs discussion) ()
Scott Lahteine 6742026568 Followup for 6 extruders
Scott Lahteine 04bdff4115 Add a blank line
Marcio Teixeira ccbd045f02 Fixed warning about comparing signed to unsigned ()
InsanityAutomation 1104054d73 2.0 IDEX Independent z offset and other fixes ()
* Add Formbot Raptor board

Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com>

* Add a second Z probe Z offset

Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com>

* Modify method to utilize live adjustment of hotend z offset

Should probably move config option to babystepping and rename as it may now apply to all multiextruder systems

* Move config item and catchup other code to current method
Scott Lahteine 217e0efd20
General option PAUSE_BEFORE_DEPLOY_STOW ()
Scott Lahteine 849dea92a8 Move probe extras below probe types
Scott Lahteine a2b0260f0f Update Sublime files
Hannes Brandstätter-Müller a4cdffdd69 Support for manually deployed fixed probes ()
Scott Lahteine ddcbf80f23 Followup for Z_TRIPLE_ENDSTOPS
Marcio Teixeira c411e7eb0d [2.0.x] Squelch compiler warnings seen with -Wall ()
Roxy-3D 83105590a0 Better default values for Mesh Inset
Roxy-3D 4163c1a514 Fix end stop and Z-probe reporting logic
Scott Lahteine ea9eb2fc8f Fix servo angles in config-store
Scott Lahteine afdd4803f8 Fix mfpub syntax highlighting
Roxy-3D d3d6be8210 Add MAX7219 reverse units option ()
Scott Lahteine beab9733f8 Remove extra clauses in config-store
Scott Lahteine 5a74b12b45 Followup to
InsanityAutomation f38570ac55 Add custom user menu title ()
Scott Lahteine 17494099a9 Fix parking_extruder_tool_change
Fix 
Scott Alfter 140caf99b8 E0_CS_PIN moved from A13 to A15 on RAMPS-FD v2.2 ()
Scott Lahteine 10590c2f80 Fix some fan conditionals
Scott Lahteine e4ee607fc8 Fix Dual X FRS in M600
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com>
Scott Lahteine bae8f82ba8
[2.0] Fix Mixing Extruder mixing factors ()
Scott Lahteine c5e5cc5e9f Fix some trailing whitespace, macros
AnHardt 54bd124665 2.0.x: Fix normalize_mix() ()
Mix factors needed to be updated consistent with the recent Stepper/Planner code refactor.
Roxy-3D 5fbfbde532
Fix example file to pull in correct pins file
Roxy-3D 378f354939
IDEX Scaled Duplication is still under development
Take it out of the menu until it is tested and working.
Scott Lahteine 65045ba54b tmc_util fix part 2
Followup to 115abf9
Scott Lahteine 09a2bee8aa
Support more filament runout sensors in M119 ()
Scott Lahteine 115abf9c53 Fix syntax error in front of `tmc_axes`
Roxy-3D 0780913848 IDEX Improvements ()
Scott Lahteine 39732838b4 Tweak indent of Chinese languages
Scott Lahteine 53bd0b55cb Followup for 6 extruders
Scott Lahteine 722d186ca0
Merge pull request from thinkyhead/bf2_radds_ext_board_v3
Support for RADDS Extension Board V3 (and 6 extruders)
Scott Lahteine 1718eff54a Code changes supporting up to 6 extruders
Scott Lahteine f5c210d33d Config changes supporting up to 6 extruders
Scott Lahteine d948c6e867 RADDS Extension Board V3 support
Thomas Moore c437bb08f1 Overhaul of the planner ()
- Move FWRETRACT to the planner
- Combine leveling, skew, etc. in a single modifier method
- Have kinematic and non-kinematic moves call one planner method
Scott Lahteine 8323a08642 Clean up some whitespace
Scott Lahteine 4d99f9d96a
Merge pull request from TheLongAndOnly/triplez-2.0.x
Scott Lahteine 6286afd456 Add Triple-Z options to example configs
Holger Müller 1a6f2b29b8 Add support for Triple-Z steppers/endstops
Hannes Brandstätter-Müller bc06406d7d Fix Anycubic Kossel config (probe crash) ()
Scott Lahteine 66f83d33e6 Fix some config comments
Hannes Brandstätter-Müller 84ed9b5a63 Send "G33 S P1" for Delta Height Calibration ()
Scott Lahteine 215eee4fe5 Use 'friend' to access set_directions
Cassiano Leal ff51e7322d Fix for Stepper::set_directions() compilation error ()
Scott Lahteine 809b232fa2 Fix stepper directions after M501/M502
See https://github.com/MarlinFirmware/Marlin/issues/11103#issuecomment-421387611

Co-Authored-By: tcm0116 <tcm0116@users.noreply.github.com>