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
@ -775,6 +775,10 @@
|
||||
#define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
|
||||
// Note: Extra time may be added to mitigate controller latency.
|
||||
//#define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor
|
||||
|
||||
// Allow babystepping tool z offsets, allowing compensation for tools at different heights.
|
||||
// Ignored in Independent X Carriage Duplicate mode, where tool 0 Z probe offset will be used.
|
||||
//#define BABYSTEP_HOTEND_Z_OFFSET
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
Reference in New Issue
Block a user