2.0 IDEX Independent z offset and other fixes (#11862)
* 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
This commit is contained in:
committed by
Roxy-3D
parent
217e0efd20
commit
1104054d73
@ -132,8 +132,10 @@
|
||||
#include "pins_AZTEEG_X3_PRO.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(ULTIMAIN_2)
|
||||
#include "pins_ULTIMAIN_2.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(FORMBOT_TREX2)
|
||||
#include "pins_FORMBOT_TREX2.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(FORMBOT_RAPTOR)
|
||||
#include "pins_FORMBOT_RAPTOR.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(FORMBOT_TREX2PLUS)
|
||||
#include "pins_FORMBOT_TREX2PLUS.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(FORMBOT_TREX3)
|
||||
#include "pins_FORMBOT_TREX3.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(RUMBA)
|
||||
|
Reference in New Issue
Block a user