My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Chris Roadfeldt 62834a1c43 Don't deploy probe on Z Axis homing if Z_PROBE_AND_ENDSTOP is enabled, 10 年前
..
configurator Merge branch 'Development' into fixup_leveling Latest upstream commits 10 年前
example_configurations Merge pull request #1622 from AnHardt/tm-utf-minus-kanji 10 年前
fonts Merge https://github.com/MarlinFirmware/Marlin into tm-utf-minus-kanji 10 年前
scripts Corrected cyrillic font again 10 年前
BlinkM.cpp Cleanup of cardreader.* 10 年前
BlinkM.h Cleanup of cardreader.* 10 年前
Conditionals.h Parentheses need here otherwise sanitycheck.h does wrong thing on line 222 10 年前
Configuration.h More config cleanup work for Z_PROBE_AND_ENDSTOP. 10 年前
ConfigurationStore.cpp Fix ECHOPAIR ambiguity 10 年前
ConfigurationStore.h Cleanup of cardreader.* 10 年前
Configuration_adv.h comment #define Z_DUAL_STEPPER_DRIVERS 10 年前
DOGMbitmaps.h Replaced some literal constants with defines 10 年前
Makefile Remove hardcoded programmer option (-cwiring). Use variable AVRDUDE_PROGRAMMER. Change default value of AVRDUDE_PROGRAMMER to 'wiring'. 10 年前
Marlin.h Merge plus fixup zprobe_zoffset 10 年前
Marlin.ino - Rename WRITE_E_STEP for consistency 10 年前
Marlin.pde - Rename WRITE_E_STEP for consistency 10 年前
MarlinSerial.cpp - Rename WRITE_E_STEP for consistency 10 年前
MarlinSerial.h - Rename WRITE_E_STEP for consistency 10 年前
Marlin_main.cpp Don't deploy probe on Z Axis homing if Z_PROBE_AND_ENDSTOP is enabled, unless Z_SAFE_HOMING is. 10 年前
SanityCheck.h Typo fixed in sanity check. 10 年前
Sd2Card.cpp - Rename WRITE_E_STEP for consistency 10 年前
Sd2Card.h Revert "Move Sd library out into library" 10 年前
Sd2PinMap.h Divide up Conditionals to get LCD items early 10 年前
SdBaseFile.cpp Rename lastnr to autostart_index and... 10 年前
SdBaseFile.h Pass sel to lcd_implementation_mark_as_selected 10 年前
SdFatConfig.h Rename lastnr to autostart_index and... 10 年前
SdFatStructs.h Revert "Move Sd library out into library" 10 年前
SdFatUtil.cpp Revert "Move Sd library out into library" 10 年前
SdFatUtil.h Revert "Move Sd library out into library" 10 年前
SdFile.cpp Revert "Move Sd library out into library" 10 年前
SdFile.h Revert "Move Sd library out into library" 10 年前
SdInfo.h Revert "Move Sd library out into library" 10 年前
SdVolume.cpp - Rename WRITE_E_STEP for consistency 10 年前
SdVolume.h Revert "Move Sd library out into library" 10 年前
Servo.cpp Formatting cleanup of quiet sources 10 年前
Servo.h Formatting cleanup of quiet sources 10 年前
boards.h Updated PR to streamline integration 10 年前
cardreader.cpp Fix "Stop Print" function in the LCD menu 10 年前
cardreader.h Cleanup of cardreader.* 10 年前
digipot_mcp4451.cpp Cleanup of cardreader.* 10 年前
dogm_font_data_6x9_marlin.h Added 5 new font.h files to main directory. 10 年前
dogm_font_data_HD44780_C.h Corrected Cyrillic fonts. Round II. 10 年前
dogm_font_data_HD44780_J.h Added 5 new font.h files to main directory. 10 年前
dogm_font_data_HD44780_W.h Added 5 new font.h files to main directory. 10 年前
dogm_font_data_ISO10646_1.h Merge https://github.com/MarlinFirmware/Marlin into tm-utf-minus-kanji 10 年前
dogm_font_data_ISO10646_5_Cyrillic.h Corrected cyrillic font again 10 年前
dogm_font_data_ISO10646_Kana.h Added 5 new font.h files to main directory. 10 年前
dogm_font_data_Marlin_symbols.h Added 5 new font.h files to main directory. 10 年前
dogm_lcd_implementation.h Merge pull request #1622 from AnHardt/tm-utf-minus-kanji 10 年前
fastio.h - Rename WRITE_E_STEP for consistency 10 年前
language.h Added serial message for Z Probe trigger. 10 年前
language_an.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_ca.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_de.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_en.h Merge https://github.com/MarlinFirmware/Marlin into tm3-utf-minus-kanji 10 年前
language_es.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_eu.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_fi.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_fr.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_it.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_kana.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_kana_utf8.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_nl.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_pl.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_pt-br.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_pt.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_ru.h Applied thinkyheads corrections from 2015-03-17 10 年前
language_test.h Applied thinkyheads corrections from 2015-03-17 10 年前
mesh_bed_leveling.cpp Fix up bed leveling code 10 年前
mesh_bed_leveling.h Fix up bed leveling code 10 年前
motion_control.cpp Update motion_control.cpp 10 年前
motion_control.h Removed interrupt nesting in the stepper ISR. 13 年前
pins.h Filling in more places where Z_PROBE_PIN and Z_PROBE_AND_ENDSTOP need to be. Added Sanity Check for it. Added hook so it's enabled. 10 年前
pins_3DRAG.h Issue #1504 – K8200 Z_ENABLE_PIN 10 年前
pins_5DPRINT.h Split up pins to make it more manageable 10 年前
pins_99.h Split up pins to make it more manageable 10 年前
pins_AZTEEG_X1.h Split up pins to make it more manageable 10 年前
pins_AZTEEG_X3.h Azteeg X3 overrides too 10 年前
pins_AZTEEG_X3_PRO.h Merge branch 'Development' into fixup_ramps_boards 10 年前
pins_BAM_DICE_DUE.h Merge branch 'Development' into fixup_ramps_boards 10 年前
pins_BRAINWAVE.h Split up pins to make it more manageable 10 年前
pins_CHEAPTRONIC.h Cleanup rotary encoder encrot* defines 10 年前
pins_DUEMILANOVE_328P.h Split up pins to make it more manageable 10 年前
pins_ELEFU_3.h Cleanup rotary encoder encrot* defines 10 年前
pins_FELIX2.h Minor fixes 10 年前
pins_GEN3_MONOLITHIC.h Split up pins to make it more manageable 10 年前
pins_GEN3_PLUS.h Split up pins to make it more manageable 10 年前
pins_GEN6.h Split up pins to make it more manageable 10 年前
pins_GEN6_DELUXE.h Split up pins to make it more manageable 10 年前
pins_GEN7_12.h cleanup 10 年前
pins_GEN7_13.h Split up pins to make it more manageable 10 年前
pins_GEN7_14.h cleanup 10 年前
pins_GEN7_CUSTOM.h Split up pins to make it more manageable 10 年前
pins_HEPHESTOS.h Merge branch 'Development' into fixup_ramps_boards 10 年前
pins_K8200.h Split up pins to make it more manageable 10 年前
pins_LEAPFROG.h Max endstop pins disabled by configuration 10 年前
pins_MEGATRONICS.h Cleanup rotary encoder encrot* defines 10 年前
pins_MEGATRONICS_1.h Cleanup rotary encoder encrot* defines 10 年前
pins_MEGATRONICS_2.h Cleanup rotary encoder encrot* defines 10 年前
pins_MEGATRONICS_3.h Cleanup rotary encoder encrot* defines 10 年前
pins_MELZI.h Split up pins to make it more manageable 10 年前
pins_MELZI_1284.h Split up pins to make it more manageable 10 年前
pins_OMCA.h Split up pins to make it more manageable 10 年前
pins_OMCA_A.h Split up pins to make it more manageable 10 年前
pins_PRINTRBOARD.h Split up pins to make it more manageable 10 年前
pins_RAMBO.h Cleanup rotary encoder encrot* defines 10 年前
pins_RAMPS_13.h Fixed typo for Z_PROBE_AND_ENDSTOP support in pins_RAMPS.h. Confirmed Sanity checks are working..... 10 年前
pins_RAMPS_OLD.h Max endstop pins disabled by configuration 10 年前
pins_RUMBA.h Cleanup of temperature code 10 年前
pins_SANGUINOLOLU_11.h Split up pins to make it more manageable 10 年前
pins_SANGUINOLOLU_12.h Split up pins to make it more manageable 10 年前
pins_SAV_MKI.h Split up pins to make it more manageable 10 年前
pins_SETHI.h cleanup 10 年前
pins_STB_11.h Split up pins to make it more manageable 10 年前
pins_TEENSY2.h Split up pins to make it more manageable 10 年前
pins_TEENSYLU.h Split up pins to make it more manageable 10 年前
pins_ULTIMAIN_2.h Split up pins to make it more manageable 10 年前
pins_ULTIMAKER.h Split up pins to make it more manageable 10 年前
pins_ULTIMAKER_OLD.h Split up pins to make it more manageable 10 年前
pins_WITBOX.h Merge branch 'Development' into fixup_ramps_boards 10 年前
planner.cpp Latest upstream commits, plus fixes 10 年前
planner.h Latest upstream commits, plus fixes 10 年前
qr_solve.cpp Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation" 10 年前
qr_solve.h Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation" 10 年前
speed_lookuptable.h Revert "Reduce PROGMEM warnings" 10 年前
stepper.cpp Bug fixes for Z_PROBE_AND_ENDSTOP. Code cleanup for Z_PROBE_AND_ENDSTOP. Added Z_PROBE_PIN to pins_RAMPS_13.h 10 年前
stepper.h New Feature: Z_DUAL_ENDSTOPS 10 年前
stepper_indirection.cpp - Add support for L6470 Drivers. - Both TMC, L6470 and pin-driven drivers work. - All can be mixed and matched as needed. 10 年前
stepper_indirection.h - Add support for L6470 Drivers. - Both TMC, L6470 and pin-driven drivers work. - All can be mixed and matched as needed. 10 年前
temperature.cpp Fix redundant_temperatrure_raw setting 10 年前
temperature.h Also fix temperature externs 10 年前
thermistortables.h Extend the idea of dummy temperature sensors. 10 年前
ultralcd.cpp Merge pull request #1622 from AnHardt/tm-utf-minus-kanji 10 年前
ultralcd.h Divide up Conditionals to get LCD items early 10 年前
ultralcd_implementation_hitachi_HD44780.h Merge pull request #1622 from AnHardt/tm-utf-minus-kanji 10 年前
ultralcd_st7920_u8glib_rrd.h Update ultralcd_st7920_u8glib_rrd.h 10 年前
utf_mapper.h Applied thinkyheads corrections from 2015-03-17 10 年前
vector_3.cpp Fix ECHOPAIR ambiguity 10 年前
vector_3.h Fix ECHOPAIR ambiguity 10 年前
watchdog.cpp Fix compiling the watchdog error message when the manual reset watchdog is used. 12 年前
watchdog.h Various typo fixes - only in comments, no code changes. 11 年前