Commit Graph

318 Commits

Author SHA1 Message Date
Robert Pelnar
d2ff47dac8 Crashdetection 2017-09-22 23:06:52 +02:00
PavelSindler
03b7a8e765 Merge pull request #52 from PavelSindler/MK3
fan error during print improved
2017-09-22 21:22:17 +02:00
PavelSindler
a95506b128 fan speed error during print fixed 2017-09-22 21:21:16 +02:00
XPila
1ca48ef160 Merge pull request #51 from XPila/MK3
SG limits adjusted (x=5,y=5), for homing is possible to set different…
2017-09-22 20:53:26 +02:00
Robert Pelnar
4805713b8d SG limits adjusted (x=5,y=5), for homing is possible to set different values (x=5,y=5, without filter). 2017-09-22 20:53:00 +02:00
PavelSindler
d1a065881b fan error: long pause is used during print, resuming print resets error flag; stop print used during heating phase 2017-09-22 20:43:30 +02:00
PavelSindler
7e71d21a03 Merge pull request #50 from PavelSindler/MK3
Fan errors updated
2017-09-22 19:48:27 +02:00
PavelSindler
045ffb9f0e languages updated 2017-09-22 19:47:08 +02:00
PavelSindler
13f45adb13 fan error changes 2017-09-22 19:31:52 +02:00
XPila
bf5e4de5b7 Merge pull request #49 from XPila/MK3
Crashdetection + configuration file.
2017-09-22 19:29:29 +02:00
Robert Pelnar
df1aa85526 Crashdetection + configuration file. 2017-09-22 19:28:32 +02:00
PavelSindler
b87dc69042 merging with upstream 2017-09-22 18:26:13 +02:00
PavelSindler
a53428835a fan error improvements 2017-09-22 18:22:21 +02:00
XPila
10cd30b9c6 Merge pull request #48 from XPila/MK3
Language files (EN only), because of flash overflow.
2017-09-22 17:43:37 +02:00
Robert Pelnar
f5e39112a2 Language files (EN only), because of flash overflow. 2017-09-22 17:42:53 +02:00
bubnikv
522b438ef5 Power panic: When panicking, move the X carriage to the bed side fast. 2017-09-22 16:44:00 +02:00
bubnikv
a8297369b2 Merge branch 'MK3' of https://github.com/prusa3d/Prusa-Firmware-DEV into MK3 2017-09-22 15:43:56 +02:00
bubnikv
23b4fa6c0d Some fixes / improvements of the power panic:
1) Fix of an order of SD card function calls on recover: First set position, then restart the print.
2) Some convenience improvements: On panic, the X axis moves to the edge to avoid oozing into the print.
3) On recovery, move Z up if the head is too low to make it easier for the user to clean the print head.
2017-09-22 15:43:39 +02:00
PavelSindler
37d7740e42 Merge pull request #47 from PavelSindler/MK3
fan check turn off, saving to eeprom with offset and levels, fan kickstart,2nd heatbed version, fans check modified
2017-09-22 14:39:52 +02:00
bubnikv
72ab17f585 Further fixes of the power panic and g-code & planner queues. 2017-09-22 13:44:10 +02:00
bubnikv
582a6270b0 Fix of a power panic print stop. 2017-09-21 17:50:39 +02:00
PavelSindler
effe6126be eeprom error message 2017-09-21 15:35:46 +02:00
PavelSindler
6eb57da770 fan check can be turned off from support menu, saving parameters to eeprom with offset and different levels, fan kickstart,2nd heatbed version, fans check modified 2017-09-21 15:20:02 +02:00
XPila
641c21a97b Merge pull request #46 from XPila/MK3
Power Panic - new method of sd_position calculation.
2017-09-21 05:47:49 +02:00
Robert Pelnar
1409bd633c Power Panic - new method of sd_position calculation. 2017-09-21 05:35:41 +02:00
XPila
21071c7ed1 Merge pull request #45 from XPila/MK3
XY homing repeatibility - move by 160um from margin.
2017-09-21 04:56:09 +02:00
Robert Pelnar
9b901bd3f5 XY homing repeatibility - move by 160um from margin. 2017-09-21 04:55:30 +02:00
XPila
47f955e306 Merge pull request #44 from XPila/MK3
MAKER FAIRE
2017-09-21 02:56:26 +02:00
Robert Pelnar
4cae00741e MAKER FAIRE
filament sensor: runout detection tuning, save/restore print
silent mode: safe mode selection durring printing and after homing
2017-09-21 01:52:28 +02:00
XPila
cb16ca0931 Merge pull request #43 from XPila/MK3
Recover print
2017-09-20 16:39:32 +02:00
Robert Pelnar
e34d816004 Recover print 2017-09-20 16:04:02 +02:00
XPila
3ccc52824f Merge pull request #42 from XPila/MK3
Recover print - simple solution
2017-09-19 21:39:17 +02:00
Robert Pelnar
2c3387e71d Recover print - simple solution 2017-09-19 21:38:47 +02:00
XPila
8d1407bd1f Merge pull request #41 from XPila/MK3
TMC2130 XY currents can be over 31 (like Z).
2017-09-19 17:43:20 +02:00
Robert Pelnar
9d91a5d425 TMC2130 XY currents can be over 31 (like Z). 2017-09-19 17:42:43 +02:00
PavelSindler
f48bb1e83f Merge remote-tracking branch 'upstream/MK3' into MK3
merging new changes from upsream
2017-09-19 13:42:46 +02:00
XPila
1dadfe3bcc Merge pull request #40 from XPila/MK3
cmd queue and planner - functions for calculating sd position:
2017-09-18 19:36:54 +02:00
Robert Pelnar
c4e9e624f5 cmd queue and planner - functions for calculating sd position:
cmdqueue_calc_sd_length
planner_calc_sd_length
2017-09-18 19:36:18 +02:00
XPila
b196b9a293 Merge pull request #39 from XPila/MK3
Serial port ECHO bug fix - for clear eerpom farm_mode will be set to …
2017-09-15 16:35:38 +02:00
Robert Pelnar
9c92025cf2 Serial port ECHO bug fix - for clear eerpom farm_mode will be set to false. In farm_mode is second serial port the main port and data received from this port is send to serial port 0 (debuging feature). 2017-09-15 16:34:34 +02:00
XPila
5928821406 Merge pull request #38 from XPila/MK3
Temporary added configuration file Configuration_prusa.h.
2017-09-14 16:29:57 +02:00
Robert Pelnar
6f5f88e7ea Temporary added configuration file Configuration_prusa.h. 2017-09-14 16:28:16 +02:00
XPila
cea0fd927c Merge pull request #37 from XPila/MK3
Cmdqueue code in separate files, debug codes for read/write eeprom an…
2017-09-14 16:21:45 +02:00
Robert Pelnar
9105de073c Cmdqueue code in separate files, debug codes for read/write eeprom and ram, PWM amplitude for Y axis stealtchop mode increased to 210. 2017-09-14 16:19:49 +02:00
XPila
2a95074385 Merge pull request #36 from XPila/MK3
Support the second serial (original commit 7d2d6c6fdcb296e776c7143cc7…
2017-09-13 13:45:19 +02:00
Robert Pelnar
14519aa7ee Support the second serial (original commit 7d2d6c6fdc on MK2 by AndreeeCZ) 2017-09-13 13:35:22 +02:00
XPila
a0147a79d9 Merge pull request #35 from XPila/MK3
Cmd queue modification. Added CMDHDRSIZE=2, each command readed from …
2017-09-12 19:21:23 +02:00
Robert Pelnar
0685439e36 Cmd queue modification. Added CMDHDRSIZE=2, each command readed from SD is preceded by one byte variable containing original length. 2017-09-12 19:20:41 +02:00
XPila
fb1aeb7f4b Merge pull request #34 from XPila/MK3
Fixed configuration files (missing TEMP_SENSOR_PINDA and TEMP_SENSOR_…
2017-09-12 12:36:41 +02:00
Robert Pelnar
0122146dd8 Fixed configuration files (missing TEMP_SENSOR_PINDA and TEMP_SENSOR_AMBIENT) 2017-09-12 12:35:58 +02:00