My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brian 627730948d Add U8glib as a dependency to platformio.ini for those who use PlatformIO; this makes compiling even easier as u8glib will be downloaded and included automatically. před 7 roky
..
example_configurations Allow BL-Touch users to control heaters during probe event (#6485) před 7 roky
Conditionals.h Make Conditionals.h a catch-all for old configs před 8 roky
Conditionals_LCD.h Format hex values as uppercase před 7 roky
Conditionals_post.h Allow NO_WORKSPACE_OFFSETS with DELTA_AUTO_CALIBRATION před 7 roky
Configuration.h Allow BL-Touch users to control heaters during probe event (#6485) před 7 roky
Configuration_adv.h Numerous UBL-related changes: * relocated ubl state to config. store: * removed a number of ubl state variables and padding which were largely unused - saved 58 bytes of both SRAM and EEPROM; * modified ubl sanity_check - no longer checks removed state variables that were otherwise unused, where checking didn't seem to accomplish anything, ultimately; * removed pre_initialized state, saving 64 bytes of SRAM; * removed automatic saving of UBL state after UBL activation/deactivation; * consolidated multiple GRID_MAX_POINTS_X/Y to 'Global Leveling' section of EEPROM; * minor update to G29 Sx notes/instructions; * renamed mesh load and save parameter to 'slot' from 'm' for clarity; před 7 roky
G26_Mesh_Validation_Tool.cpp use progmem instead of sram for mesh_index_to_x/ypos array; fix maximum mesh_index_ array size at 16 (15+1); před 7 roky
M100_Free_Mem_Chk.cpp Format hex values as uppercase před 7 roky
Makefile fix missing serial.cpp in Makefile před 7 roky
Marlin.h Spend some SRAM to optimize bilinear leveling před 7 roky
Marlin.ino TMC2130 Library: @teemuatlut replaces @makertum před 7 roky
MarlinConfig.h Merge pull request #4419 from AnHardt/sd2pinmap před 8 roky
MarlinSerial.cpp Patch MarlinSerial to match up with 32-bit version před 7 roky
MarlinSerial.h Patch MarlinSerial to match up with 32-bit version před 7 roky
Marlin_main.cpp Allow BL-Touch users to control heaters during probe event (#6485) před 7 roky
SanityCheck.h Cleanup, extend TMC2130 configuration před 7 roky
Sd2Card.cpp Format hex values as uppercase před 7 roky
Sd2Card.h repair-software-spi před 8 roky
SdBaseFile.cpp Clear dir_t size, not pointer size před 7 roky
SdBaseFile.h Further cleanup of comments, partial Doxygen-style před 8 roky
SdFatConfig.h repair-software-spi před 8 roky
SdFatStructs.h Further cleanup of comments, partial Doxygen-style před 8 roky
SdFatUtil.cpp Further cleanup of comments, partial Doxygen-style před 8 roky
SdFatUtil.h Cleanup SdFatUtil.h před 7 roky
SdFile.cpp Converted all files on src to Unix file format před 8 roky
SdFile.h Further cleanup of comments, partial Doxygen-style před 8 roky
SdInfo.h Converted all files on src to Unix file format před 8 roky
SdVolume.cpp Converted all files on src to Unix file format před 8 roky
SdVolume.h Further cleanup of comments, partial Doxygen-style před 8 roky
Version.h Document PROTOCOL_VERSION před 7 roky
blinkm.cpp Further cleanup of comments, partial Doxygen-style před 8 roky
blinkm.h Further cleanup of comments, partial Doxygen-style před 8 roky
boards.h Cheaptronic V2 před 7 roky
buzzer.h fixed warning: ISO C++ forbids compound-literals před 7 roky
cardreader.cpp simplified M20 with size před 7 roky
cardreader.h Dynamic allocation for SDCARD_SORT_ALPHA před 7 roky
circularqueue.h Patch up CircularQueue před 8 roky
configuration_store.cpp Numerous UBL-related changes: * relocated ubl state to config. store: * removed a number of ubl state variables and padding which were largely unused - saved 58 bytes of both SRAM and EEPROM; * modified ubl sanity_check - no longer checks removed state variables that were otherwise unused, where checking didn't seem to accomplish anything, ultimately; * removed pre_initialized state, saving 64 bytes of SRAM; * removed automatic saving of UBL state after UBL activation/deactivation; * consolidated multiple GRID_MAX_POINTS_X/Y to 'Global Leveling' section of EEPROM; * minor update to G29 Sx notes/instructions; * renamed mesh load and save parameter to 'slot' from 'm' for clarity; před 7 roky
configuration_store.h Convert config code to a static class před 7 roky
dac_mcp4728.cpp Fix DAC current code před 7 roky
dac_mcp4728.h Fix DAC current code před 7 roky
digipot_mcp4018.cpp Format hex values as uppercase před 7 roky
digipot_mcp4451.cpp Format hex values as uppercase před 7 roky
dogm_bitmaps.h Updates u8glib's bmp2hex converter před 8 roky
dogm_font_data_6x9_marlin.h Further cleanup of comments, partial Doxygen-style před 8 roky
dogm_font_data_HD44780_C.h Further cleanup of comments, partial Doxygen-style před 8 roky
dogm_font_data_HD44780_J.h Update Kana font před 8 roky
dogm_font_data_HD44780_W.h Further cleanup of comments, partial Doxygen-style před 8 roky
dogm_font_data_ISO10646_1.h Further cleanup of comments, partial Doxygen-style před 8 roky
dogm_font_data_ISO10646_1_PL.h Polish font před 7 roky
dogm_font_data_ISO10646_1_tr.h Improve M600 with timeout, wait for heatup. před 7 roky
dogm_font_data_ISO10646_5_Cyrillic.h Further cleanup of comments, partial Doxygen-style před 8 roky
dogm_font_data_ISO10646_CN.h Further cleanup of comments, partial Doxygen-style před 8 roky
dogm_font_data_ISO10646_Greek.h Change font decent to -1 for tt and gr před 7 roky
dogm_font_data_ISO10646_Kana.h Update Kana font před 8 roky
dogm_font_data_Marlin_symbols.h Further cleanup of comments, partial Doxygen-style před 8 roky
duration_t.h Fix formatting of print time hours above one day před 7 roky
endstop_interrupts.h Add and apply WITHIN macro před 7 roky
endstops.cpp Improve motion-based endstop triggering code před 7 roky
endstops.h guaranteed BLTouch detection před 7 roky
enum.h Make ADC sensor reading frequency adjustable před 7 roky
fastio.h Update fastio.h with special handling for Timer 2 před 7 roky
hex_print_routines.cpp Add hex routine to print an address před 7 roky
hex_print_routines.h Add hex routine to print an address před 7 roky
language.h Polish font před 7 roky
language_an.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_bg.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_ca.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_cn.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_cz.h Update language_cz.h for new translations (#6465) před 7 roky
language_da.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_de.h Update language_de.h před 7 roky
language_el-gr.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_el.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_en.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_es.h Last three Spanish language strings před 7 roky
language_eu.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_fi.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_fr.h Completed french translation (#6475) před 7 roky
language_gl.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_hr.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_it.h Added missing translations (#6458) před 7 roky
language_kana.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_kana_utf8.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_nl.h Update language_nl.h (#6478) před 7 roky
language_pl.h Polish font před 7 roky
language_pt-br.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_pt-br_utf8.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_pt.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_pt_utf8.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_ru.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_test.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_tr.h Update language_tr.h (#6463) před 7 roky
language_uk.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_zh_CN.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
language_zh_TW.h MSG_VOLUMETRIC => MSG_FILAMENT před 7 roky
least_squares_fit.cpp Smart-Fill and Mesh-Tilting (both 3-point and grid) working! před 7 roky
least_squares_fit.h Smart-Fill and Mesh-Tilting (both 3-point and grid) working! před 7 roky
macros.h Fix MINIMUM_STEPPER_PULSE maths před 7 roky
mesh_bed_leveling.cpp Swap MBL z_values dimensions to [X][Y] před 7 roky
mesh_bed_leveling.h Swap MBL z_values dimensions to [X][Y] před 7 roky
nozzle.cpp Apply prior nozzle clean update před 7 roky
nozzle.h General comment cleanup před 7 roky
pins.h Cheaptronic V2 před 7 roky
pinsDebug.h Cleanup of pins testing code před 7 roky
pinsDebug_Teensyduino.h Remove extraneous whitespace před 7 roky
pinsDebug_list.h Updates to support 5 extruders před 7 roky
pins_3DRAG.h Follow-up the PR #4955, etc před 7 roky
pins_5DPRINT.h Follow-up the PR #4955, etc před 7 roky
pins_AZTEEG_X1.h Add "About Printer" information menu. před 8 roky
pins_AZTEEG_X3.h Patch pins files hotends/e-steppers sanity check před 7 roky
pins_AZTEEG_X3_PRO.h Header and pins changes to support 5 extruders před 7 roky
pins_BAM_DICE_DUE.h Patch pins files hotends/e-steppers sanity check před 7 roky
pins_BQ_ZUM_MEGA_3D.h Updated bq Hephestos 2 example configuration před 7 roky
pins_BRAINWAVE.h Follow-up the PR #4955, etc před 7 roky
pins_BRAINWAVE_PRO.h Follow-up the PR #4955, etc před 7 roky
pins_CHEAPTRONIC.h Follow-up the PR #4955, etc před 7 roky
pins_CHEAPTRONICv2.h Cheaptronic V2 před 7 roky
pins_CNCONTROLS_11.h Predefine auto fan pins in some pins files před 7 roky
pins_CNCONTROLS_12.h Predefine auto fan pins in some pins files před 7 roky
pins_ELEFU_3.h Follow-up the PR #4955, etc před 7 roky
pins_FELIX2.h Patch pins files hotends/e-steppers sanity check před 7 roky
pins_GEN3_MONOLITHIC.h Follow-up the PR #4955, etc před 7 roky
pins_GEN3_PLUS.h Follow-up the PR #4955, etc před 7 roky
pins_GEN6.h Follow-up the PR #4955, etc před 7 roky
pins_GEN6_DELUXE.h Add "About Printer" information menu. před 8 roky
pins_GEN7_12.h Label analog pins in a similar way před 7 roky
pins_GEN7_13.h Add "About Printer" information menu. před 8 roky
pins_GEN7_14.h Follow-up the PR #4955, etc před 7 roky
pins_GEN7_CUSTOM.h Follow-up the PR #4955, etc před 7 roky
pins_K8200.h Add "About Printer" information menu. před 8 roky
pins_K8400.h Disable SD Detect for K8400 před 7 roky
pins_LEAPFROG.h Follow-up the PR #4955, etc před 7 roky
pins_MEGACONTROLLER.h Patch pins files hotends/e-steppers sanity check před 7 roky
pins_MEGATRONICS.h Follow-up the PR #4955, etc před 7 roky
pins_MEGATRONICS_2.h Follow-up the PR #4955, etc před 7 roky
pins_MEGATRONICS_3.h Never define SLED_PIN před 7 roky
pins_MELZI.h #if defined => #ifdef / PIN_EXISTS před 7 roky
pins_MELZI_MAKR3D.h #if defined => #ifdef / PIN_EXISTS před 7 roky
pins_MIGHTYBOARD_REVE.h Add RepRapDiscount Full Graphic Smart Controller support to MIGHTYBOARD REVE před 7 roky
pins_MINIRAMBO.h Follow-up the PR #4955, etc před 7 roky
pins_MINITRONICS.h Patch pins files hotends/e-steppers sanity check před 7 roky
pins_MKS_13.h Patch pins files hotends/e-steppers sanity check před 7 roky
pins_MKS_BASE.h Patch pins files hotends/e-steppers sanity check před 7 roky
pins_OMCA.h Follow-up the PR #4955, etc před 7 roky
pins_OMCA_A.h Follow-up the PR #4955, etc před 7 roky
pins_PRINTRBOARD.h Follow-up the PR #4955, etc před 7 roky
pins_PRINTRBOARD_REVF.h Follow-up the PR #4955, etc před 7 roky
pins_RAMBO.h Never define SLED_PIN před 7 roky
pins_RAMPS.h Never define SLED_PIN před 7 roky
pins_RAMPS_13.h pins_RAMPS_14.h => pins_RAMPS.h před 8 roky
pins_RAMPS_OLD.h Follow-up the PR #4955, etc před 7 roky
pins_RIGIDBOARD.h Remove BEEPER_PIN override in pins_RIGIDBOARD.h před 7 roky
pins_RIGIDBOARD_V2.h # This is a combination of 2 commits. # This is the 1st commit message: před 7 roky
pins_RUMBA.h Patch pins files hotends/e-steppers sanity check před 7 roky
pins_SAINSMART_2IN1.h Patch pins files hotends/e-steppers sanity check před 7 roky
pins_SANGUINOLOLU_11.h Never define SLED_PIN před 7 roky
pins_SANGUINOLOLU_12.h #if defined => #ifdef / PIN_EXISTS před 7 roky
pins_SAV_MKI.h Follow-up the PR #4955, etc před 7 roky
pins_SCOOVO_X9H.h Never define SLED_PIN před 7 roky
pins_SETHI.h Follow-up the PR #4955, etc před 7 roky
pins_STB_11.h #if defined => #ifdef / PIN_EXISTS před 7 roky
pins_TEENSY2.h Follow-up the PR #4955, etc před 7 roky
pins_TEENSYLU.h Follow-up the PR #4955, etc před 7 roky
pins_ULTIMAIN_2.h Follow-up the PR #4955, etc před 7 roky
pins_ULTIMAKER.h Follow-up the PR #4955, etc před 7 roky
pins_ULTIMAKER_OLD.h Follow-up the PR #4955, etc před 7 roky
planner.cpp Simplify stepper macros by renaming enable/disable macros před 7 roky
planner.h Drop the accessor form for LCD value editing před 7 roky
planner_bezier.cpp Improve planner kinematics, fix delta ABL před 7 roky
planner_bezier.h Append units to feedrate variables před 8 roky
platformio.ini Add U8glib as a dependency to platformio.ini for those who use PlatformIO; this makes compiling even easier as u8glib will be downloaded and included automatically. před 7 roky
point_t.h Adds missing documentation to the point_t structure před 8 roky
printcounter.cpp Cosmetic patches před 7 roky
printcounter.h Cosmetic patches před 7 roky
qr_solve.cpp Enable ABL by type, support bilinear on cartesian před 7 roky
qr_solve.h Enable ABL by type, support bilinear on cartesian před 7 roky
serial.cpp Relocate serial macros and functions před 7 roky
serial.h Macros to print floats, hiding imprecision před 7 roky
servo.cpp General cleanup před 7 roky
servo.h Add macros for delays by machine cycle před 7 roky
softspi.h Fix variant conditional for 1284p před 7 roky
speed_lookuptable.h Spacing, cleanup in speed_lookuptable.h před 7 roky
spi.h Add software spi support for max6675 před 7 roky
stepper.cpp Only set Compare Mode for channel A před 7 roky
stepper.h Format hex values as uppercase před 7 roky
stepper_dac.cpp # This is a combination of 2 commits. # This is the 1st commit message: před 7 roky
stepper_dac.h Cleanup of code style před 7 roky
stepper_indirection.cpp Cleanup, extend TMC2130 implementation před 7 roky
stepper_indirection.h Updates to support 5 extruders před 7 roky
stopwatch.cpp General comment cleanup před 7 roky
stopwatch.h General comment cleanup před 7 roky
temperature.cpp Minor optimization of FILAMENT_WIDTH_SENSOR před 7 roky
temperature.h Only queue babysteps if axis is in a known position před 7 roky
thermistornames.h Add Thermistor 75: MGB18 silicon pad před 7 roky
thermistortable_1.h Split up thermistor tables před 7 roky
thermistortable_2.h Split up thermistor tables před 7 roky
thermistortable_3.h Split up thermistor tables před 7 roky
thermistortable_4.h Split up thermistor tables před 7 roky
thermistortable_5.h Split up thermistor tables před 7 roky
thermistortable_6.h Split up thermistor tables před 7 roky
thermistortable_7.h Split up thermistor tables před 7 roky
thermistortable_8.h Split up thermistor tables před 7 roky
thermistortable_9.h Split up thermistor tables před 7 roky
thermistortable_10.h Split up thermistor tables před 7 roky
thermistortable_11.h Split up thermistor tables před 7 roky
thermistortable_12.h Split up thermistor tables před 7 roky
thermistortable_13.h Split up thermistor tables před 7 roky
thermistortable_20.h Header and pins changes to support 5 extruders před 7 roky
thermistortable_51.h Split up thermistor tables před 7 roky
thermistortable_52.h Split up thermistor tables před 7 roky
thermistortable_55.h Split up thermistor tables před 7 roky
thermistortable_60.h Split up thermistor tables před 7 roky
thermistortable_66.h Split up thermistor tables před 7 roky
thermistortable_70.h Split up thermistor tables před 7 roky
thermistortable_71.h Split up thermistor tables před 7 roky
thermistortable_75.h Add Thermistor 75: MGB18 silicon pad před 7 roky
thermistortable_110.h Split up thermistor tables před 7 roky
thermistortable_147.h Split up thermistor tables před 7 roky
thermistortable_998.h Split up thermistor tables před 7 roky
thermistortable_999.h Split up thermistor tables před 7 roky
thermistortable_1010.h Split up thermistor tables před 7 roky
thermistortable_1047.h Split up thermistor tables před 7 roky
thermistortables.h Additional 5 extruders support (solenoids, microstepping) před 7 roky
twibus.cpp General comment cleanup před 7 roky
twibus.h General comment cleanup před 7 roky
types.h Adds types.h před 8 roky
ubl.cpp Smart-Fill and Mesh-Tilting (both 3-point and grid) working! před 7 roky
ubl.h Smart-Fill and Mesh-Tilting (both 3-point and grid) working! před 7 roky
ubl_G29.cpp allow idle() to be called - fixes sometimes crash/hang in G29 I; (#6505) před 7 roky
ubl_motion.cpp Correct over optimization of pre-initialized variables (#6500) před 7 roky
ultralcd.cpp Fix stuck "Print Aborted" LCD message před 7 roky
ultralcd.h status_printf => lcd_status_printf_P před 7 roky
ultralcd_impl_DOGM.h Optimize number-to-string functions, no-fan display před 7 roky
ultralcd_impl_HD44780.h Bootscreen delay after clear, then set chars před 7 roky
ultralcd_st7920_u8glib_rrd.h Format hex values as uppercase před 7 roky
utf_mapper.h Format hex values as uppercase před 7 roky
utility.cpp Fix issue in itostr4sign with numbers <100 (#6487) před 7 roky
utility.h Replace ftostr62sign with ftostr62rj před 7 roky
vector_3.cpp Adjust vector_3 code with const, some optimization před 7 roky
vector_3.h Enable ABL by type, support bilinear on cartesian před 7 roky
watchdog.cpp Correct comment on watchdog timer před 7 roky
watchdog.h Further cleanup of comments, partial Doxygen-style před 8 roky