├── Conditionals.h ├── Conditionals_LCD.h ├── Conditionals_post.h ├── Configuration.h ├── Configuration_adv.h ├── M100_Free_Mem_Chk.cpp ├── Marlin.h ├── MarlinConfig.h ├── MarlinSerial.cpp ├── MarlinSerial.h ├── Marlin_TFT_MEGA_S_V1.2.1.ino ├── Marlin_main.cpp ├── MyHardwareSerial.cpp ├── MyHardwareSerial.h ├── SanityCheck.h ├── Sd2Card.cpp ├── Sd2Card.h ├── SdBaseFile.cpp ├── SdBaseFile.h ├── SdFatConfig.h ├── SdFatStructs.h ├── SdFatUtil.cpp ├── SdFatUtil.h ├── SdFile.cpp ├── SdFile.h ├── SdInfo.h ├── SdVolume.cpp ├── SdVolume.h ├── Version.h ├── blinkm.cpp ├── blinkm.h ├── boards.h ├── buzzer.h ├── cardreader.cpp ├── cardreader.h ├── circularqueue.h ├── configuration_store.cpp ├── configuration_store.h ├── dac_mcp4728.cpp ├── dac_mcp4728.h ├── digipot_mcp4451.cpp ├── dogm_bitmaps.h ├── dogm_font_data_6x9_marlin.h ├── dogm_font_data_HD44780_C.h ├── dogm_font_data_HD44780_J.h ├── dogm_font_data_HD44780_W.h ├── dogm_font_data_ISO10646_1.h ├── dogm_font_data_ISO10646_1_tr.h ├── dogm_font_data_ISO10646_5_Cyrillic.h ├── dogm_font_data_ISO10646_CN.h ├── dogm_font_data_ISO10646_Greek.h ├── dogm_font_data_ISO10646_Kana.h ├── dogm_font_data_Marlin_symbols.h ├── duration_t.h ├── endstop_interrupts.h ├── endstops.cpp ├── endstops.h ├── enum.h ├── fastio.h ├── language.h ├── language_an.h ├── language_bg.h ├── language_ca.h ├── language_cn.h ├── language_cz.h ├── language_da.h ├── language_de.h ├── language_el-gr.h ├── language_el.h ├── language_en.h ├── language_es.h ├── language_eu.h ├── language_fi.h ├── language_fr.h ├── language_gl.h ├── language_hr.h ├── language_it.h ├── language_kana.h ├── language_kana_utf8.h ├── language_nl.h ├── language_pl.h ├── language_pt-br.h ├── language_pt-br_utf8.h ├── language_pt.h ├── language_pt_utf8.h ├── language_ru.h ├── language_test.h ├── language_tr.h ├── language_tr_utf8.h ├── language_uk.h ├── macros.h ├── mesh_bed_leveling.cpp ├── mesh_bed_leveling.h ├── music.cpp ├── music.h ├── nozzle.h ├── pins.h ├── pinsDebug.h ├── pins_3DRAG.h ├── pins_5DPRINT.h ├── pins_A4JP.h ├── pins_AZTEEG_X1.h ├── pins_AZTEEG_X3.h ├── pins_AZTEEG_X3_PRO.h ├── pins_BAM_DICE_DUE.h ├── pins_BQ_ZUM_MEGA_3D.h ├── pins_BRAINWAVE.h ├── pins_BRAINWAVE_PRO.h ├── pins_CHEAPTRONIC.h ├── pins_CNCONTROLS_11.h ├── pins_CNCONTROLS_12.h ├── pins_ELEFU_3.h ├── pins_FELIX2.h ├── pins_GEN3_MONOLITHIC.h ├── pins_GEN3_PLUS.h ├── pins_GEN6.h ├── pins_GEN6_DELUXE.h ├── pins_GEN7_12.h ├── pins_GEN7_13.h ├── pins_GEN7_14.h ├── pins_GEN7_CUSTOM.h ├── pins_K8200.h ├── pins_K8400.h ├── pins_LEAPFROG.h ├── pins_MEGACONTROLLER.h ├── pins_MEGATRONICS.h ├── pins_MEGATRONICS_2.h ├── pins_MEGATRONICS_3.h ├── pins_MELZI.h ├── pins_MELZI_MAKR3D.h ├── pins_MIGHTYBOARD_REVE.h ├── pins_MINIRAMBO.h ├── pins_MINITRONICS.h ├── pins_MKS_13.h ├── pins_MKS_BASE.h ├── pins_OMCA.h ├── pins_OMCA_A.h ├── pins_PRINTRBOARD.h ├── pins_PRINTRBOARD_REVF.h ├── pins_RAMBO.h ├── pins_RAMPS.h ├── pins_RAMPS_13.h ├── pins_RAMPS_OLD.h ├── pins_RIGIDBOARD.h ├── pins_RIGIDBOARD_V2.h ├── pins_RUMBA.h ├── pins_SAINSMART_2IN1.h ├── pins_SANGUINOLOLU_11.h ├── pins_SANGUINOLOLU_12.h ├── pins_SAV_MKI.h ├── pins_SETHI.h ├── pins_STB_11.h ├── pins_TEENSY2.h ├── pins_TEENSYLU.h ├── pins_ULTIMAIN_2.h ├── pins_ULTIMAKER.h ├── pins_ULTIMAKER_OLD.h ├── planner.cpp ├── planner.h ├── planner_bezier.cpp ├── planner_bezier.h ├── point_t.h ├── printcounter.cpp ├── printcounter.h ├── qr_solve.cpp ├── qr_solve.h ├── servo.cpp ├── servo.h ├── speed_lookuptable.h ├── stepper.cpp ├── stepper.h ├── stepper_dac.cpp ├── stepper_dac.h ├── stepper_indirection.cpp ├── stepper_indirection.h ├── stopwatch.cpp ├── stopwatch.h ├── temperature.cpp ├── temperature.h ├── thermistornames.h ├── thermistortables.h ├── twibus.cpp ├── twibus.h ├── types.h ├── ultralcd.cpp ├── ultralcd.h ├── ultralcd_impl_DOGM.h ├── ultralcd_impl_HD44780.h ├── ultralcd_st7920_u8glib_rrd.h ├── utf_mapper.h ├── utility.cpp ├── utility.h ├── vector_3.cpp ├── vector_3.h ├── watchdog.cpp └── watchdog.h /Conditionals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/Conditionals.h -------------------------------------------------------------------------------- /Conditionals_LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/Conditionals_LCD.h -------------------------------------------------------------------------------- /Conditionals_post.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/Conditionals_post.h -------------------------------------------------------------------------------- /Configuration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/Configuration.h -------------------------------------------------------------------------------- /Configuration_adv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/Configuration_adv.h -------------------------------------------------------------------------------- /M100_Free_Mem_Chk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/M100_Free_Mem_Chk.cpp -------------------------------------------------------------------------------- /Marlin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/Marlin.h -------------------------------------------------------------------------------- /MarlinConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/MarlinConfig.h -------------------------------------------------------------------------------- /MarlinSerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/MarlinSerial.cpp -------------------------------------------------------------------------------- /MarlinSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/MarlinSerial.h -------------------------------------------------------------------------------- /Marlin_TFT_MEGA_S_V1.2.1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/Marlin_TFT_MEGA_S_V1.2.1.ino -------------------------------------------------------------------------------- /Marlin_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/Marlin_main.cpp -------------------------------------------------------------------------------- /MyHardwareSerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/MyHardwareSerial.cpp -------------------------------------------------------------------------------- /MyHardwareSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/MyHardwareSerial.h -------------------------------------------------------------------------------- /SanityCheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SanityCheck.h -------------------------------------------------------------------------------- /Sd2Card.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/Sd2Card.cpp -------------------------------------------------------------------------------- /Sd2Card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/Sd2Card.h -------------------------------------------------------------------------------- /SdBaseFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SdBaseFile.cpp -------------------------------------------------------------------------------- /SdBaseFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SdBaseFile.h -------------------------------------------------------------------------------- /SdFatConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SdFatConfig.h -------------------------------------------------------------------------------- /SdFatStructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SdFatStructs.h -------------------------------------------------------------------------------- /SdFatUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SdFatUtil.cpp -------------------------------------------------------------------------------- /SdFatUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SdFatUtil.h -------------------------------------------------------------------------------- /SdFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SdFile.cpp -------------------------------------------------------------------------------- /SdFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SdFile.h -------------------------------------------------------------------------------- /SdInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SdInfo.h -------------------------------------------------------------------------------- /SdVolume.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SdVolume.cpp -------------------------------------------------------------------------------- /SdVolume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/SdVolume.h -------------------------------------------------------------------------------- /Version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/Version.h -------------------------------------------------------------------------------- /blinkm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/blinkm.cpp -------------------------------------------------------------------------------- /blinkm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/blinkm.h -------------------------------------------------------------------------------- /boards.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/boards.h -------------------------------------------------------------------------------- /buzzer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/buzzer.h -------------------------------------------------------------------------------- /cardreader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/cardreader.cpp -------------------------------------------------------------------------------- /cardreader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/cardreader.h -------------------------------------------------------------------------------- /circularqueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/circularqueue.h -------------------------------------------------------------------------------- /configuration_store.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/configuration_store.cpp -------------------------------------------------------------------------------- /configuration_store.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/configuration_store.h -------------------------------------------------------------------------------- /dac_mcp4728.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dac_mcp4728.cpp -------------------------------------------------------------------------------- /dac_mcp4728.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dac_mcp4728.h -------------------------------------------------------------------------------- /digipot_mcp4451.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/digipot_mcp4451.cpp -------------------------------------------------------------------------------- /dogm_bitmaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_bitmaps.h -------------------------------------------------------------------------------- /dogm_font_data_6x9_marlin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_font_data_6x9_marlin.h -------------------------------------------------------------------------------- /dogm_font_data_HD44780_C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_font_data_HD44780_C.h -------------------------------------------------------------------------------- /dogm_font_data_HD44780_J.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_font_data_HD44780_J.h -------------------------------------------------------------------------------- /dogm_font_data_HD44780_W.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_font_data_HD44780_W.h -------------------------------------------------------------------------------- /dogm_font_data_ISO10646_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_font_data_ISO10646_1.h -------------------------------------------------------------------------------- /dogm_font_data_ISO10646_1_tr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_font_data_ISO10646_1_tr.h -------------------------------------------------------------------------------- /dogm_font_data_ISO10646_5_Cyrillic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_font_data_ISO10646_5_Cyrillic.h -------------------------------------------------------------------------------- /dogm_font_data_ISO10646_CN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_font_data_ISO10646_CN.h -------------------------------------------------------------------------------- /dogm_font_data_ISO10646_Greek.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_font_data_ISO10646_Greek.h -------------------------------------------------------------------------------- /dogm_font_data_ISO10646_Kana.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_font_data_ISO10646_Kana.h -------------------------------------------------------------------------------- /dogm_font_data_Marlin_symbols.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/dogm_font_data_Marlin_symbols.h -------------------------------------------------------------------------------- /duration_t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/duration_t.h -------------------------------------------------------------------------------- /endstop_interrupts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/endstop_interrupts.h -------------------------------------------------------------------------------- /endstops.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/endstops.cpp -------------------------------------------------------------------------------- /endstops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/endstops.h -------------------------------------------------------------------------------- /enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/enum.h -------------------------------------------------------------------------------- /fastio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/fastio.h -------------------------------------------------------------------------------- /language.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language.h -------------------------------------------------------------------------------- /language_an.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_an.h -------------------------------------------------------------------------------- /language_bg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_bg.h -------------------------------------------------------------------------------- /language_ca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_ca.h -------------------------------------------------------------------------------- /language_cn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_cn.h -------------------------------------------------------------------------------- /language_cz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_cz.h -------------------------------------------------------------------------------- /language_da.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_da.h -------------------------------------------------------------------------------- /language_de.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_de.h -------------------------------------------------------------------------------- /language_el-gr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_el-gr.h -------------------------------------------------------------------------------- /language_el.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_el.h -------------------------------------------------------------------------------- /language_en.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_en.h -------------------------------------------------------------------------------- /language_es.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_es.h -------------------------------------------------------------------------------- /language_eu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_eu.h -------------------------------------------------------------------------------- /language_fi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_fi.h -------------------------------------------------------------------------------- /language_fr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_fr.h -------------------------------------------------------------------------------- /language_gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_gl.h -------------------------------------------------------------------------------- /language_hr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_hr.h -------------------------------------------------------------------------------- /language_it.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_it.h -------------------------------------------------------------------------------- /language_kana.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_kana.h -------------------------------------------------------------------------------- /language_kana_utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_kana_utf8.h -------------------------------------------------------------------------------- /language_nl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_nl.h -------------------------------------------------------------------------------- /language_pl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_pl.h -------------------------------------------------------------------------------- /language_pt-br.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_pt-br.h -------------------------------------------------------------------------------- /language_pt-br_utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_pt-br_utf8.h -------------------------------------------------------------------------------- /language_pt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_pt.h -------------------------------------------------------------------------------- /language_pt_utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_pt_utf8.h -------------------------------------------------------------------------------- /language_ru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_ru.h -------------------------------------------------------------------------------- /language_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_test.h -------------------------------------------------------------------------------- /language_tr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_tr.h -------------------------------------------------------------------------------- /language_tr_utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_tr_utf8.h -------------------------------------------------------------------------------- /language_uk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/language_uk.h -------------------------------------------------------------------------------- /macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/macros.h -------------------------------------------------------------------------------- /mesh_bed_leveling.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/mesh_bed_leveling.cpp -------------------------------------------------------------------------------- /mesh_bed_leveling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/mesh_bed_leveling.h -------------------------------------------------------------------------------- /music.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/music.cpp -------------------------------------------------------------------------------- /music.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/music.h -------------------------------------------------------------------------------- /nozzle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/nozzle.h -------------------------------------------------------------------------------- /pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins.h -------------------------------------------------------------------------------- /pinsDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pinsDebug.h -------------------------------------------------------------------------------- /pins_3DRAG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_3DRAG.h -------------------------------------------------------------------------------- /pins_5DPRINT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_5DPRINT.h -------------------------------------------------------------------------------- /pins_A4JP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_A4JP.h -------------------------------------------------------------------------------- /pins_AZTEEG_X1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_AZTEEG_X1.h -------------------------------------------------------------------------------- /pins_AZTEEG_X3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_AZTEEG_X3.h -------------------------------------------------------------------------------- /pins_AZTEEG_X3_PRO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_AZTEEG_X3_PRO.h -------------------------------------------------------------------------------- /pins_BAM_DICE_DUE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_BAM_DICE_DUE.h -------------------------------------------------------------------------------- /pins_BQ_ZUM_MEGA_3D.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_BQ_ZUM_MEGA_3D.h -------------------------------------------------------------------------------- /pins_BRAINWAVE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_BRAINWAVE.h -------------------------------------------------------------------------------- /pins_BRAINWAVE_PRO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_BRAINWAVE_PRO.h -------------------------------------------------------------------------------- /pins_CHEAPTRONIC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_CHEAPTRONIC.h -------------------------------------------------------------------------------- /pins_CNCONTROLS_11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_CNCONTROLS_11.h -------------------------------------------------------------------------------- /pins_CNCONTROLS_12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_CNCONTROLS_12.h -------------------------------------------------------------------------------- /pins_ELEFU_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_ELEFU_3.h -------------------------------------------------------------------------------- /pins_FELIX2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_FELIX2.h -------------------------------------------------------------------------------- /pins_GEN3_MONOLITHIC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_GEN3_MONOLITHIC.h -------------------------------------------------------------------------------- /pins_GEN3_PLUS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_GEN3_PLUS.h -------------------------------------------------------------------------------- /pins_GEN6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_GEN6.h -------------------------------------------------------------------------------- /pins_GEN6_DELUXE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_GEN6_DELUXE.h -------------------------------------------------------------------------------- /pins_GEN7_12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_GEN7_12.h -------------------------------------------------------------------------------- /pins_GEN7_13.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_GEN7_13.h -------------------------------------------------------------------------------- /pins_GEN7_14.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_GEN7_14.h -------------------------------------------------------------------------------- /pins_GEN7_CUSTOM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_GEN7_CUSTOM.h -------------------------------------------------------------------------------- /pins_K8200.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_K8200.h -------------------------------------------------------------------------------- /pins_K8400.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_K8400.h -------------------------------------------------------------------------------- /pins_LEAPFROG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_LEAPFROG.h -------------------------------------------------------------------------------- /pins_MEGACONTROLLER.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_MEGACONTROLLER.h -------------------------------------------------------------------------------- /pins_MEGATRONICS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_MEGATRONICS.h -------------------------------------------------------------------------------- /pins_MEGATRONICS_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_MEGATRONICS_2.h -------------------------------------------------------------------------------- /pins_MEGATRONICS_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_MEGATRONICS_3.h -------------------------------------------------------------------------------- /pins_MELZI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_MELZI.h -------------------------------------------------------------------------------- /pins_MELZI_MAKR3D.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_MELZI_MAKR3D.h -------------------------------------------------------------------------------- /pins_MIGHTYBOARD_REVE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_MIGHTYBOARD_REVE.h -------------------------------------------------------------------------------- /pins_MINIRAMBO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_MINIRAMBO.h -------------------------------------------------------------------------------- /pins_MINITRONICS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_MINITRONICS.h -------------------------------------------------------------------------------- /pins_MKS_13.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_MKS_13.h -------------------------------------------------------------------------------- /pins_MKS_BASE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_MKS_BASE.h -------------------------------------------------------------------------------- /pins_OMCA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_OMCA.h -------------------------------------------------------------------------------- /pins_OMCA_A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_OMCA_A.h -------------------------------------------------------------------------------- /pins_PRINTRBOARD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_PRINTRBOARD.h -------------------------------------------------------------------------------- /pins_PRINTRBOARD_REVF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_PRINTRBOARD_REVF.h -------------------------------------------------------------------------------- /pins_RAMBO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_RAMBO.h -------------------------------------------------------------------------------- /pins_RAMPS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_RAMPS.h -------------------------------------------------------------------------------- /pins_RAMPS_13.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_RAMPS_13.h -------------------------------------------------------------------------------- /pins_RAMPS_OLD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_RAMPS_OLD.h -------------------------------------------------------------------------------- /pins_RIGIDBOARD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_RIGIDBOARD.h -------------------------------------------------------------------------------- /pins_RIGIDBOARD_V2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_RIGIDBOARD_V2.h -------------------------------------------------------------------------------- /pins_RUMBA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_RUMBA.h -------------------------------------------------------------------------------- /pins_SAINSMART_2IN1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_SAINSMART_2IN1.h -------------------------------------------------------------------------------- /pins_SANGUINOLOLU_11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_SANGUINOLOLU_11.h -------------------------------------------------------------------------------- /pins_SANGUINOLOLU_12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_SANGUINOLOLU_12.h -------------------------------------------------------------------------------- /pins_SAV_MKI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_SAV_MKI.h -------------------------------------------------------------------------------- /pins_SETHI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_SETHI.h -------------------------------------------------------------------------------- /pins_STB_11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_STB_11.h -------------------------------------------------------------------------------- /pins_TEENSY2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_TEENSY2.h -------------------------------------------------------------------------------- /pins_TEENSYLU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_TEENSYLU.h -------------------------------------------------------------------------------- /pins_ULTIMAIN_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_ULTIMAIN_2.h -------------------------------------------------------------------------------- /pins_ULTIMAKER.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_ULTIMAKER.h -------------------------------------------------------------------------------- /pins_ULTIMAKER_OLD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/pins_ULTIMAKER_OLD.h -------------------------------------------------------------------------------- /planner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/planner.cpp -------------------------------------------------------------------------------- /planner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/planner.h -------------------------------------------------------------------------------- /planner_bezier.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/planner_bezier.cpp -------------------------------------------------------------------------------- /planner_bezier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/planner_bezier.h -------------------------------------------------------------------------------- /point_t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/point_t.h -------------------------------------------------------------------------------- /printcounter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/printcounter.cpp -------------------------------------------------------------------------------- /printcounter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/printcounter.h -------------------------------------------------------------------------------- /qr_solve.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/qr_solve.cpp -------------------------------------------------------------------------------- /qr_solve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/qr_solve.h -------------------------------------------------------------------------------- /servo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/servo.cpp -------------------------------------------------------------------------------- /servo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/servo.h -------------------------------------------------------------------------------- /speed_lookuptable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/speed_lookuptable.h -------------------------------------------------------------------------------- /stepper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/stepper.cpp -------------------------------------------------------------------------------- /stepper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/stepper.h -------------------------------------------------------------------------------- /stepper_dac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/stepper_dac.cpp -------------------------------------------------------------------------------- /stepper_dac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/stepper_dac.h -------------------------------------------------------------------------------- /stepper_indirection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/stepper_indirection.cpp -------------------------------------------------------------------------------- /stepper_indirection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/stepper_indirection.h -------------------------------------------------------------------------------- /stopwatch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/stopwatch.cpp -------------------------------------------------------------------------------- /stopwatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/stopwatch.h -------------------------------------------------------------------------------- /temperature.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/temperature.cpp -------------------------------------------------------------------------------- /temperature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/temperature.h -------------------------------------------------------------------------------- /thermistornames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/thermistornames.h -------------------------------------------------------------------------------- /thermistortables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/thermistortables.h -------------------------------------------------------------------------------- /twibus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/twibus.cpp -------------------------------------------------------------------------------- /twibus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/twibus.h -------------------------------------------------------------------------------- /types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/types.h -------------------------------------------------------------------------------- /ultralcd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/ultralcd.cpp -------------------------------------------------------------------------------- /ultralcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/ultralcd.h -------------------------------------------------------------------------------- /ultralcd_impl_DOGM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/ultralcd_impl_DOGM.h -------------------------------------------------------------------------------- /ultralcd_impl_HD44780.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/ultralcd_impl_HD44780.h -------------------------------------------------------------------------------- /ultralcd_st7920_u8glib_rrd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/ultralcd_st7920_u8glib_rrd.h -------------------------------------------------------------------------------- /utf_mapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/utf_mapper.h -------------------------------------------------------------------------------- /utility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/utility.cpp -------------------------------------------------------------------------------- /utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/utility.h -------------------------------------------------------------------------------- /vector_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/vector_3.cpp -------------------------------------------------------------------------------- /vector_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/vector_3.h -------------------------------------------------------------------------------- /watchdog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/watchdog.cpp -------------------------------------------------------------------------------- /watchdog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANYCUBIC-3D/MEGA_S/HEAD/watchdog.h --------------------------------------------------------------------------------