Prusa-Firmware/Firmware
2022-12-01 15:22:46 +01:00
..
variants Enable debugging features on all variants 2021-06-13 22:35:43 +02:00
adc.c
adc.h
asm.h GETPC: Do not manipulate the 32bit return address 2021-06-19 13:56:40 +02:00
AutoDeplete.cpp
AutoDeplete.h
backlight.cpp
backlight.h
BlinkM.cpp
BlinkM.h
boards.h
bootapp.c Remove unused/broken bootapp code 2021-03-03 16:31:30 +02:00
bootapp.h Fix usage of RAMEND 2021-06-12 13:16:12 +02:00
cardreader.cpp Fixes #3262 2021-11-18 19:23:21 +00:00
cardreader.h Minor fixes to SD presence handling (#3139) 2021-06-21 07:30:47 +02:00
cmdqueue.cpp Fix Crash/PP recovery position on instructions with comments 2021-04-19 06:30:37 +02:00
cmdqueue.h
config.h Implement an online crash dumper for MK2.5 boards 2021-06-12 13:37:20 +02:00
Configuration_adv.h Add def M120_M121_ENABLED to Configuration_adv.h 2021-03-11 15:00:49 +01:00
Configuration.cpp
Configuration.h Version changed (3.10.1 build 4697) 2021-12-16 12:14:02 +01:00
ConfigurationStore.cpp
ConfigurationStore.h
conv2str.cpp
conv2str.h
Dcodes.cpp Improve/fix D23 for M2.5/S printers 2021-06-25 08:46:55 +02:00
Dcodes.h Improve/fix D23 for M2.5/S printers 2021-06-25 08:46:55 +02:00
doxyfile
eeprom.cpp Merge pull request #3055 from awenelo/add-satin-sheet 2021-04-22 07:13:32 +02:00
eeprom.h Merge pull request #3157 from wavexx/improve_d2 2021-06-22 07:37:30 +02:00
fastio.h
Firmware.ino
first_lay_cal.cpp
first_lay_cal.h
fsensor.cpp
fsensor.h
heatbed_pwm.cpp Remove unnecessary assignment 2021-06-21 06:47:59 +02:00
la10compat.cpp
la10compat.h
language.c Introduce "xflash_layout" to organize XFLASH's content 2021-06-08 15:22:37 +02:00
language.h Remove "Firmware" from translations 2021-04-28 18:02:36 +02:00
lcd.cpp Add some warnings in lcd_buttons_update 2021-06-19 13:46:10 +02:00
lcd.h Handle Long-Press in the main loop 2021-06-17 20:07:01 +02:00
le.sh
macros.h
Marlin_main.cpp Update FW crash message 2021-12-16 11:23:44 +01:00
Marlin.h Improve temp_runaway_stop robustness 2021-12-07 19:25:34 +01:00
MarlinSerial.cpp
MarlinSerial.h
menu.cpp
menu.h
mesh_bed_calibration.cpp Changed x of 4 and y of 9 to x/4 and y/4 2021-04-27 20:22:28 +02:00
mesh_bed_calibration.h Calibration: detect biased PINDA and retry calibration 2021-03-12 05:04:49 +01:00
mesh_bed_leveling.cpp
mesh_bed_leveling.h
messages.c Remove SpoolJoin from translations 2021-04-29 08:15:24 +02:00
messages.h Changed x of 4 and y of 9 to x/4 and y/4 2021-04-27 20:22:28 +02:00
mmu.cpp Merge pull request #3157 from wavexx/improve_d2 2021-06-22 07:37:30 +02:00
mmu.h
motion_control.cpp
motion_control.h
optiboot_xflash.cpp optiboot_xflash comment about w25x20cl messages 2021-06-21 07:21:40 +02:00
optiboot_xflash.h Rename w25x20cl to xflash 2021-04-06 10:16:47 +02:00
pat9125.c Fix misleading indentation warnings by expanding tabs 2021-06-21 06:52:52 +02:00
pat9125.h
pins_Einsy_1_0.h Rename w25x20cl to xflash 2021-04-06 10:16:47 +02:00
pins_Rambo_1_0.h
pins_Rambo_1_3.h
pins.h
planner.cpp Use uint8_t consistently for the block buffer's index 2021-06-22 06:59:57 +02:00
planner.h Use uint8_t consistently for the block buffer's index 2021-06-22 06:59:57 +02:00
printers.h
qr_solve.cpp
qr_solve.h
rbuf.c
rbuf.h
Sd2Card.cpp
Sd2Card.h
Sd2PinMap.h
SdBaseFile.cpp
SdBaseFile.h
SdFatConfig.h
SdFatStructs.h
SdFatUtil.cpp Introduce STACK_GUARD_MARGIN in all variants 2021-06-12 12:08:53 +02:00
SdFatUtil.h Introduce STACK_GUARD_MARGIN in all variants 2021-06-12 12:08:53 +02:00
SdFile.cpp SDFile - fix errorneous offset computation 2021-03-30 11:33:42 +02:00
SdFile.h
SdInfo.h
SdVolume.cpp
SdVolume.h
Servo.cpp
Servo.h
sm4.c
sm4.h
sound.cpp Fix misleading indentation warnings by expanding tabs 2021-06-21 06:52:52 +02:00
sound.h
speed_lookuptable.cpp
speed_lookuptable.h
spi.c
spi.h
static_assert.h
stepper.cpp Remove useless function EEPROM_read_st 2021-06-22 19:08:20 +02:00
stepper.h
stk500.h
swi2c.c
swi2c.h
swspi.cpp
swspi.h
system_timer.h
temperature.cpp Do not cancel wait-for-temperature loops in disable_heaters() 2021-12-10 01:46:20 +01:00
temperature.h Do not cancel wait-for-temperature loops in disable_heaters() 2021-12-10 01:46:20 +01:00
thermistortables.h
timer02.c
timer02.h
Timer.cpp
Timer.h
TimerRemaining.h
tmc2130.cpp Fix misleading indentation warnings by expanding tabs 2021-06-21 06:52:52 +02:00
tmc2130.h Scale extruder motor current linearly with speed. (#2813) 2021-04-23 16:06:28 +02:00
tone04.c
tone04.h
twi.c
twi.h
uart2.c
uart2.h
ultralcd.cpp Add more nozzles 2022-12-01 15:22:46 +01:00
ultralcd.h Introduce severity levels for alert messages 2021-12-07 11:06:08 +01:00
uni_avr_rpi.h
util.cpp Correctly read FW_VERSION_NR array from progmem 2021-06-28 06:36:26 +02:00
util.h Add more nozzles 2022-12-01 15:22:46 +01:00
vector_3.cpp
vector_3.h
xflash_dump.cpp xfdump: correctly erase all sectors in xfdump_erase 2021-06-22 19:07:49 +02:00
xflash_dump.h xfdump: simplify stack debugging (sample pc+sp) 2021-06-17 01:29:25 +02:00
xflash_layout.h Fixup the DUMP_MAGIC constant 2021-06-22 00:04:39 +02:00
xflash.c xflash: add xflash_multipage_program and documentation 2021-06-08 15:25:16 +02:00
xflash.h xflash: add xflash_multipage_program and documentation 2021-06-08 15:25:16 +02:00
xyzcal.cpp Implement an online crash dumper for MK2.5 boards 2021-06-12 13:37:20 +02:00
xyzcal.h Calibration: detect biased PINDA and retry calibration 2021-03-12 05:04:49 +01:00