Prusa-Firmware/Firmware
2021-04-26 07:22:22 +02:00
..
variants Rename w25x20cl to xflash 2021-04-06 10:16:47 +02:00
adc.c
adc.h
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 Remove unused/broken bootapp code 2021-03-03 16:31:30 +02:00
cardreader.cpp Save 16 bytes - pass ls_param by value to functions 2021-04-20 06:50:37 +02:00
cardreader.h Save 16 bytes - pass ls_param by value to functions 2021-04-20 06:50:37 +02:00
cmdqueue.cpp Fix Crash/PP recovery position on instructions with comments 2021-04-19 06:30:37 +02:00
cmdqueue.h Remove duplicate function is_buffer_empty() 2021-02-19 17:06:00 +01:00
config.h Rename w25x20cl to xflash 2021-04-06 10:16:47 +02:00
Configuration.cpp
Configuration.h Updated French translation of MSG_MMU_LOAD_FAILED c=20 as @awenelo suggested 2021-04-24 20:50:01 +02:00
Configuration_adv.h Add def M120_M121_ENABLED to Configuration_adv.h 2021-03-11 15:00:49 +01:00
ConfigurationStore.cpp Report travel acceleration in M503 2021-02-03 11:20:28 +01:00
ConfigurationStore.h Implement separate travel acceleration (M204 T) 2021-02-03 11:20:28 +01:00
conv2str.cpp
conv2str.h
Dcodes.cpp Remove unused/broken bootapp code 2021-03-03 16:31:30 +02:00
Dcodes.h
doxyfile
eeprom.cpp Merge pull request from awenelo/add-satin-sheet 2021-04-22 07:13:32 +02:00
eeprom.h Merge pull request from awenelo/add-satin-sheet 2021-04-22 07:13:32 +02:00
fastio.h
Firmware.ino
first_lay_cal.cpp
first_lay_cal.h
fsensor.cpp Silence bUpdateEEPROM unused warning in MK3 variant 2021-02-01 07:09:44 +01:00
fsensor.h
heatbed_pwm.cpp
la10compat.cpp
la10compat.h
language.c Rename w25x20cl to xflash 2021-04-06 10:16:47 +02:00
language.h Add defines and templates for community languages 2021-03-01 08:22:43 +01:00
lcd.cpp Merge branch 'MK3' into MK3_NEW_SD_COMPILATION 2021-02-03 18:28:18 +02:00
lcd.h Merge branch 'MK3' into MK3_NEW_SD_COMPILATION 2021-02-03 18:28:18 +02:00
le.sh
macros.h
Marlin.h Attempt to workaround the M73 C0|D0 visual issue () 2021-03-19 10:18:28 +01:00
Marlin_main.cpp Remove white spaces in messags which saves ~62bytes 2021-04-26 07:22:22 +02:00
MarlinSerial.cpp
MarlinSerial.h
menu.cpp Limit progressbar to LCD_WIDTH 2021-02-26 09:18:28 +02:00
menu.h Cardreader progressbar code 2021-02-25 20:25:32 +02:00
mesh_bed_calibration.cpp Calibration: detect biased PINDA and retry calibration 2021-03-12 05:04:49 +01: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 white spaces in messags which saves ~62bytes 2021-04-26 07:22:22 +02:00
messages.h Define #MSG_PINDA c=6 and remove duplicate saved 8 bytes 2021-03-30 19:30:26 +02:00
mmu.cpp Remove white spaces in messags which saves ~62bytes 2021-04-26 07:22:22 +02:00
mmu.h
motion_control.cpp
motion_control.h
optiboot_xflash.cpp Rename w25x20cl to xflash 2021-04-06 10:16:47 +02:00
optiboot_xflash.h Rename w25x20cl to xflash 2021-04-06 10:16:47 +02:00
pat9125.c
pat9125.h
pins.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
planner.cpp Implement separate travel acceleration (M204 T) 2021-02-03 11:20:28 +01:00
planner.h
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
SdFatUtil.h
SdFile.cpp SDFile - fix errorneous offset computation 2021-03-30 11:33:42 +02:00
SdFile.h Remove commented debug code 2021-02-10 11:18:59 +01:00
SdInfo.h
SdVolume.cpp
SdVolume.h
Servo.cpp MK2 Firmware release. 2016-05-31 14:08:04 +02:00
Servo.h
sm4.c
sm4.h
sound.cpp
sound.h
speed_lookuptable.cpp
speed_lookuptable.h
spi.c
spi.h
static_assert.h
stepper.cpp
stepper.h
stk500.h
swi2c.c
swi2c.h
swspi.cpp
swspi.h
system_timer.h
temperature.cpp Insert babysteps using CRITICAL_SECTION instead of cli/sei 2021-02-25 16:44:16 +01:00
temperature.h Remove code duplication for babystep insertion 2021-02-25 16:44:16 +01:00
thermistortables.h
Timer.cpp
Timer.h
timer02.c split timer0 and timer2 initialization. Move timer2 init early 2021-01-31 17:18:32 +02:00
timer02.h split timer0 and timer2 initialization. Move timer2 init early 2021-01-31 17:18:32 +02:00
TimerRemaining.h
tmc2130.cpp Hide tmc2130_sg_change behind DEBUG_CRASHDET_COUNTERS 2021-04-05 20:07:03 +02:00
tmc2130.h
tone04.c
tone04.h
twi.c
twi.h
uart2.c
uart2.h
ultralcd.cpp Remove white spaces in messags which saves ~62bytes 2021-04-26 07:22:22 +02:00
ultralcd.h Revert/cleanup mininum extruder height during M600 2021-04-21 19:07:58 +02:00
uni_avr_rpi.h
util.cpp Define #MSG_NOZZLE_DIFFERS_CONTINUE c=20 r=5, #MSG_NOZZLE_DIFFERS_CANCELLED c=20 r=9 2021-03-31 07:41:21 +02:00
util.h M552 - Printer IP address 2021-02-02 13:21:16 +02:00
vector_3.cpp
vector_3.h
xflash.c Use correct mfrid for gd25q20c 2021-04-06 10:16:47 +02:00
xflash.h Rename w25x20cl to xflash 2021-04-06 10:16:47 +02:00
xyzcal.cpp Calibration: fix checking of scan of calibration points 2021-04-14 06:25:18 +02:00
xyzcal.h Calibration: detect biased PINDA and retry calibration 2021-03-12 05:04:49 +01:00