Prusa-Firmware/Firmware
Yuri D'Elia b398a09a4f xflash: add xflash_multipage_program and documentation
Add a new high-level command to perform multipage writes quickly.
2021-06-08 15:25:16 +02:00
..
variants Scale extruder motor current linearly with speed. (#2813) 2021-04-23 16:06:28 +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_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.0 build 4481) 2021-05-06 13:46:05 +02:00
ConfigurationStore.cpp
ConfigurationStore.h
conv2str.cpp
conv2str.h
Dcodes.cpp Introduce "xflash_layout" to organize XFLASH's content 2021-06-08 15:22:37 +02:00
Dcodes.h D6: also hide declaration behind conditional 2021-06-07 18:50:45 +02:00
doxyfile
eeprom.cpp Merge pull request #3055 from awenelo/add-satin-sheet 2021-04-22 07:13:32 +02:00
eeprom.h Scale extruder motor current linearly with speed. (#2813) 2021-04-23 16:06:28 +02:00
fastio.h
Firmware.ino
first_lay_cal.cpp
first_lay_cal.h
fsensor.cpp
fsensor.h
heatbed_pwm.cpp
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
lcd.h
le.sh
macros.h
Marlin_main.cpp Implement reading XFLASH with D6 2021-06-07 16:41:25 +02:00
Marlin.h Attempt to workaround the M73 C0|D0 visual issue (#3067) 2021-03-19 10:18:28 +01: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 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 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_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
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
SdInfo.h
SdVolume.cpp
SdVolume.h
Servo.cpp
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 Scale extruder motor current linearly with speed. (#2813) 2021-04-23 16:06:28 +02:00
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
timer02.c
timer02.h
Timer.cpp
Timer.h
TimerRemaining.h
tmc2130.cpp Scale extruder motor current linearly with speed. (#2813) 2021-04-23 16:06:28 +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 Merge pull request #3136 from leptun/PFW-1225_fix_open_file_from_sd_wrong_file 2021-04-29 16:34:01 +02:00
ultralcd.h Scale extruder motor current linearly with speed. (#2813) 2021-04-23 16:06:28 +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
vector_3.cpp
vector_3.h
xflash_layout.h Introduce "xflash_layout" to organize XFLASH's content 2021-06-08 15:22:37 +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 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