Prusa-Firmware/Firmware
Marek Bel f207145752 Return from Autoload filament and Load filament menu item to parent menu.
Exception is Load filament, when temperature is sufficient to load filament, in such case, load filament is started and GUI returns to status screen.
2018-04-25 16:51:35 +02:00
..
variants Merge pull request #654 from XPila/MK3-V3_2 2018-04-24 17:10:19 +02:00
adc.c Removed debug messages from serial comunication (octoprint...). 2017-12-27 20:29:24 +01:00
adc.h new module adc (analog2digital) 2017-12-20 13:42:20 +01:00
BlinkM.cpp Build 109 2017-11-16 22:03:36 +01:00
BlinkM.h Build 109 2017-11-16 22:03:36 +01:00
boards.h MK3 configuration files, renamed EINY to EINSY 2018-02-01 17:10:41 +01:00
cardreader.cpp cardreader - new member "paused" 2018-01-31 15:20:27 +01:00
cardreader.h SD speed test (DEBUG) 2018-02-20 18:50:20 +01:00
cmdqueue.cpp show message that printer is not connected to monitoring on printer start 2018-03-14 15:35:39 +01:00
cmdqueue.h Minimize risk of stepper routine interrupt blocking by reorganizing 2018-01-20 14:37:22 +01:00
config.h New SPI (do not use Arduino SPI class) 2018-03-29 17:42:41 +02:00
Configuration_adv.h Removed unused files (ST7565R-dogm, digipot) 2018-03-29 23:01:13 +02:00
Configuration.h EEPROM address conflict fix; forcing selftest can happen only in case that we have TMC2130 drivers 2018-04-18 14:17:28 +02:00
ConfigurationStore.cpp Merge remote-tracking branch 'upstream/MK25' into MK25 2018-03-06 15:11:50 +01:00
ConfigurationStore.h Inform user that hardcoded default settings were loaded (EEPROM version change) 2018-01-30 11:31:44 +01:00
Dcodes.cpp Linearity correction - TMC codes for calibration object, variable stored as uint8, range from 1.03 to 1.20 2018-04-03 12:30:35 +02:00
Dcodes.h Merge branch 'MK25' into MK3 2018-03-13 20:43:19 +01:00
fastio.h WRITE_NC macro for non-critical (non-synchronized) access to 2018-01-12 20:15:59 +01:00
Firmware.ino LiquidCrystal class renamed to LiquidCrystal_Prusa 2018-03-29 17:50:43 +02:00
Firmware.ino.rambo.hex build 143e 2018-01-04 18:08:22 +01:00
fsensor.cpp FSensor PAT9125 - i2c ACK check + two attempts in init function (PFW). 2018-04-11 16:03:54 +02:00
fsensor.h Wizard: dont ask if color is clear and dont use automatic filament load; multiscreen messages update 2017-12-20 13:33:45 +01:00
langtool.php 3.0.6 sync 2016-08-11 10:42:53 +02:00
langtool.pl Add extruder linearity correction to settings menu. 2018-03-28 18:53:37 +02:00
language_all.cpp add another homing after steel sheet is removed; added timeout for pinda cooling; if PINDA doesn't trigger before reaching Z = -1mm, temp. calibration fails 2018-04-24 13:43:51 +02:00
language_all.h add another homing after steel sheet is removed; added timeout for pinda cooling; if PINDA doesn't trigger before reaching Z = -1mm, temp. calibration fails 2018-04-24 13:43:51 +02:00
language_common.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
language_cz.h add another homing after steel sheet is removed; added timeout for pinda cooling; if PINDA doesn't trigger before reaching Z = -1mm, temp. calibration fails 2018-04-24 13:43:51 +02:00
language_de.h basic language corrections 2017-11-21 14:44:07 +01:00
language_en.h add another homing after steel sheet is removed; added timeout for pinda cooling; if PINDA doesn't trigger before reaching Z = -1mm, temp. calibration fails 2018-04-24 13:43:51 +02:00
language_es.h basic language corrections 2017-11-21 14:44:07 +01:00
language_it.h basic language corrections 2017-11-21 14:44:07 +01:00
language_pl.h basic language corrections 2017-11-21 14:44:07 +01:00
language.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
le.sh 3.0.12-RC2 sync 2017-06-29 18:35:43 +02:00
LiquidCrystal_Prusa.cpp LiquidCrystal class renamed to LiquidCrystal_Prusa 2018-03-29 17:50:43 +02:00
LiquidCrystal_Prusa.h LiquidCrystal class renamed to LiquidCrystal_Prusa 2018-03-29 17:50:43 +02:00
Marlin_main.cpp Merge pull request #658 from XPila/MK3-V3_2 2018-04-24 20:54:53 +02:00
Marlin.h Removed unused files (ST7565R-dogm, digipot) 2018-03-29 23:01:13 +02:00
MarlinSerial.cpp Optimized the MarlinSerial class by declaring all methods static. 2018-02-02 20:25:19 +01:00
MarlinSerial.h Optimized the MarlinSerial class by declaring all methods static. 2018-02-02 20:25:19 +01:00
MenuStack.cpp fixed possible feedmultiply change cause by entering main menu with negative encoder position 2018-04-13 10:27:55 +02:00
MenuStack.h fixed possible feedmultiply change cause by entering main menu with negative encoder position 2018-04-13 10:27:55 +02:00
mesh_bed_calibration.cpp Move default correction matrix of not calibrated printer to world2machine_default() function. Use world2machine_reset() to uncorrected matrix. Call it from world2machine_revert_to_uncorrected() and from world2machine_default() if there is no default shift to remove code duplication. 2018-04-23 20:33:39 +02:00
mesh_bed_calibration.h Use right calibration point. This change is only formal, as both original and new point have same coordinates. 2018-04-23 20:33:25 +02:00
mesh_bed_leveling.cpp 3.0.6 sync 2016-08-11 10:42:53 +02:00
mesh_bed_leveling.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
motion_control.cpp 3.0.6 sync 2016-08-11 10:42:53 +02:00
motion_control.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
pat9125.cpp FSensor PAT9125 - i2c ACK check + two attempts in init function (PFW). 2018-04-11 16:03:54 +02:00
pat9125.h Optimization of the filament sensor. 2018-01-23 16:47:42 +01:00
pins_Einsy_1_0.h use defines for adc pins, temp table for PIDNA update 2018-03-16 11:01:06 +01:00
pins_Rambo_1_3.h steps per unit changed to 0.95%; changed temp cal. warnings, changed pin for PINDA probe 2018-03-06 16:48:39 +01:00
pins.h MK3 configuration files, renamed EINY to EINSY 2018-02-01 17:10:41 +01:00
planner.cpp Merge remote-tracking branch 'upstream/MK25' into MK25 2018-03-06 15:11:50 +01:00
planner.h Merge remote-tracking branch 'remotes/origin/M221_fix' into MK3_fast_dbg 2018-03-05 19:13:07 +01:00
printers.h whitespace 2018-02-22 00:11:17 +01:00
qr_solve.cpp 3.0.6 sync 2016-08-11 10:42:53 +02:00
qr_solve.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
Sd2Card.cpp 3.0.12-RC2 sync 2017-06-29 18:35:43 +02:00
Sd2Card.h 3.0.12-RC2 sync 2017-06-29 18:35:43 +02:00
Sd2PinMap.h 3.0.12-RC2 sync 2017-06-29 18:35:43 +02:00
SdBaseFile.cpp first working version 2017-11-27 06:20:51 +01:00
SdBaseFile.h 3.0.12-RC2 sync 2017-06-29 18:35:43 +02:00
SdFatConfig.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
SdFatStructs.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
SdFatUtil.cpp 3.0.10 sync 2017-03-24 19:47:50 +01:00
SdFatUtil.h 3.0.12-RC2 sync 2017-06-29 18:35:43 +02:00
SdFile.cpp 3.0.12-RC2 sync 2017-06-29 18:35:43 +02:00
SdFile.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
SdInfo.h 3.0.12-RC2 sync 2017-06-29 18:35:43 +02:00
SdVolume.cpp 3.0.12-RC2 sync 2017-06-29 18:35:43 +02:00
SdVolume.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
Servo.cpp 3.0.6 sync 2016-08-11 10:42:53 +02:00
Servo.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
sm4.c Merge branch 'MK25' into MK3 2018-03-13 20:43:19 +01:00
sm4.h New XYZ calibration with image processing 2018-03-13 12:55:35 +01:00
speed_lookuptable.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
spi.c New SPI (do not use Arduino SPI class) 2018-03-29 17:42:41 +02:00
spi.h New SPI (do not use Arduino SPI class) 2018-03-29 17:42:41 +02:00
stepper.cpp Z-axis stealth mode 2018-04-03 18:26:39 +02:00
stepper.h Removed unused files (ST7565R-dogm, digipot) 2018-03-29 23:01:13 +02:00
swi2c.cpp PAT9125 I2C, hardware SG homing 2017-08-17 15:23:34 +02:00
swi2c.h PAT9125 I2C, hardware SG homing 2017-08-17 15:23:34 +02:00
swspi.cpp PAT9125 I2C, hardware SG homing 2017-08-17 15:23:34 +02:00
swspi.h PAT9125 I2C, hardware SG homing 2017-08-17 15:23:34 +02:00
temperature.cpp pinda temp table changed back 2018-04-11 17:40:04 +02:00
temperature.h Merge branch 'MK25' into MK3 2018-03-13 20:43:19 +01:00
thermistortables.h new ambient thermistor table 2017-12-12 22:49:47 +01:00
Timer.cpp Return from Autoload filament and Load filament menu item to parent menu. 2018-04-25 16:51:35 +02:00
Timer.h Safety timer (disable heaters after 15min idle) 2018-03-12 23:45:10 +01:00
tmc2130.cpp Z-axis stealth mode 2018-04-03 18:26:39 +02:00
tmc2130.h Z-axis stealth mode 2018-04-03 18:26:39 +02:00
ultralcd_implementation_hitachi_HD44780.h FSensor PAT9125 - i2c ACK check + two attempts in init function (PFW). 2018-04-11 16:03:54 +02:00
ultralcd.cpp Return from Autoload filament and Load filament menu item to parent menu. 2018-04-25 16:51:35 +02:00
ultralcd.h add another homing after steel sheet is removed; added timeout for pinda cooling; if PINDA doesn't trigger before reaching Z = -1mm, temp. calibration fails 2018-04-24 13:43:51 +02:00
uni_avr_rpi.h PAT9125 I2C, hardware SG homing 2017-08-17 15:23:34 +02:00
util.cpp EEPROM address conflict fix; forcing selftest can happen only in case that we have TMC2130 drivers 2018-04-18 14:17:28 +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 3.0.6 sync 2016-08-11 10:42:53 +02:00
vector_3.h 3.0.6 sync 2016-08-11 10:42:53 +02:00
xyzcal.cpp XYZ cal fix (better histogram processing) 2018-04-20 13:17:18 +02:00
xyzcal.h XYZ calibration - accuracy improvement 2018-03-27 17:27:41 +02:00