Prusa-Firmware/Firmware
Marek Bel d5ab657cdf Fix compiler warnings:
file included from sketch/Configuration_prusa.h:2:0,
                 from sketch/Configuration.h:43,
                 from sketch/Marlin.h:22,
                 from sketch/Marlin_main.cpp:46:
sketch/Marlin_main.cpp: In function 'void process_commands()':
sketch/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h:106:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define NORMAL_MAX_ACCEL_XY     2500ul  // max acceleration in normal mode in mm/s^2
                                 ^
sketch/Marlin_main.cpp:5772:16: note: in expansion of macro 'NORMAL_MAX_ACCEL_XY'
      if (val > NORMAL_MAX_ACCEL_XY)
                ^
sketch/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h:102:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define SILENT_MAX_ACCEL_XY      960ul  // max acceleration in silent mode in mm/s^2
                                  ^
sketch/Marlin_main.cpp:5774:23: note: in expansion of macro 'SILENT_MAX_ACCEL_XY'
      if (val_silent > SILENT_MAX_ACCEL_XY)
2018-07-24 17:22:29 +02:00
..
variants config for MK2.5 change 2018-07-23 21:12:50 +02:00
adc.c Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 2018-07-23 13:35:38 +02:00
adc.h
BlinkM.cpp
BlinkM.h
boards.h
bootapp.c New ML support - W25X20CL 2018-06-09 19:16:36 +02:00
bootapp.h Do not skip bootloader when initiating reset by farm PRUSA RESET command. 2018-06-26 20:12:09 +02:00
cardreader.cpp use timer class 2018-07-22 16:26:12 +02:00
cardreader.h Fixed forgotten comment 2018-05-30 13:39:24 +02:00
cmdqueue.cpp resend request sends OK 2018-07-16 19:20:39 +02:00
cmdqueue.h Crash detection/filament sensor: restore print from stored line number in case that we are printing over USB, retraction fix; debug: cmd queue on LCD 2018-06-05 20:28:41 +02:00
config.h FSensor - M600 fix + cond. translation + tunning filter and params 2018-07-22 16:14:13 +02:00
Configuration_adv.h LCD menu optimalization - lcd and menu 2018-07-16 02:13:52 +02:00
Configuration.h PowerPanic & Sound 2018-07-23 20:04:47 +02:00
ConfigurationStore.cpp max_feedrate and max_acceleration limitation (ConfigurationStore) 2018-07-21 12:33:29 +02:00
ConfigurationStore.h Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 2018-07-23 13:35:38 +02:00
conv2str.cpp LCD menu optimalization - conversion functions - source separation 2018-07-16 17:23:35 +02:00
conv2str.h LCD menu optimalization - conversion functions - source separation 2018-07-16 17:23:35 +02:00
Dcodes.cpp
Dcodes.h
doxyfile Add .gitignore. Setup doxyfile. Create project documentation main page. Document property of static object constructors on gcc-avr. 2018-06-05 18:30:02 +02:00
eeprom.h PowerPanic & Sound 2018-07-23 20:04:47 +02:00
fastio.h
Firmware.ino LCD menu optimalization - LiquidCrystal_Prusa removed 2018-07-16 23:23:15 +02:00
fsensor.cpp FSensor - M600 fix + cond. translation + tunning filter and params 2018-07-22 16:14:13 +02:00
fsensor.h FSensor - M600 fix + cond. translation + tunning filter and params 2018-07-22 16:14:13 +02:00
io_atmega2560.h New ML support - added missing file 2018-06-08 15:38:16 +02:00
language.c Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 2018-07-23 13:35:38 +02:00
language.h Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 2018-07-23 13:35:38 +02:00
lcd.cpp Merge pull request #951 from PavelSindler/use_timer 2018-07-24 09:31:45 +02:00
lcd.h final edits to fit changes on upstream 2018-07-23 09:14:22 +02:00
le.sh
Marlin_main.cpp Fix compiler warnings: 2018-07-24 17:22:29 +02:00
Marlin_main.cpp~RF6ca149ac.TMP timeout when waiting for mmu OK 2018-07-18 16:17:45 +02:00
Marlin.h PowerPanic & Sound 2018-07-23 20:04:47 +02:00
MarlinSerial.cpp Optimized LiquidCrystal class 2018-06-08 14:35:47 +02:00
MarlinSerial.h New ML support - external flash W25X20CL - upgrade is working!!! (hardcoded to german) 2018-06-09 17:49:41 +02:00
menu.cpp TMC2130 old style limits removed 2018-07-19 17:42:59 +02:00
menu.h LCD menu optimalization - lcd_draw_edit removed 2018-07-19 16:57:31 +02:00
mesh_bed_calibration.cpp LCD menu optimalization - print functions 2018-07-16 19:29:27 +02:00
mesh_bed_calibration.h Show measured bed offset from expected position even if not homed. Remove redundant lcd_quick_feedback() calls. 2018-05-10 18:24:49 +02:00
mesh_bed_leveling.cpp
mesh_bed_leveling.h
messages.c New ML support - W25X20CL - lang switching 2018-06-09 23:49:26 +02:00
messages.h New ML support - W25X20CL - lang switching 2018-06-09 23:49:26 +02:00
motion_control.cpp
motion_control.h
optiboot_w25x20cl.cpp New ML support - resized reserved space, skip optiboot durring sec_lang update process 2018-06-14 23:07:54 +02:00
optiboot_w25x20cl.h Added support for a secondary boot loader, based on the OptiBoot project, 2018-06-14 15:13:21 +02:00
pat9125.c Fix compiler warning arduino-1.6.9/hardware/tools/avr/avr/include/avr/delay.h:36:2: warning: #warning "This file has been moved to <util/delay.h>." [-Wcpp] 2018-07-23 18:12:08 +02:00
pat9125.h PAT9125 optimalization (rewrited to C, 8bit sampling) 2018-07-12 18:11:07 +02:00
pins_Einsy_1_0.h BOOTAPP support defined for EINSY 2018-07-23 17:14:18 +02:00
pins_Rambo_1_0.h LCD menu optimalization - lcd and menu 2018-07-16 02:13:52 +02:00
pins_Rambo_1_3.h LCD menu optimalization - lcd and menu 2018-07-16 02:13:52 +02:00
pins.h
planner.cpp Display '!' instead of 'FR' on status screen when feedrate or acceleration limit reached. 2018-07-23 14:30:41 +02:00
planner.h Display '!' instead of 'FR' on status screen when feedrate or acceleration limit reached. 2018-07-23 14:30:41 +02:00
printers.h
qr_solve.cpp
qr_solve.h
rbuf.c T-codes for MMU_V2: initial version 2018-07-09 13:57:36 +02:00
rbuf.h T-codes for MMU_V2: initial version 2018-07-09 13:57:36 +02:00
Sd2Card.cpp
Sd2Card.h
Sd2PinMap.h
SdBaseFile.cpp
SdBaseFile.h
SdFatConfig.h
SdFatStructs.h
SdFatUtil.cpp
SdFatUtil.h
SdFile.cpp
SdFile.h Optimized LiquidCrystal class 2018-06-08 14:35:47 +02:00
SdInfo.h
SdVolume.cpp
SdVolume.h
Servo.cpp
Servo.h
sm4.c Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 2018-07-23 13:35:38 +02:00
sm4.h
sound.cpp PowerPanic & Sound 2018-07-23 20:04:47 +02:00
sound.h PowerPanic & Sound 2018-07-23 20:04:47 +02:00
speed_lookuptable.h
spi.c
spi.h New ML support - W25X20CL external spi flash support 2018-06-08 00:20:28 +02:00
stepper.cpp FSensor - M600 fix + cond. translation + tunning filter and params 2018-07-22 16:14:13 +02:00
stepper.h
stk500.h Added support for a secondary boot loader, based on the OptiBoot project, 2018-06-14 15:13:21 +02:00
swi2c.c Fix compiler warning arduino-1.6.9/hardware/tools/avr/avr/include/avr/delay.h:36:2: warning: #warning "This file has been moved to <util/delay.h>." [-Wcpp] 2018-07-23 13:47:15 +02:00
swi2c.h SWI2C for PAT9125 simplified/optimized 2018-07-12 17:55:38 +02:00
swspi.cpp
swspi.h
temperature.cpp Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 2018-07-23 13:35:38 +02:00
temperature.h Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 2018-07-23 13:35:38 +02:00
thermistortables.h New ML support - menu tunning, startup 2018-06-10 16:04:32 +02:00
Timer.cpp Revert changes in Timer class; disable safety timer in handleSafetyTimer function if safetytimer inactive time was set to zero 2018-06-14 13:14:14 +02:00
Timer.h Store timer period in TimerRemaining. 2018-06-11 23:41:36 +02:00
TimerRemaining.h Fix off by one error in TimerRemaining::remaining(). Add test cases for Timer. 2018-06-12 02:24:52 +02:00
tmc2130.cpp Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 2018-07-23 13:35:38 +02:00
tmc2130.h TMC2130 gcodes for live motor tunning: 2018-07-09 16:44:10 +02:00
uart2.c Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 2018-07-23 13:35:38 +02:00
uart2.h Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 2018-07-23 13:35:38 +02:00
ultralcd.cpp Fix compiler warning: sketch/ultralcd.cpp:7258:61: warning: integer overflow in expression [-Woverflow] 2018-07-24 15:20:03 +02:00
ultralcd.h Merge pull request #951 from PavelSindler/use_timer 2018-07-24 09:31:45 +02:00
uni_avr_rpi.h Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 2018-07-23 13:35:38 +02:00
util.cpp LCD menu optimalization - print functions 2018-07-16 19:29:27 +02:00
util.h
vector_3.cpp
vector_3.h
w25x20cl.c Added support for a secondary boot loader, based on the OptiBoot project, 2018-06-14 15:13:21 +02:00
w25x20cl.h Added support for a secondary boot loader, based on the OptiBoot project, 2018-06-14 15:13:21 +02:00
xyzcal.cpp New localization - macro declarations fixed 2018-05-20 13:15:46 +02:00
xyzcal.h