0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-01 20:37:05 +00:00
MarlinFirmware/Marlin
Roxy-3D e9bc9a2ab4 change to better (more clear) names ()
set_destination_to_current() changed to set_destination_from_current()

set_current_to_destination() changed to set_current_from_destination()
2017-10-21 10:58:17 -05:00
..
example_configurations
blinkm.cpp
blinkm.h Further cleanup of comments, partial Doxygen-style 2016-03-25 00:45:56 -07:00
boards.h Fix:EndStops doesn't working with BOARD_RAMPS_14_EFB on Micromake C1 () 2017-10-21 00:24:22 -05:00
buzzer.h
cardreader.cpp Fix bad logic in autostart 2017-09-24 17:52:35 -05:00
cardreader.h Prevent SDCARD_SORT_ALPHA from exploding 2017-10-20 19:14:11 -05:00
circularqueue.h
Conditionals.h
Conditionals_LCD.h
Conditionals_post.h
Configuration.h
Configuration_adv.h
configuration_store.cpp ubl_state no longer needed 2017-10-14 02:39:13 -05:00
configuration_store.h
dac_mcp4728.cpp Fix get/setDrvPct declarations 2017-06-09 20:21:28 -07:00
dac_mcp4728.h Fix get/setDrvPct declarations 2017-06-09 20:21:28 -07:00
digipot_mcp4018.cpp Fix: set digipot mcp4018 Vrefmax to 1.666V 2017-06-24 12:35:34 -05:00
digipot_mcp4451.cpp
dogm_bitmaps.h Added option for graphical overlay for Z-offset 2017-08-31 14:21:39 -06:00
dogm_font_data_6x9_marlin.h
dogm_font_data_HD44780_C.h Further cleanup of comments, partial Doxygen-style 2016-03-25 00:45:56 -07:00
dogm_font_data_HD44780_J.h
dogm_font_data_HD44780_W.h Further cleanup of comments, partial Doxygen-style 2016-03-25 00:45:56 -07:00
dogm_font_data_ISO10646_1.h
dogm_font_data_ISO10646_1_PL.h
dogm_font_data_ISO10646_1_tr.h Improve M600 with timeout, wait for heatup. 2017-02-15 05:29:34 -06:00
dogm_font_data_ISO10646_5_Cyrillic.h Further cleanup of comments, partial Doxygen-style 2016-03-25 00:45:56 -07:00
dogm_font_data_ISO10646_CN.h
dogm_font_data_ISO10646_CZ.h UTF-8 mapper for Czech 2017-07-04 15:51:23 -05:00
dogm_font_data_ISO10646_Greek.h
dogm_font_data_ISO10646_Kana.h Update Kana font 2016-03-31 10:02:47 +09:00
dogm_font_data_ISO10646_SK.h Added Slovak C2C3C4 mapper implementation. 2017-10-06 14:40:15 -05:00
dogm_font_data_Marlin_symbols.h
duration_t.h Fix formatting of print time hours above one day 2017-03-01 18:55:25 +02:00
endstop_interrupts.h
endstops.cpp
endstops.h guaranteed BLTouch detection 2017-02-11 12:01:34 -06:00
enum.h
fastio.h
fastio_168.h
fastio_644.h Split up fastio.h, document pin mappings 2017-05-21 10:33:27 -05:00
fastio_1280.h
fastio_1281.h Split up fastio.h, document pin mappings 2017-05-21 10:33:27 -05:00
fastio_AT90USB.h Tweaks for M43 2017-07-06 21:47:50 -05:00
G26_Mesh_Validation_Tool.cpp
gcode.cpp
gcode.h
hex_print_routines.cpp
hex_print_routines.h New GCode Parser - Implementation 2017-05-23 14:15:10 -05:00
I2CPositionEncoder.cpp
I2CPositionEncoder.h
language.h
language_an.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_bg.h
language_ca.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_cn.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_cz.h
language_cz_utf8.h
language_da.h
language_de.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_el-gr.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_el.h
language_en.h Add EXTRA_FAN_SPEED feature 2017-10-16 02:32:30 -05:00
language_es.h
language_eu.h
language_fi.h
language_fr.h Unaccented French for Character Display 2017-10-14 20:17:29 -05:00
language_fr_utf8.h
language_gl.h
language_hr.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_it.h
language_kana.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_kana_utf8.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_nl.h
language_pl-DOGM.h
language_pl-HD44780.h
language_pl.h
language_pt-br.h
language_pt-br_utf8.h
language_pt.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_pt_utf8.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_ru.h
language_sk_utf8.h Added Slovak C2C3C4 mapper implementation. 2017-10-06 14:40:15 -05:00
language_test.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_tr.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_uk.h
language_zh_CN.h
language_zh_TW.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
least_squares_fit.cpp Apply coding standards to recent merges 2017-07-13 00:46:16 -05:00
least_squares_fit.h
M100_Free_Mem_Chk.cpp Apply const, spacing, etc. 2017-06-27 05:23:49 -05:00
macros.h XON/XOFF corrections, tweaks, formatting, etc. 2017-10-02 03:52:42 -05:00
Makefile Add Max7219 LED Matrix Debug Support () 2017-08-25 17:03:07 -05:00
Marlin.h
Marlin.ino TMC2130 Library: @teemuatlut replaces @makertum 2017-03-07 04:22:06 -06:00
Marlin_main.cpp
MarlinConfig.h
MarlinSerial.cpp
MarlinSerial.h Tweak spacing in utf8_mapper.h 2017-10-06 15:11:27 -05:00
Max7219_Debug_LEDs.cpp MAX7219 followup () 2017-08-31 11:44:43 -05:00
Max7219_Debug_LEDs.h MAX7219 followup () 2017-08-31 11:44:43 -05:00
mesh_bed_leveling.cpp
mesh_bed_leveling.h
nozzle.cpp
nozzle.h
pca9632.cpp Fix hexadecimal number formatting 2017-08-14 22:50:44 -05:00
pca9632.h PCA9632 PWM color LED support 2017-06-12 01:09:24 -05:00
pins.h
pins_3DRAG.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_5DPRINT.h
pins_ANET_10.h
pins_AZTEEG_X1.h
pins_AZTEEG_X3.h Apply some tweaks based on 2.0.x 2017-10-09 17:39:03 -05:00
pins_AZTEEG_X3_PRO.h Unify AVR90USB: Pins cleanup 2017-06-09 18:48:12 -05:00
pins_BAM_DICE_DUE.h
pins_BQ_ZUM_MEGA_3D.h Add support for BQ heated bed kit with Hephestos 2 2017-07-07 03:10:38 -05:00
pins_BRAINWAVE.h
pins_BRAINWAVE_PRO.h Remove extraneous USBCON defines for AT90USB boards 2017-07-23 16:41:48 -07:00
pins_CHEAPTRONIC.h Assign -1 to LCD_PINS_D4-7 if not defined 2017-07-06 22:47:51 -05:00
pins_CHEAPTRONICv2.h Easier override of FILWIDTH_PIN 2017-06-02 12:05:46 -05:00
pins_CNCONTROLS_11.h
pins_CNCONTROLS_12.h Predefine auto fan pins in some pins files 2016-10-26 18:38:32 -05:00
pins_ELEFU_3.h Follow-up the PR , etc 2016-10-10 14:22:43 +09:00
pins_FELIX2.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN3_MONOLITHIC.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN3_PLUS.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN6.h
pins_GEN6_DELUXE.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN7_12.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN7_13.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN7_14.h
pins_GEN7_CUSTOM.h
pins_GT2560_REV_A.h
pins_GT2560_REV_A_PLUS.h
pins_K8200.h
pins_K8400.h
pins_LEAPFROG.h
pins_MAKEBOARD_MINI.h
pins_MEGACONTROLLER.h
pins_MEGATRONICS.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_MEGATRONICS_2.h
pins_MEGATRONICS_3.h
pins_MELZI.h Tweak Sanguinololu-related pins files 2017-08-23 18:32:59 -05:00
pins_MELZI_CREALITY.h
pins_MELZI_MAKR3D.h Tweak Sanguinololu-related pins files 2017-08-23 18:32:59 -05:00
pins_MIGHTYBOARD_REVE.h
pins_MINIRAMBO.h Add support for Průša MK2 Multiplexer 2017-06-27 04:55:30 -05:00
pins_MINITRONICS.h Assign -1 to LCD_PINS_D4-7 if not defined 2017-07-06 22:47:51 -05:00
pins_MKS_13.h
pins_MKS_BASE.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_OMCA.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_OMCA_A.h
pins_PRINTRBOARD.h
pins_PRINTRBOARD_REVF.h Clean up excess whitespace 2017-07-06 21:24:30 -05:00
pins_RAMBO.h Add support for Průša MK2 Multiplexer 2017-06-27 04:55:30 -05:00
pins_RAMPS.h Add some new LCD displays 2017-10-09 17:39:03 -05:00
pins_RAMPS_13.h
pins_RAMPS_OLD.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_RIGIDBOARD.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_RIGIDBOARD_V2.h
pins_RUMBA.h
pins_SAINSMART_2IN1.h Patch pins files hotends/e-steppers sanity check 2017-04-07 10:46:33 -05:00
pins_SANGUINOLOLU_11.h Fixed ST7920_DELAY typo 2017-09-27 03:01:09 -05:00
pins_SANGUINOLOLU_12.h
pins_SAV_MKI.h Remove extraneous USBCON defines for AT90USB boards 2017-07-23 16:41:48 -07:00
pins_SCOOVO_X9H.h Unify AVR90USB: Pins cleanup 2017-06-09 18:48:12 -05:00
pins_SETHI.h
pins_STB_11.h
pins_TEENSY2.h
pins_TEENSYLU.h Remove extraneous USBCON defines for AT90USB boards 2017-07-23 16:41:48 -07:00
pins_ULTIMAIN_2.h Edit digipot currents via LCD, save to EEPROM 2017-06-25 01:02:36 -05:00
pins_ULTIMAKER.h
pins_ULTIMAKER_OLD.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_ZRIB_V20.h Support for ZRIB v2.0 Control Board 2017-06-02 12:05:46 -05:00
pinsDebug.h Miscellaneous tweaks to serial outputs, code cleanups 2017-08-23 18:32:58 -05:00
pinsDebug_list.h Add Skynet/ANET A10 support 2017-06-24 19:07:03 -05:00
pinsDebug_plus_70.h Reject generous donation of trailing whitespace 2017-06-15 15:25:24 -05:00
pinsDebug_Teensyduino.h
planner.cpp
planner.h Move fade_scaling_factor_for_z to Planner 2017-10-14 02:10:46 -05:00
planner_bezier.cpp
planner_bezier.h Append units to feedrate variables 2016-07-17 13:29:41 -07:00
point_t.h
printcounter.cpp Patch some serial macros 2017-06-09 17:17:23 -05:00
printcounter.h Cosmetic patches 2017-04-26 06:24:23 -05:00
SanityCheck.h Prevent SDCARD_SORT_ALPHA from exploding 2017-10-20 19:14:11 -05:00
Sd2Card.cpp
Sd2Card.h
SdBaseFile.cpp
SdBaseFile.h Fix hexadecimal number formatting 2017-08-14 22:50:44 -05:00
SdFatConfig.h Add SCROLL_LONG_FILENAMES advanced option 2017-10-20 19:14:10 -05:00
SdFatStructs.h
SdFatUtil.cpp Further cleanup of comments, partial Doxygen-style 2016-03-25 00:45:56 -07:00
SdFatUtil.h Cleanup SdFatUtil.h 2016-08-11 12:47:06 -07:00
SdFile.cpp
SdFile.h
SdInfo.h
SdVolume.cpp
SdVolume.h Fix hexadecimal number formatting 2017-08-14 22:50:44 -05:00
serial.cpp Add proportional font adjustment ratio 2017-05-10 17:19:03 -04:00
serial.h General code cleanup, spacing 2017-09-24 16:52:41 -05:00
servo.cpp
servo.h Add macros for delays by machine cycle 2017-04-11 09:18:32 -05:00
softspi.h Fix hexadecimal number formatting 2017-08-14 22:50:44 -05:00
speed_lookuptable.h
spi.h Use new attribute macros in more places 2017-05-22 17:38:58 -05:00
stepper.cpp Remove legacy ADVANCE feature 2017-10-09 04:27:45 -05:00
stepper.h Remove legacy ADVANCE feature 2017-10-09 04:27:45 -05:00
stepper_dac.cpp
stepper_dac.h convert DAC percent to uint8_t 2017-06-19 17:46:41 -05:00
stepper_indirection.cpp Use float to init TMC2133 steps-per-mm 2017-08-05 03:48:52 -05:00
stepper_indirection.h
stopwatch.cpp
stopwatch.h
temperature.cpp
temperature.h Add Skynet/ANET A10 support 2017-06-24 19:07:03 -05:00
thermistornames.h
thermistortable_1.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_2.h
thermistortable_3.h
thermistortable_4.h
thermistortable_5.h
thermistortable_6.h
thermistortable_7.h
thermistortable_8.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_9.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_10.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_11.h
thermistortable_12.h
thermistortable_13.h
thermistortable_20.h Tweaks to temperature code 2017-06-15 15:25:23 -05:00
thermistortable_51.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_52.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_55.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_60.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_66.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_70.h
thermistortable_71.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_75.h
thermistortable_110.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_147.h
thermistortable_998.h
thermistortable_999.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_1010.h Split up thermistor tables 2016-12-19 14:47:54 -08:00
thermistortable_1047.h
thermistortables.h
twibus.cpp Patch some serial macros 2017-06-09 17:17:23 -05:00
twibus.h Clean up some trailing spaces 2017-07-01 22:32:20 -05:00
types.h
ubl.cpp ubl_state no longer needed 2017-10-14 02:39:13 -05:00
ubl.h ubl_state no longer needed 2017-10-14 02:39:13 -05:00
ubl_G29.cpp
ubl_motion.cpp
ultralcd.cpp change to better (more clear) names () 2017-10-21 10:58:17 -05:00
ultralcd.h
ultralcd_impl_DOGM.h Add SCROLL_LONG_FILENAMES advanced option 2017-10-20 19:14:10 -05:00
ultralcd_impl_HD44780.h
ultralcd_st7565_u8glib_VIKI.h
ultralcd_st7920_u8glib_rrd.h
utf_mapper.h Tweak spacing in utf8_mapper.h 2017-10-06 15:11:27 -05:00
utility.cpp convert DAC percent to uint8_t 2017-06-19 17:46:41 -05:00
utility.h
vector_3.cpp Apply maths macros and type changes ahead of HAL 2017-06-19 22:57:42 -05:00
vector_3.h Reference op with variable name 2017-05-28 11:33:22 -05:00
Version.h
watchdog.cpp Patch some serial macros 2017-06-09 17:17:23 -05:00
watchdog.h Further cleanup of comments, partial Doxygen-style 2016-03-25 00:45:56 -07:00