mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
parent
692eaea26d
commit
f1e5cd8bfc
666 changed files with 8923 additions and 7535 deletions
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1003,8 +1004,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1038,7 +1039,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1468,7 +1469,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1484,7 +1485,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2775,7 +2776,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2805,7 +2806,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2849,8 +2849,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2883,7 +2884,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2955,7 +2956,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2973,7 +2974,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3018,15 +3019,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3241,6 +3242,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3305,12 +3307,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 12
|
//#define PHOTOGRAPH_PIN 12
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
#define CHDK_PIN 12
|
#define CHDK_PIN 12
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4049,7 +4049,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4320,7 +4320,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2750,7 +2751,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2780,7 +2781,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2824,8 +2824,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2858,7 +2859,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2930,7 +2931,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2948,7 +2949,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2993,15 +2994,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3216,6 +3217,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3280,12 +3282,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2750,7 +2751,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2780,7 +2781,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2824,8 +2824,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2858,7 +2859,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2930,7 +2931,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2948,7 +2949,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2993,15 +2994,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3216,6 +3217,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3280,12 +3282,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1070,8 +1071,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1105,7 +1106,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1535,7 +1536,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1551,7 +1552,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2828,7 +2829,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2858,7 +2859,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2902,8 +2902,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2936,7 +2937,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -3008,7 +3009,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -3026,7 +3027,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3071,15 +3072,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3294,6 +3295,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3358,12 +3360,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3452,7 +3452,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4063,7 +4063,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4334,7 +4334,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1071,8 +1072,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1106,7 +1107,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1536,7 +1537,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1552,7 +1553,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2829,7 +2830,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2859,7 +2860,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2903,8 +2903,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2937,7 +2938,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -3009,7 +3010,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -3027,7 +3028,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3072,15 +3073,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3295,6 +3296,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3359,12 +3361,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3443,7 +3443,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4054,7 +4054,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4325,7 +4325,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1002,8 +1003,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1037,7 +1038,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1467,7 +1468,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1483,7 +1484,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2750,7 +2751,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2780,7 +2781,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2824,8 +2824,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2858,7 +2859,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2930,7 +2931,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2948,7 +2949,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2993,15 +2994,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3216,6 +3217,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3280,12 +3282,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3444,7 +3444,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4055,7 +4055,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4326,7 +4326,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2931,7 +2932,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2949,7 +2950,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2994,15 +2995,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3217,6 +3218,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3281,12 +3283,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2931,7 +2932,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2949,7 +2950,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2994,15 +2995,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3217,6 +3218,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3281,12 +3283,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1002,8 +1003,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1037,7 +1038,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1483,7 +1484,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1499,7 +1500,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -1675,8 +1676,9 @@
|
||||||
#define Z_CLEARANCE_BETWEEN_PROBES 3 // Z Clearance between probe points
|
#define Z_CLEARANCE_BETWEEN_PROBES 3 // Z Clearance between probe points
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define Z_CLEARANCE_MULTI_PROBE 5 // Z Clearance between multiple probes
|
#define Z_CLEARANCE_MULTI_PROBE 5 // Z Clearance between multiple probes
|
||||||
//#define Z_AFTER_PROBING 5 // Z position after probing is done
|
//#define Z_AFTER_PROBING 5 // Z position after probing is done
|
||||||
|
|
||||||
#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping
|
#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping
|
||||||
|
|
||||||
// For M851 give a range for adjusting the Z probe offset
|
// For M851 give a range for adjusting the Z probe offset
|
||||||
|
@ -2838,7 +2840,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2868,7 +2870,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2912,8 +2913,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2946,7 +2948,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -3023,7 +3025,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -3041,7 +3043,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3086,15 +3088,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3309,6 +3311,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3373,12 +3376,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1004,8 +1005,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1039,7 +1040,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1469,7 +1470,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1485,7 +1486,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2752,7 +2753,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2782,7 +2783,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2826,8 +2826,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2860,7 +2861,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2934,7 +2935,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2952,7 +2953,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2997,15 +2998,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3220,6 +3221,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3284,12 +3286,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1003,8 +1004,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1038,7 +1039,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1468,7 +1469,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1484,7 +1485,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2751,7 +2752,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2781,7 +2782,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2825,8 +2825,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2859,7 +2860,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2931,7 +2932,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2949,7 +2950,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2994,15 +2995,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3220,6 +3221,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3284,12 +3286,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3218,6 +3219,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3282,12 +3284,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1003,8 +1004,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1038,7 +1039,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1468,7 +1469,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1484,7 +1485,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2751,7 +2752,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2781,7 +2782,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2825,8 +2825,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2859,7 +2860,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2931,7 +2932,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2949,7 +2950,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2994,15 +2995,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3217,6 +3218,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3281,12 +3283,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1003,8 +1004,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1038,7 +1039,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1468,7 +1469,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1484,7 +1485,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2751,7 +2752,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2781,7 +2782,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2825,8 +2825,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2859,7 +2860,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2931,7 +2932,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2949,7 +2950,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2994,15 +2995,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3217,6 +3218,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3281,12 +3283,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1007,8 +1008,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1042,7 +1043,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1472,7 +1473,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1488,7 +1489,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2761,7 +2762,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2791,7 +2792,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2835,8 +2835,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2869,7 +2870,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2941,7 +2942,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2959,7 +2960,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3004,15 +3005,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3227,6 +3228,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3291,12 +3293,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1007,8 +1008,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1042,7 +1043,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1472,7 +1473,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1488,7 +1489,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2761,7 +2762,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2791,7 +2792,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2835,8 +2835,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2869,7 +2870,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2941,7 +2942,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2959,7 +2960,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3004,15 +3005,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3227,6 +3228,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3291,12 +3293,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1007,8 +1008,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1042,7 +1043,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1472,7 +1473,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1488,7 +1489,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2761,7 +2762,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2791,7 +2792,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2835,8 +2835,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2869,7 +2870,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2941,7 +2942,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2959,7 +2960,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3004,15 +3005,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3227,6 +3228,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3291,12 +3293,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1007,8 +1008,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1042,7 +1043,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1472,7 +1473,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1488,7 +1489,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2761,7 +2762,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2791,7 +2792,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2835,8 +2835,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2869,7 +2870,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2941,7 +2942,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2959,7 +2960,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3004,15 +3005,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3227,6 +3228,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3291,12 +3293,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -1663,7 +1664,7 @@
|
||||||
* These options are most useful for the BLTouch probe, but may also improve
|
* These options are most useful for the BLTouch probe, but may also improve
|
||||||
* readings with inductive probes and piezo sensors.
|
* readings with inductive probes and piezo sensors.
|
||||||
*/
|
*/
|
||||||
#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
||||||
#if ENABLED(PROBING_HEATERS_OFF)
|
#if ENABLED(PROBING_HEATERS_OFF)
|
||||||
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
||||||
//#define WAIT_FOR_HOTEND // Wait for hotend to heat back up between probes (to improve accuracy & prevent cold extrude)
|
//#define WAIT_FOR_HOTEND // Wait for hotend to heat back up between probes (to improve accuracy & prevent cold extrude)
|
||||||
|
@ -2756,7 +2757,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2786,7 +2787,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2830,8 +2830,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2864,7 +2865,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2936,7 +2937,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2954,7 +2955,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2999,15 +3000,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3222,6 +3223,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3286,12 +3288,14 @@
|
||||||
#define ANET_ET5_TFT35
|
#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4050,7 +4050,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4321,7 +4321,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -1663,7 +1664,7 @@
|
||||||
* These options are most useful for the BLTouch probe, but may also improve
|
* These options are most useful for the BLTouch probe, but may also improve
|
||||||
* readings with inductive probes and piezo sensors.
|
* readings with inductive probes and piezo sensors.
|
||||||
*/
|
*/
|
||||||
#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
||||||
#if ENABLED(PROBING_HEATERS_OFF)
|
#if ENABLED(PROBING_HEATERS_OFF)
|
||||||
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
||||||
//#define WAIT_FOR_HOTEND // Wait for hotend to heat back up between probes (to improve accuracy & prevent cold extrude)
|
//#define WAIT_FOR_HOTEND // Wait for hotend to heat back up between probes (to improve accuracy & prevent cold extrude)
|
||||||
|
@ -2756,7 +2757,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2786,7 +2787,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2830,8 +2830,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2864,7 +2865,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2936,7 +2937,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2954,7 +2955,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2999,15 +3000,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3222,6 +3223,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3286,12 +3288,14 @@
|
||||||
#define ANET_ET5_TFT35
|
#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4050,7 +4050,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4321,7 +4321,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -1663,7 +1664,7 @@
|
||||||
* These options are most useful for the BLTouch probe, but may also improve
|
* These options are most useful for the BLTouch probe, but may also improve
|
||||||
* readings with inductive probes and piezo sensors.
|
* readings with inductive probes and piezo sensors.
|
||||||
*/
|
*/
|
||||||
#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
||||||
#if ENABLED(PROBING_HEATERS_OFF)
|
#if ENABLED(PROBING_HEATERS_OFF)
|
||||||
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
||||||
//#define WAIT_FOR_HOTEND // Wait for hotend to heat back up between probes (to improve accuracy & prevent cold extrude)
|
//#define WAIT_FOR_HOTEND // Wait for hotend to heat back up between probes (to improve accuracy & prevent cold extrude)
|
||||||
|
@ -2756,7 +2757,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2786,7 +2787,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2830,8 +2830,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2864,7 +2865,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2936,7 +2937,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2954,7 +2955,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2999,15 +3000,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3222,6 +3223,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3286,12 +3288,14 @@
|
||||||
#define ANET_ET5_TFT35
|
#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4050,7 +4050,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4321,7 +4321,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1004,8 +1005,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1039,7 +1040,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1469,7 +1470,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1485,7 +1486,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2752,7 +2753,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2782,7 +2783,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2826,8 +2826,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2860,7 +2861,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2932,7 +2933,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2950,7 +2951,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2995,15 +2996,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3218,6 +3219,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3282,12 +3284,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1002,8 +1003,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1037,7 +1038,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1467,7 +1468,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1483,7 +1484,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2750,7 +2751,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2780,7 +2781,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2824,8 +2824,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2858,7 +2859,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2930,7 +2931,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2948,7 +2949,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2993,15 +2994,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
#define CR10_STOCKDISPLAY
|
#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3216,6 +3217,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3280,12 +3282,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1002,8 +1003,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1037,7 +1038,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1467,7 +1468,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1483,7 +1484,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2750,7 +2751,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2780,7 +2781,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2824,8 +2824,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2858,7 +2859,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2930,7 +2931,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2948,7 +2949,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2993,15 +2994,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3216,6 +3217,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3280,12 +3282,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
#define CR10_STOCKDISPLAY
|
#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -52,12 +52,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1040,8 +1041,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1075,7 +1076,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1515,7 +1516,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1531,7 +1532,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2809,7 +2810,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2839,7 +2840,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2883,8 +2883,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2917,7 +2918,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2989,7 +2990,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -3007,7 +3008,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3052,15 +3053,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3279,6 +3280,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3343,12 +3345,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -51,12 +51,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1011,8 +1012,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1046,7 +1047,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1480,7 +1481,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1496,7 +1497,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2769,7 +2770,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2799,7 +2800,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2843,8 +2843,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2877,7 +2878,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2949,7 +2950,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2967,7 +2968,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3012,15 +3013,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3235,6 +3236,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3299,12 +3301,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1002,8 +1003,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1037,7 +1038,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1467,7 +1468,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1483,7 +1484,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2750,7 +2751,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2780,7 +2781,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2824,8 +2824,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2858,7 +2859,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2930,7 +2931,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2948,7 +2949,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2993,15 +2994,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3216,6 +3217,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3280,12 +3282,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3447,7 +3447,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4058,7 +4058,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4329,7 +4329,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1016,8 +1017,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1051,7 +1052,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1498,7 +1499,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2765,7 +2766,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2795,7 +2796,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2839,8 +2839,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2873,7 +2874,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2945,7 +2946,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2963,7 +2964,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3008,15 +3009,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3231,6 +3232,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3295,12 +3297,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2747,7 +2748,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2777,7 +2778,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2821,8 +2821,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2855,7 +2856,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2927,7 +2928,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2945,7 +2946,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2990,15 +2991,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3213,6 +3214,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3277,12 +3279,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3439,7 +3439,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4050,7 +4050,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4321,7 +4321,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -999,8 +1000,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1034,7 +1035,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1464,7 +1465,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1480,7 +1481,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2753,7 +2754,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2783,7 +2784,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2827,8 +2827,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2861,7 +2862,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2933,7 +2934,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2951,7 +2952,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2996,15 +2997,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3219,6 +3220,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3283,12 +3285,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
#define BTT_TFT35_SPI_V1_0
|
#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -999,8 +1000,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1034,7 +1035,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1464,7 +1465,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1480,7 +1481,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2753,7 +2754,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2783,7 +2784,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2827,8 +2827,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2861,7 +2862,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2933,7 +2934,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2951,7 +2952,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2996,15 +2997,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3219,6 +3220,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3283,12 +3285,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
#define BTT_TFT35_SPI_V1_0
|
#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -51,12 +51,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1008,8 +1009,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1043,7 +1044,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1475,7 +1476,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1491,7 +1492,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2775,7 +2776,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2805,7 +2806,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2849,8 +2849,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2883,7 +2884,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2955,7 +2956,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2973,7 +2974,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3018,15 +3019,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3241,6 +3242,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3305,12 +3307,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3444,7 +3444,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4055,7 +4055,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4326,7 +4326,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -51,12 +51,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1008,8 +1009,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1043,7 +1044,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1473,7 +1474,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1489,7 +1490,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -1670,7 +1671,7 @@
|
||||||
* These options are most useful for the BLTouch probe, but may also improve
|
* These options are most useful for the BLTouch probe, but may also improve
|
||||||
* readings with inductive probes and piezo sensors.
|
* readings with inductive probes and piezo sensors.
|
||||||
*/
|
*/
|
||||||
#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
||||||
#if ENABLED(PROBING_HEATERS_OFF)
|
#if ENABLED(PROBING_HEATERS_OFF)
|
||||||
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
||||||
//#define WAIT_FOR_HOTEND // Wait for hotend to heat back up between probes (to improve accuracy & prevent cold extrude)
|
//#define WAIT_FOR_HOTEND // Wait for hotend to heat back up between probes (to improve accuracy & prevent cold extrude)
|
||||||
|
@ -2768,7 +2769,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2798,7 +2799,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2842,8 +2842,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2876,7 +2877,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2948,7 +2949,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2966,7 +2967,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3011,15 +3012,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3234,6 +3235,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3298,12 +3300,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
#define BIQU_BX_TFT70
|
#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3443,7 +3443,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4054,7 +4054,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4325,7 +4325,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2761,7 +2762,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2791,7 +2792,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2835,8 +2835,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2869,7 +2870,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2941,7 +2942,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2959,7 +2960,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3004,15 +3005,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
#define BTT_MINI_12864_V1
|
#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3227,6 +3228,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3291,12 +3293,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3443,7 +3443,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4054,7 +4054,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4325,7 +4325,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1001,8 +1002,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1036,7 +1037,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1466,7 +1467,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1482,7 +1483,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2749,7 +2750,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2779,7 +2780,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2823,8 +2823,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2857,7 +2858,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2929,7 +2930,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2947,7 +2948,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2992,15 +2993,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3215,6 +3216,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3279,12 +3281,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -48,12 +48,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1002,8 +1003,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1037,7 +1038,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1467,7 +1468,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1483,7 +1484,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2750,7 +2751,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2780,7 +2781,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2824,8 +2824,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2858,7 +2859,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2930,7 +2931,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2948,7 +2949,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -2993,15 +2994,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3216,6 +3217,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3280,12 +3282,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3442,7 +3442,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4053,7 +4053,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4324,7 +4324,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
* BQ Hephestos 2 Configuration
|
* BQ Hephestos 2 Configuration
|
||||||
*
|
*
|
||||||
* This configuration supports the standard Hephestos 2 with or without the
|
* This configuration supports the standard Hephestos 2 with or without the
|
||||||
* heated bed kit featured at https://store.bq.com/en/heated-bed-kit-hephestos2
|
* heated bed kit featured at https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*
|
*
|
||||||
* Enable HEPHESTOS2_HEATED_BED_KIT in Configuration_adv.h for all functionality
|
* Enable HEPHESTOS2_HEATED_BED_KIT in Configuration_adv.h for all functionality
|
||||||
* related to the heated bed.
|
* related to the heated bed.
|
||||||
|
@ -56,12 +56,13 @@
|
||||||
*
|
*
|
||||||
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
* Example Configs: https://github.com/MarlinFirmware/Configurations/branches/all
|
||||||
*
|
*
|
||||||
* Průša Calculator: https://blog.prusaprinters.org/calculator_3416/
|
* Průša Calculator: https://blog.prusa3d.com/calculator_3416/
|
||||||
*
|
*
|
||||||
* Calibration Guides: https://reprap.org/wiki/Calibration
|
* Calibration Guides: https://reprap.org/wiki/Calibration
|
||||||
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
* https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
|
||||||
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
* https://web.archive.org/web/20220907014303/https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
|
||||||
* https://youtu.be/wAL9d7FgInk
|
* https://youtu.be/wAL9d7FgInk
|
||||||
|
* https://teachingtechyt.github.io/calibration.html
|
||||||
*
|
*
|
||||||
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
* Calibration Objects: https://www.thingiverse.com/thing:5573
|
||||||
* https://www.thingiverse.com/thing:1278865
|
* https://www.thingiverse.com/thing:1278865
|
||||||
|
@ -1015,8 +1016,8 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
|
|
||||||
#elif ENABLED(MP_SCARA)
|
#elif ENABLED(MP_SCARA)
|
||||||
|
|
||||||
|
@ -1050,7 +1051,7 @@
|
||||||
// Radius around the center where the arm cannot reach
|
// Radius around the center where the arm cannot reach
|
||||||
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
||||||
|
|
||||||
// Calculated from Calibration Guide and M360 / M114. See http://reprap.harleystudio.co.za/?page_id=1073
|
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
|
||||||
#define THETA_HOMING_OFFSET 0
|
#define THETA_HOMING_OFFSET 0
|
||||||
#define PSI_HOMING_OFFSET 0
|
#define PSI_HOMING_OFFSET 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -1480,7 +1481,7 @@
|
||||||
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
#define MAG_MOUNTED_STOW_5 { PROBE_STOW_FEEDRATE, { 0, 0, 0 } } // Extra move if needed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
|
// Duet Smart Effector (for delta printers) - https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Smart_Effector
|
||||||
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
// When the pin is defined you can use M672 to set/reset the probe sensitivity.
|
||||||
//#define DUET_SMART_EFFECTOR
|
//#define DUET_SMART_EFFECTOR
|
||||||
#if ENABLED(DUET_SMART_EFFECTOR)
|
#if ENABLED(DUET_SMART_EFFECTOR)
|
||||||
|
@ -1496,7 +1497,7 @@
|
||||||
//#define SENSORLESS_PROBING
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
* Allen key retractable z-probe as seen on many Kossel delta printers - https://reprap.org/wiki/Kossel#Autolevel_probe
|
||||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down.
|
||||||
*/
|
*/
|
||||||
//#define Z_PROBE_ALLEN_KEY
|
//#define Z_PROBE_ALLEN_KEY
|
||||||
|
@ -2763,7 +2764,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Original RADDS LCD Display+Encoder+SDCardReader
|
// Original RADDS LCD Display+Encoder+SDCardReader
|
||||||
// http://doku.radds.org/dokumentation/lcd-display/
|
// https://web.archive.org/web/20200719145306/http://doku.radds.org/dokumentation/lcd-display/
|
||||||
//
|
//
|
||||||
//#define RADDS_DISPLAY
|
//#define RADDS_DISPLAY
|
||||||
|
|
||||||
|
@ -2793,7 +2794,6 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// RigidBot Panel V1.0
|
// RigidBot Panel V1.0
|
||||||
// http://www.inventapart.com/
|
|
||||||
//
|
//
|
||||||
//#define RIGIDBOT_PANEL
|
//#define RIGIDBOT_PANEL
|
||||||
|
|
||||||
|
@ -2837,8 +2837,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart (YwRobot) LCD Displays
|
// Sainsmart (YwRobot) LCD Displays
|
||||||
//
|
//
|
||||||
// These require F.Malpartida's LiquidCrystal_I2C library
|
// These require LiquidCrystal_I2C library:
|
||||||
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
// https://github.com/MarlinFirmware/New-LiquidCrystal
|
||||||
|
// https://github.com/fmalpartida/New-LiquidCrystal/wiki
|
||||||
//
|
//
|
||||||
//#define LCD_SAINSMART_I2C_1602
|
//#define LCD_SAINSMART_I2C_1602
|
||||||
//#define LCD_SAINSMART_I2C_2004
|
//#define LCD_SAINSMART_I2C_2004
|
||||||
|
@ -2871,7 +2872,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://github.com/fmalpartida/New-LiquidCrystal/wiki/schematics#user-content-ShiftRegister_connection
|
||||||
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
@ -2943,7 +2944,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// MaKr3d Makr-Panel with graphic controller and SD support.
|
// MaKr3d Makr-Panel with graphic controller and SD support.
|
||||||
// https://reprap.org/wiki/MaKr3d_MaKrPanel
|
// https://reprap.org/wiki/MaKrPanel
|
||||||
//
|
//
|
||||||
//#define MAKRPANEL
|
//#define MAKRPANEL
|
||||||
|
|
||||||
|
@ -2961,7 +2962,7 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Cartesio UI
|
// Cartesio UI
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
// https://web.archive.org/web/20180605050442/http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
//
|
//
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
|
@ -3006,15 +3007,15 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
// BigTreeTech Mini 12864 V1.0 is an alias for FYSETC_MINI_12864_2_1. Type A/B. NeoPixel RGB Backlight.
|
||||||
|
// https://github.com/bigtreetech/MINI-12864/tree/master/mini12864_v1.0
|
||||||
//
|
//
|
||||||
//#define BTT_MINI_12864_V1
|
//#define BTT_MINI_12864_V1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Factory display for Creality CR-10
|
// Factory display for Creality CR-10 / CR-7 / Ender-3
|
||||||
// https://www.aliexpress.com/item/32833148327.html
|
// https://www.aliexpress.com/item/32833148327.html
|
||||||
//
|
//
|
||||||
// This is RAMPS-compatible using a single 10-pin connector.
|
// Connect to EXP1 on RAMPS and compatible boards.
|
||||||
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
|
|
||||||
//
|
//
|
||||||
//#define CR10_STOCKDISPLAY
|
//#define CR10_STOCKDISPLAY
|
||||||
|
|
||||||
|
@ -3229,6 +3230,7 @@
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
// 480x320, 3.5", SPI Display with Rotary Encoder from MKS
|
||||||
// Usually paired with MKS Robin Nano V2 & V3
|
// Usually paired with MKS Robin Nano V2 & V3
|
||||||
|
// https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20TS35
|
||||||
//
|
//
|
||||||
//#define MKS_TS35_V2_0
|
//#define MKS_TS35_V2_0
|
||||||
|
|
||||||
|
@ -3293,12 +3295,14 @@
|
||||||
//#define ANET_ET5_TFT35
|
//#define ANET_ET5_TFT35
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU-BX
|
// 1024x600, 7", RGB Stock Display with Rotary Encoder from BIQU BX
|
||||||
|
// https://github.com/bigtreetech/BIQU-BX/tree/master/Hardware
|
||||||
//
|
//
|
||||||
//#define BIQU_BX_TFT70
|
//#define BIQU_BX_TFT70
|
||||||
|
|
||||||
//
|
//
|
||||||
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
// 480x320, 3.5", SPI Stock Display with Rotary Encoder from BIQU B1 SE Series
|
||||||
|
// https://github.com/bigtreetech/TFT35-SPI/tree/master/v1
|
||||||
//
|
//
|
||||||
//#define BTT_TFT35_SPI_V1_0
|
//#define BTT_TFT35_SPI_V1_0
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hephestos 2 24V heated bed upgrade kit.
|
* Hephestos 2 24V heated bed upgrade kit.
|
||||||
* https://store.bq.com/en/heated-bed-kit-hephestos2
|
* https://www.en3dstudios.com/product/bq-hephestos-2-heated-bed-kit/
|
||||||
*/
|
*/
|
||||||
//#define HEPHESTOS2_HEATED_BED_KIT
|
//#define HEPHESTOS2_HEATED_BED_KIT
|
||||||
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
|
||||||
|
@ -3450,7 +3450,7 @@
|
||||||
//#define PHOTOGRAPH_PIN 23
|
//#define PHOTOGRAPH_PIN 23
|
||||||
|
|
||||||
// Canon Hack Development Kit
|
// Canon Hack Development Kit
|
||||||
// https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
// https://web.archive.org/web/20200920094805/https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
|
||||||
//#define CHDK_PIN 4
|
//#define CHDK_PIN 4
|
||||||
|
|
||||||
// Optional second move with delay to trigger the camera shutter
|
// Optional second move with delay to trigger the camera shutter
|
||||||
|
@ -4061,7 +4061,7 @@
|
||||||
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
* Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
*
|
*
|
||||||
* Supplier: https://aus3d.com.au/magnetic-encoder-module
|
* Supplier: https://aus3d.com.au/products/magnetic-encoder-module
|
||||||
* Alternative Supplier: https://reliabuild3d.com/
|
* Alternative Supplier: https://reliabuild3d.com/
|
||||||
*
|
*
|
||||||
* Reliabuild encoders have been modified to improve reliability.
|
* Reliabuild encoders have been modified to improve reliability.
|
||||||
|
@ -4332,7 +4332,7 @@
|
||||||
/**
|
/**
|
||||||
* Using a sensor like the MMU2S
|
* Using a sensor like the MMU2S
|
||||||
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
* This mode requires a MK3S extruder with a sensor at the extruder idler, like the MMU2S.
|
||||||
* See https://help.prusa3d.com/en/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560, step 11
|
* See https://help.prusa3d.com/guide/3b-mk3s-mk2-5s-extruder-upgrade_41560#42048, step 11
|
||||||
*/
|
*/
|
||||||
#if HAS_PRUSA_MMU2S
|
#if HAS_PRUSA_MMU2S
|
||||||
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
#define MMU2_C0_RETRY 5 // Number of retries (total time = timeout*retries)
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue