Prusa-Firmware/Firmware
Marek Bel 6c6354b2cb Do not preheat nozzle before loading filament to MMU in first layer calibration wizard.
Show insert PLA filament to the first tube of MMU instead of "to the extruder".

First layer calibration wizard with MMU is now functional. But there is no option to unload filament from wizard.
2018-09-11 16:03:46 +02:00
..
variants linearity correction define added (menu readded) 2018-08-30 11:28:12 +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 Fix ADC index overflow 2018-07-17 17:55:04 +02:00
BlinkM.cpp
BlinkM.h
boards.h MK3 configuration files, renamed EINY to EINSY 2018-02-01 17:10:41 +01:00
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 Do not compare signed value with unsigned, add parentheses. 2018-08-07 12:52:51 +02:00
cardreader.h Fix stack corruption for folder name longer than 12 characters. Save 260B of flash memory. Move duplicate code to separate method. Fix compiler warnings: sketch/cardreader.cpp:448:25: warning: ordered comparison of pointer with integer zero [-Wextra] 2018-08-07 12:52:51 +02:00
cmdqueue.cpp Save 88B FLASH and fix compiler warnings: 2018-07-25 21:18:29 +02:00
cmdqueue.h Save 88B FLASH and fix compiler warnings: 2018-07-25 21:18:29 +02:00
config.h FSensor - M600 fix + cond. translation + tunning filter and params 2018-07-22 16:14:13 +02:00
Configuration.h version changed 2018-08-30 11:35:06 +02:00
Configuration_adv.h LCD menu optimalization - lcd and menu 2018-07-16 02:13:52 +02:00
ConfigurationStore.cpp Fix compiler warnings: sketch/ConfigurationStore.cpp:17:13: warning: unused parameter 'name' [-Wunused-parameter] 2018-08-03 14:50:51 +02:00
ConfigurationStore.h no levels used in store settings function 2018-07-26 19:09:52 +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 Fix compiler warning: sketch/Dcodes.cpp: In function 'void dcode_3()': 2018-08-02 14:13:29 +02:00
Dcodes.h Merge branch 'MK25' into MK3 2018-03-13 20:43:19 +01:00
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 Add auto deplete setting. 2018-08-27 16:15:46 +02:00
fastio.h WRITE_NC macro for non-critical (non-synchronized) access to 2018-01-12 20:15:59 +01:00
Firmware.ino LCD menu optimalization - LiquidCrystal_Prusa removed 2018-07-16 23:23:15 +02:00
fsensor.cpp Use stop_and_save_print_to_ram() and restore_print_from_ram_and_continue() pair to pause print from menu. Move declaration of those functions to marlin.h. Move declaration of FSensorStateMenu to ultralcd.h. 2018-09-04 08:13:56 +02:00
fsensor.h Document fsensor_update, remove disabled code. 2018-08-15 21:36:23 +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 branch 'MK3' into MK3_dev 2018-09-07 09:24:45 +02:00
lcd.h Status screen redesign - fix of flickering and text wraping on status screen 2018-08-20 00:27:45 +02:00
le.sh
Marlin.h Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev 2018-09-10 23:52:51 +02:00
Marlin_main.cpp Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev 2018-09-10 23:52:51 +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 Place similar functions together. 2018-08-24 22:04:48 +02:00
menu.h Add menu_item_edit_P<uint8_t*> specialization to be used for linearity correction. Works well, but costs about 600..700B of FLASH, needs to be optimized. 2018-08-24 20:06:09 +02:00
mesh_bed_calibration.cpp Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev 2018-08-13 19:38:55 +02:00
mesh_bed_calibration.h Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev 2018-08-13 19:38:55 +02:00
mesh_bed_leveling.cpp Fix compiler warning: sketch/mesh_bed_leveling.cpp:24:6: warning: unused parameter 'use_default' [-Wunused-parameter]. 2018-08-07 14:44:53 +02:00
mesh_bed_leveling.h
messages.c ShippingPrepare & M600 2018-08-23 00:08:14 +02:00
messages.h ShippingPrepare & M600 2018-08-23 00:08:14 +02:00
mmu.cpp Save 1K flash memory. 2018-09-06 15:06:46 +02:00
mmu.h Merge branch 'MK3' into MK3_dev 2018-08-30 19:05:24 +02:00
motion_control.cpp
motion_control.h
optiboot_w25x20cl.cpp Fix compiler warning sketch/optiboot_w25x20cl.cpp: In function 'void optiboot_w25x20cl_enter()': 2018-08-02 14:55:38 +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.h Add files via upload 2018-04-25 18:47:19 +00: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
planner.cpp Merge branch 'prusa3d_MK3' into MK3_dev 2018-08-28 17:31:12 +02:00
planner.h finda filament runout: initial version 2018-08-27 04:21:43 +02:00
printers.h whitespace 2018-02-22 00:11:17 +01:00
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 first working version 2017-11-27 06:20:51 +01:00
SdBaseFile.h
SdFatConfig.h
SdFatStructs.h
SdFatUtil.cpp Fix compiler warning: sketch/SdFatUtil.cpp:49:7: warning: unused variable 'i' [-Wunused-variable] 2018-07-25 15:19:10 +02:00
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 Fix 4 compiler warnings of type sketch/sm4.c:88:2: warning: 'register' is not at beginning of declaration [-Wold-style-declaration]. 2018-08-03 14:35:18 +02:00
sm4.h New XYZ calibration with image processing 2018-03-13 12:55:35 +01:00
sound.cpp Save 8B flash, fix compiler warning sketch/sound.cpp:62:6: warning: unused parameter 'eSoundClass' [-Wunused-parameter] 2018-08-07 15:05:18 +02:00
sound.h Save 8B flash, fix compiler warning sketch/sound.cpp:62:6: warning: unused parameter 'eSoundClass' [-Wunused-parameter] 2018-08-07 15:05:18 +02:00
speed_lookuptable.h
spi.c New SPI (do not use Arduino SPI class) 2018-03-29 17:42:41 +02:00
spi.h New ML support - W25X20CL external spi flash support 2018-06-08 00:20:28 +02:00
stepper.cpp Merge branch 'prusa3d_MK3' into MK3_dev 2018-08-28 17:31:12 +02:00
stepper.h Merge pull request #1019 from mkbel/MK3_fix6 2018-08-08 18:38:20 +02:00
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 Remove feedmultiplyBckp global variable. Remove redundant isPrintPaused = true assignment, as it is already done in lcd_pause_print(). Remove unused saved_feedmultiply and fanSpeedBckp prototypes. Move isPrintPaused = true assignment to safer location, as LCD_COMMAND_LONG_PAUSE is not reached if lcd_commands_type is not LCD_COMMAND_IDLE. 2018-09-06 12:23:21 +02:00
temperature.h Fix out of array bounds access. 2018-07-25 12:52:02 +02:00
thermistortables.h New ML support - menu tunning, startup 2018-06-10 16:04:32 +02:00
Timer.cpp Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev 2018-08-13 19:38:55 +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 Remove unused declarations from tmc2130.cpp. Move used declaration to Marlin.h. 2018-09-05 18:14:32 +02:00
tmc2130.h Save 32B of FLASH, fix compiler warning: sketch/tmc2130.cpp:238:6: warning: unused parameter 'last_step_mask' [-Wunused-parameter]. 2018-08-07 16:32:32 +02:00
uart2.c Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev 2018-08-13 19:38:55 +02:00
uart2.h MMU - communication, check after start, code cleaning 2018-08-07 20:37:59 +02:00
ultralcd.cpp Do not preheat nozzle before loading filament to MMU in first layer calibration wizard. 2018-09-11 16:03:46 +02:00
ultralcd.h Rename lcd_sdcard_pause() to lcd_pause_print() to reflect, that also USB printing could be possible to pause. Unite it with pause_print() and use new (immediate) pause mechanism in all places where old mechanism was used. Rename resume_print() to lcd_resume_print() and make it global, unite it with lcd_sdcard_resume() and use it also in place, where lcd_commands_type = LCD_COMMAND_LONG_PAUSE_RESUME was used. Remove LCD_COMMAND_LONG_PAUSE_RESUME lcd_command_type. Remove unused pause_lastpos[]. 2018-09-06 08:43:54 +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 Sound 2018-07-29 22:59:14 +02:00
util.h force selftest if user upgraded from 3.1.2-RC1 or older fw version 2018-02-27 17:52:13 +01:00
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 Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev 2018-08-13 19:38:55 +02:00
xyzcal.h XYZ calibration - accuracy improvement 2018-03-27 17:27:41 +02:00