Prusa-Firmware/Firmware
Ted Hess ed4b3ea101 Enable Linear Advance. Safe-guard against old K values by disabling LA if K > 10.0 2018-02-27 14:05:29 -05:00
..
variants Remove unecessary source files [qr_solve, vector_3]. 2017-12-09 16:54:21 -05:00
BlinkM.cpp MK2 Firmware release. 2016-05-31 14:08:04 +02:00
BlinkM.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
Configuration.h Enable Linear Advance. Safe-guard against old K values by disabling LA if K > 10.0 2018-02-27 14:05:29 -05:00
ConfigurationStore.cpp Disable M851 and zprobe_zoffset (rethink usage) 2018-02-20 11:38:40 -05:00
ConfigurationStore.h Remove build warnings (all) - fix spelling errors 2017-10-07 15:29:33 -04:00
Configuration_adv.h Enable Linear Advance. Safe-guard against old K values by disabling LA if K > 10.0 2018-02-27 14:05:29 -05:00
DOGMbitmaps.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
Firmware.ino MK2 Firmware release. 2016-05-31 14:08:04 +02:00
Firmware.sublime-project Updated the Polish language file. 2016-08-05 16:03:38 +02:00
Marlin.h Disable M851 and zprobe_zoffset (rethink usage) 2018-02-20 11:38:40 -05:00
MarlinSerial.cpp Experimental ISR structure (thread prioritizing) 2018-02-04 12:57:26 -05:00
MarlinSerial.h Experimental ISR structure (thread prioritizing) 2018-02-04 12:57:26 -05:00
Marlin_main.cpp Enable Linear Advance. Safe-guard against old K values by disabling LA if K > 10.0 2018-02-27 14:05:29 -05:00
Sd2Card.cpp LF line endings 2017-06-16 11:10:22 +02:00
Sd2Card.h LF line endings 2017-06-16 11:10:22 +02:00
Sd2PinMap.h LF line endings 2017-06-16 11:10:22 +02:00
SdBaseFile.cpp improved progress bar, use bubble sort, sort switch moved to settings menu, manage heater, host keepalive messages, timeout prolonged, setup screen improved 2017-10-03 23:16:06 +02:00
SdBaseFile.h faster sorting as we are reading just one dir entry to get filename 2017-09-27 16:33:30 +02:00
SdFatConfig.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
SdFatStructs.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
SdFatUtil.cpp Remove build warnings (all) - fix spelling errors 2017-10-07 15:29:33 -04:00
SdFatUtil.h LF line endings 2017-06-16 11:10:22 +02:00
SdFile.cpp LF line endings 2017-06-16 11:10:22 +02:00
SdFile.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
SdInfo.h LF line endings 2017-06-16 11:10:22 +02:00
SdVolume.cpp LF line endings 2017-06-16 11:10:22 +02:00
SdVolume.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
Servo.cpp MK2 Firmware release. 2016-05-31 14:08:04 +02:00
Servo.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
boards.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
cardreader.cpp Remove unecessary source files [qr_solve, vector_3]. 2017-12-09 16:54:21 -05:00
cardreader.h Local updates/merges 2017-10-31 13:48:50 -04:00
digipot_mcp4451.cpp MK2 Firmware release. 2016-05-31 14:08:04 +02:00
dogm_font_data_marlin.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
dogm_lcd_implementation.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
fastio.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
langtool.php MK2 Firmware release. 2016-05-31 14:08:04 +02:00
langtool.pl Single language support (See langtool.pl) 2017-10-31 13:48:50 -04:00
language.h Fixed print stop: Now the printer will maintain a valid coordinate system during print stop, so it will not crash into the end stops. 2016-08-04 13:02:45 +02:00
language_all.cpp Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
language_all.h Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
language_common.h languages partly corrected, PID cal. is checking for thermal runaway 2017-11-02 17:29:16 +01:00
language_cz.h Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
language_de.h Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
language_en.h Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
language_es.h Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
language_it.h Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
language_pl.h Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
le.sh line ending script added 2017-06-16 11:04:45 +02:00
mesh_bed_calibration.cpp Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
mesh_bed_calibration.h Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
mesh_bed_leveling.cpp Remove 'unused-parameter' and 'empty-body' warinings 2017-11-07 14:17:48 -05:00
mesh_bed_leveling.h Remove 'unused-parameter' and 'empty-body' warinings 2017-11-07 14:17:48 -05:00
motion_control.cpp MK2 Firmware release. 2016-05-31 14:08:04 +02:00
motion_control.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
pins.h Remove build warnings (all) - fix spelling errors 2017-10-07 15:29:33 -04:00
planner.cpp Merge branch 'MK2_LA_1.5' of https://github.com/Sebastianv650/Prusa-Firmware into LA-1.5-testing 2018-02-25 15:35:53 -05:00
planner.h Linear Advance v1.5 implementation 2018-02-25 13:14:52 +01:00
speed_lookuptable.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
stepper.cpp Enable Linear Advance. Safe-guard against old K values by disabling LA if K > 10.0 2018-02-27 14:05:29 -05:00
stepper.h Experimental ISR structure (thread prioritizing) 2018-02-04 12:57:26 -05:00
temperature.cpp Experimental ISR structure (thread prioritizing) 2018-02-04 12:57:26 -05:00
temperature.h Experimental ISR structure (thread prioritizing) 2018-02-04 12:57:26 -05:00
thermistortables.h Fix up some accuracy issues with PT100 temp sensors in relation to the Rambo v1.3a 2017-01-12 15:49:48 -07:00
ultralcd.cpp Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
ultralcd.h Remove build warnings (all) - fix spelling errors 2017-10-07 15:29:33 -04:00
ultralcd_implementation_hitachi_HD44780.h Remove unecessary source files [qr_solve, vector_3]. 2017-12-09 16:54:21 -05:00
ultralcd_st7920_u8glib_rrd.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00
util.cpp Cleanup and create release structure for Travis 2017-12-20 12:16:09 -05:00
util.h LF line endings 2017-06-16 11:10:22 +02:00
watchdog.cpp MK2 Firmware release. 2016-05-31 14:08:04 +02:00
watchdog.h MK2 Firmware release. 2016-05-31 14:08:04 +02:00