My Marlin configs for Fabrikator Mini and CTC i3 Pro B
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Scott Lahteine 7f3406d47b Fix Italian string length 7年前
..
example_configurations Support for Geeetech GT2560 Rev.A/Rev.A+ 7年前
Conditionals.h Make Conditionals.h a catch-all for old configs 8年前
Conditionals_LCD.h Add support for Printrbot Neopixel RGBW strip. 7年前
Conditionals_post.h Implement probing delay for piezo sensors 7年前
Configuration.h Support for Geeetech GT2560 Rev.A/Rev.A+ 7年前
Configuration_adv.h Bring configs up to date 7年前
G26_Mesh_Validation_Tool.cpp Apply coding standards to recent merges 7年前
I2CPositionEncoder.cpp Followup for I2C_POSITION_ENCODERS 7年前
I2CPositionEncoder.h Followup for I2C_POSITION_ENCODERS 7年前
M100_Free_Mem_Chk.cpp Apply const, spacing, etc. 7年前
Makefile Added support for U8G. 7年前
Marlin.h Rename options with swap_ prefix 7年前
Marlin.ino TMC2130 Library: @teemuatlut replaces @makertum 7年前
MarlinConfig.h Merge pull request #4419 from AnHardt/sd2pinmap 8年前
MarlinSerial.cpp Tweak some else clauses 7年前
MarlinSerial.h Patch MarlinSerial to match up with 32-bit version 7年前
Marlin_main.cpp Fix DUAL_X_CARRIAGE not moving at all 7年前
SanityCheck.h Add a sanity check for valid bed size 7年前
Sd2Card.cpp Format hex values as uppercase 7年前
Sd2Card.h Removed check for 2560 family 7年前
SdBaseFile.cpp Reference op with variable name 7年前
SdBaseFile.h Reference op with variable name 7年前
SdFatConfig.h repair-software-spi 8年前
SdFatStructs.h Apply const, spacing, etc. 7年前
SdFatUtil.cpp Further cleanup of comments, partial Doxygen-style 8年前
SdFatUtil.h Cleanup SdFatUtil.h 8年前
SdFile.cpp Converted all files on src to Unix file format 8年前
SdFile.h Further cleanup of comments, partial Doxygen-style 8年前
SdInfo.h Converted all files on src to Unix file format 8年前
SdVolume.cpp Converted all files on src to Unix file format 8年前
SdVolume.h Further cleanup of comments, partial Doxygen-style 8年前
Version.h bugfix-1.1.x ReadMe, Version, helper scripts 7年前
blinkm.cpp Patch #else / #endif comments 7年前
blinkm.h Further cleanup of comments, partial Doxygen-style 8年前
boards.h Support for Geeetech GT2560 Rev.A/Rev.A+ 7年前
buzzer.h Spacing, const, comments 7年前
cardreader.cpp Patch some serial macros 7年前
cardreader.h Patch #else / #endif comments 7年前
circularqueue.h Patch up CircularQueue 8年前
configuration_store.cpp Rename options with swap_ prefix 7年前
configuration_store.h Expose DISABLE_M503 option as a test option 7年前
dac_mcp4728.cpp Fix get/setDrvPct declarations 7年前
dac_mcp4728.h Fix get/setDrvPct declarations 7年前
digipot_mcp4018.cpp Fix: set digipot mcp4018 Vrefmax to 1.666V 7年前
digipot_mcp4451.cpp Apply maths macros and type changes ahead of HAL 7年前
dogm_bitmaps.h Updates u8glib's bmp2hex converter 8年前
dogm_font_data_6x9_marlin.h Further cleanup of comments, partial Doxygen-style 8年前
dogm_font_data_HD44780_C.h Further cleanup of comments, partial Doxygen-style 8年前
dogm_font_data_HD44780_J.h Update Kana font 8年前
dogm_font_data_HD44780_W.h Further cleanup of comments, partial Doxygen-style 8年前
dogm_font_data_ISO10646_1.h Further cleanup of comments, partial Doxygen-style 8年前
dogm_font_data_ISO10646_1_PL.h Polish font 7年前
dogm_font_data_ISO10646_1_tr.h Improve M600 with timeout, wait for heatup. 7年前
dogm_font_data_ISO10646_5_Cyrillic.h Further cleanup of comments, partial Doxygen-style 8年前
dogm_font_data_ISO10646_CN.h Further cleanup of comments, partial Doxygen-style 8年前
dogm_font_data_ISO10646_CZ.h UTF-8 mapper for Czech 7年前
dogm_font_data_ISO10646_Greek.h Change font decent to -1 for tt and gr 7年前
dogm_font_data_ISO10646_Kana.h Update Kana font 8年前
dogm_font_data_Marlin_symbols.h Further cleanup of comments, partial Doxygen-style 8年前
duration_t.h Fix formatting of print time hours above one day 7年前
endstop_interrupts.h Patch #else / #endif comments 7年前
endstops.cpp Drop extra initializers for vars initialized by EEPROM code 7年前
endstops.h guaranteed BLTouch detection 7年前
enum.h CNC workspace planes and 'P' argument for G2/G3 7年前
fastio.h Drop fastio timer cruft 7年前
fastio_168.h Split up fastio.h, document pin mappings 7年前
fastio_644.h Split up fastio.h, document pin mappings 7年前
fastio_1280.h Split up fastio.h, document pin mappings 7年前
fastio_1281.h Split up fastio.h, document pin mappings 7年前
fastio_AT90USB.h Tweaks for M43 7年前
gcode.cpp Fix compile issue with G38 7年前
gcode.h Volatile keyword not needed for parser.seen 7年前
hex_print_routines.cpp New GCode Parser - Implementation 7年前
hex_print_routines.h New GCode Parser - Implementation 7年前
language.h UTF-8 mapper for Czech 7年前
language_an.h Case light as a toggle menu item 7年前
language_bg.h Case light as a toggle menu item 7年前
language_ca.h Case light as a toggle menu item 7年前
language_cn.h Add more options to the Bed Leveling menu 7年前
language_cz.h UTF-8 mapper for Czech 7年前
language_cz_utf8.h UTF-8 mapper for Czech 7年前
language_da.h Add more options to the Bed Leveling menu 7年前
language_de.h Update language_de.h 7年前
language_el-gr.h Add more options to the Bed Leveling menu 7年前
language_el.h Add more options to the Bed Leveling menu 7年前
language_en.h Merge pull request #7260 from thinkyhead/bf_G33_update_27 7年前
language_es.h Case light as a toggle menu item 7年前
language_eu.h Case light as a toggle menu item 7年前
language_fi.h Add more options to the Bed Leveling menu 7年前
language_fr.h French translation 7年前
language_gl.h Case light as a toggle menu item 7年前
language_hr.h Case light as a toggle menu item 7年前
language_it.h Fix Italian string length 7年前
language_kana.h Case light as a toggle menu item 7年前
language_kana_utf8.h UTF-8 mapper for Czech 7年前
language_nl.h Case light as a toggle menu item 7年前
language_pl-DOGM.h Case light as a toggle menu item 7年前
language_pl-HD44780.h Case light as a toggle menu item 7年前
language_pl.h Case light as a toggle menu item 7年前
language_pt-br.h Add more options to the Bed Leveling menu 7年前
language_pt-br_utf8.h UTF-8 mapper for Czech 7年前
language_pt.h Add more options to the Bed Leveling menu 7年前
language_pt_utf8.h UTF-8 mapper for Czech 7年前
language_ru.h Update Russian Translation 7年前
language_test.h MSG_VOLUMETRIC => MSG_FILAMENT 7年前
language_tr.h Case light as a toggle menu item 7年前
language_uk.h Case light as a toggle menu item 7年前
language_zh_CN.h Rename options with swap_ prefix 7年前
language_zh_TW.h Rename options with swap_ prefix 7年前
least_squares_fit.cpp Apply coding standards to recent merges 7年前
least_squares_fit.h Apply coding standards to recent merges 7年前
macros.h Apply maths macros and type changes ahead of HAL 7年前
mesh_bed_leveling.cpp Patch #else / #endif comments 7年前
mesh_bed_leveling.h Formatting and spelling 7年前
nozzle.cpp Apply maths macros and type changes ahead of HAL 7年前
nozzle.h Apply maths macros and type changes ahead of HAL 7年前
pca9632.cpp Patch to fix some compiler warnings 7年前
pca9632.h PCA9632 PWM color LED support 7年前
pins.h Support for Geeetech GT2560 Rev.A/Rev.A+ 7年前
pinsDebug.h Fix #ifdef AVR_AT90USB1286_FAMILY in pinsDebug 7年前
pinsDebug_Teensyduino.h Unify AVR90USB: pinsDebug changes 7年前
pinsDebug_list.h Add Skynet/ANET A10 support 7年前
pinsDebug_plus_70.h Reject generous donation of trailing whitespace 7年前
pins_3DRAG.h SPINDLE/LASER pins changes 7年前
pins_5DPRINT.h Remove extraneous USBCON defines for AT90USB boards 7年前
pins_ANET_10.h Add Skynet/ANET A10 support 7年前
pins_AZTEEG_X1.h Add "About Printer" information menu. 8年前
pins_AZTEEG_X3.h Cleanup of spacing and formatting 7年前
pins_AZTEEG_X3_PRO.h Unify AVR90USB: Pins cleanup 7年前
pins_BAM_DICE_DUE.h SPINDLE/LASER pins changes 7年前
pins_BQ_ZUM_MEGA_3D.h Add support for BQ heated bed kit with Hephestos 2 7年前
pins_BRAINWAVE.h Remove extraneous USBCON defines for AT90USB boards 7年前
pins_BRAINWAVE_PRO.h Remove extraneous USBCON defines for AT90USB boards 7年前
pins_CHEAPTRONIC.h Assign -1 to LCD_PINS_D4-7 if not defined 7年前
pins_CHEAPTRONICv2.h Easier override of FILWIDTH_PIN 7年前
pins_CNCONTROLS_11.h Predefine auto fan pins in some pins files 7年前
pins_CNCONTROLS_12.h Predefine auto fan pins in some pins files 7年前
pins_ELEFU_3.h Follow-up the PR #4955, etc 7年前
pins_FELIX2.h SPINDLE/LASER pins changes 7年前
pins_GEN3_MONOLITHIC.h SPINDLE/LASER pins changes 7年前
pins_GEN3_PLUS.h SPINDLE/LASER pins changes 7年前
pins_GEN6.h Unify AVR90USB: Pins cleanup 7年前
pins_GEN6_DELUXE.h SPINDLE/LASER pins changes 7年前
pins_GEN7_12.h SPINDLE/LASER pins changes 7年前
pins_GEN7_13.h SPINDLE/LASER pins changes 7年前
pins_GEN7_14.h SPINDLE/LASER pins changes 7年前
pins_GEN7_CUSTOM.h Unify AVR90USB: Pins cleanup 7年前
pins_GT2560_REV_A.h Support for Geeetech GT2560 Rev.A/Rev.A+ 7年前
pins_GT2560_REV_A_PLUS.h Support for Geeetech GT2560 Rev.A/Rev.A+ 7年前
pins_K8200.h Add "About Printer" information menu. 8年前
pins_K8400.h SPINDLE/LASER pins changes 7年前
pins_LEAPFROG.h Follow-up the PR #4955, etc 7年前
pins_MEGACONTROLLER.h SPINDLE/LASER pins changes 7年前
pins_MEGATRONICS.h SPINDLE/LASER pins changes 7年前
pins_MEGATRONICS_2.h added shift register pins for reprapworld keypad v1.1 7年前
pins_MEGATRONICS_3.h Unify AVR90USB: Pins cleanup 7年前
pins_MELZI.h #if defined => #ifdef / PIN_EXISTS 7年前
pins_MELZI_CREALITY.h Support for Creality CR-10 7年前
pins_MELZI_MAKR3D.h #if defined => #ifdef / PIN_EXISTS 7年前
pins_MIGHTYBOARD_REVE.h Unify AVR90USB: Pins cleanup 7年前
pins_MINIRAMBO.h Add support for Průša MK2 Multiplexer 7年前
pins_MINITRONICS.h Assign -1 to LCD_PINS_D4-7 if not defined 7年前
pins_MKS_13.h MKS 1.3+: Add pin mapping for PS_ON 7年前
pins_MKS_BASE.h SPINDLE/LASER pins changes 7年前
pins_OMCA.h SPINDLE/LASER pins changes 7年前
pins_OMCA_A.h SPINDLE/LASER pins changes 7年前
pins_PRINTRBOARD.h Remove extraneous USBCON defines for AT90USB boards 7年前
pins_PRINTRBOARD_REVF.h Clean up excess whitespace 7年前
pins_RAMBO.h Add support for Průša MK2 Multiplexer 7年前
pins_RAMPS.h MKS 1.3+: Add pin mapping for PS_ON 7年前
pins_RAMPS_13.h pins_RAMPS_14.h => pins_RAMPS.h 8年前
pins_RAMPS_OLD.h SPINDLE/LASER pins changes 7年前
pins_RIGIDBOARD.h SPINDLE/LASER pins changes 7年前
pins_RIGIDBOARD_V2.h Need to define this for Rigidboard V2 7年前
pins_RUMBA.h Pins-related cleanup, formatting 7年前
pins_SAINSMART_2IN1.h Patch pins files hotends/e-steppers sanity check 7年前
pins_SANGUINOLOLU_11.h Support for Creality CR-10 7年前
pins_SANGUINOLOLU_12.h #if defined => #ifdef / PIN_EXISTS 7年前
pins_SAV_MKI.h Remove extraneous USBCON defines for AT90USB boards 7年前
pins_SCOOVO_X9H.h Unify AVR90USB: Pins cleanup 7年前
pins_SETHI.h Formatting adjustments 7年前
pins_STB_11.h #if defined => #ifdef / PIN_EXISTS 7年前
pins_TEENSY2.h Remove extraneous USBCON defines for AT90USB boards 7年前
pins_TEENSYLU.h Remove extraneous USBCON defines for AT90USB boards 7年前
pins_ULTIMAIN_2.h Edit digipot currents via LCD, save to EEPROM 7年前
pins_ULTIMAKER.h Unify AVR90USB: Pins cleanup 7年前
pins_ULTIMAKER_OLD.h SPINDLE/LASER pins changes 7年前
pins_ZRIB_V20.h Support for ZRIB v2.0 Control Board 7年前
planner.cpp Drop extra initializers for vars initialized by EEPROM code 7年前
planner.h BARICUDA valve pressure consistently uint8_t 7年前
planner_bezier.cpp Apply maths macros and type changes ahead of HAL 7年前
planner_bezier.h Append units to feedrate variables 8年前
point_t.h Adds missing documentation to the point_t structure 8年前
printcounter.cpp Patch some serial macros 7年前
printcounter.h Cosmetic patches 7年前
serial.cpp Add proportional font adjustment ratio - update example configs 7年前
serial.h Apply maths macros and type changes ahead of HAL 7年前
servo.cpp Apply const, spacing, etc. 7年前
servo.h Add macros for delays by machine cycle 7年前
softspi.h Clean up excess whitespace, comment formatting 7年前
speed_lookuptable.h Spacing, cleanup in speed_lookuptable.h 7年前
spi.h Use new attribute macros in more places 7年前
stepper.cpp Drop extra initializers for vars initialized by EEPROM code 7年前
stepper.h Edit digipot currents via LCD, save to EEPROM 7年前
stepper_dac.cpp convert DAC percent to uint8_t 7年前
stepper_dac.h convert DAC percent to uint8_t 7年前
stepper_indirection.cpp Use float to init TMC2133 steps-per-mm 7年前
stepper_indirection.h Add support for Průša MK2 Multiplexer 7年前
stopwatch.cpp General comment cleanup 7年前
stopwatch.h Patch #else / #endif comments 7年前
temperature.cpp Drop extra initializers for vars initialized by EEPROM code 7年前
temperature.h Add Skynet/ANET A10 support 7年前
thermistornames.h Add Thermistor 75: MGB18 silicon pad 7年前
thermistortable_1.h Split up thermistor tables 7年前
thermistortable_2.h Split up thermistor tables 7年前
thermistortable_3.h Split up thermistor tables 7年前
thermistortable_4.h Split up thermistor tables 7年前
thermistortable_5.h Split up thermistor tables 7年前
thermistortable_6.h Split up thermistor tables 7年前
thermistortable_7.h Split up thermistor tables 7年前
thermistortable_8.h Split up thermistor tables 7年前
thermistortable_9.h Split up thermistor tables 7年前
thermistortable_10.h Split up thermistor tables 7年前
thermistortable_11.h Split up thermistor tables 7年前
thermistortable_12.h Split up thermistor tables 7年前
thermistortable_13.h Split up thermistor tables 7年前
thermistortable_20.h Tweaks to temperature code 7年前
thermistortable_51.h Split up thermistor tables 7年前
thermistortable_52.h Split up thermistor tables 7年前
thermistortable_55.h Split up thermistor tables 7年前
thermistortable_60.h Split up thermistor tables 7年前
thermistortable_66.h Split up thermistor tables 7年前
thermistortable_70.h Split up thermistor tables 7年前
thermistortable_71.h Split up thermistor tables 7年前
thermistortable_75.h Add Thermistor 75: MGB18 silicon pad 7年前
thermistortable_110.h Split up thermistor tables 7年前
thermistortable_147.h Split up thermistor tables 7年前
thermistortable_998.h Split up thermistor tables 7年前
thermistortable_999.h Split up thermistor tables 7年前
thermistortable_1010.h Split up thermistor tables 7年前
thermistortable_1047.h Split up thermistor tables 7年前
thermistortables.h Misc. Clean Up (#6822) 7年前
twibus.cpp Patch some serial macros 7年前
twibus.h Clean up some trailing spaces 7年前
types.h Adds types.h 8年前
ubl.cpp Followup to #7045 7年前
ubl.h Clean up whitespace, trailing space, bad tab conversion, etc. 7年前
ubl_G29.cpp Add bed size as a configuration option 7年前
ubl_motion.cpp Followup cleanup patch 7年前
ultralcd.cpp Merge pull request #7410 from benlye/user-script-feedback 7年前
ultralcd.h Add PROBE_MANUALLY support to G33 7年前
ultralcd_impl_DOGM.h Drop extra initializers for vars initialized by EEPROM code 7年前
ultralcd_impl_HD44780.h Apply coding standards to recent merges 7年前
ultralcd_st7920_u8glib_rrd.h Patch #else / #endif comments 7年前
utf_mapper.h UTF-8 mapper for Czech 7年前
utility.cpp convert DAC percent to uint8_t 7年前
utility.h Updates for G33-LCD interface 7年前
vector_3.cpp Apply maths macros and type changes ahead of HAL 7年前
vector_3.h Reference op with variable name 7年前
watchdog.cpp Patch some serial macros 7年前
watchdog.h Further cleanup of comments, partial Doxygen-style 8年前