Commit Graph

65 Commits

Author SHA1 Message Date
PavelSindler
7ec45271c2 timeout to status, better print time counting when using pause print 2017-04-21 16:29:04 +02:00
PavelSindler
fc221fbea5 Merged PINDA temp calibration branch into MK2 2017-04-10 11:10:03 +02:00
PavelSindler
fab71ff7cf information that temp calibration active is active is stored to eeprom 2017-04-06 19:56:01 +02:00
PavelSindler
7086764d35 different preheat error messages for bed and hotend 2017-04-03 15:28:03 +02:00
PavelSindler
762167fb00 Merge remote-tracking branch 'ayourk/MK2' into MK2 2017-03-31 18:49:23 +02:00
PavelSindler
14e4c80e7e Merge branch 'MK2' into MK2 2017-03-23 15:05:47 +01:00
PavelSindler
7daf6b2efd dont use blocking encoder for button press, lcd_update(false) added to setup function 2017-03-23 14:38:18 +01:00
PavelSindler
8c35b18ed4 Merge pull request #65 from PavelSindler/MK2
M304 doues not survive reboot fixed, farm mode activation fixed, xyz cal. messages fixed
2017-03-23 12:06:15 +01:00
PavelSindler
ed5842d1d1 Rx buffer overflow behavior improved 2017-03-22 18:43:19 +01:00
PavelSindler
3017decb9a fixed undesirable farm mode activation after flashing new firmware 2017-03-15 14:36:58 +01:00
PavelSindler
9411d1dcc5 Merge pull request #60 from PavelSindler/MK2
farm mode: printer sends farm number and status, no ping acoustic allert
2017-03-13 14:45:15 +01:00
PavelSindler
7ad319a16a farm mode: printer sends farm number and status, no ping acoustic allert 2017-03-13 14:40:26 +01:00
PavelSindler
43710fc9b7 Merge pull request #57 from PavelSindler/MK2
farm mode ping, PRN1 sends farm number
2017-03-07 19:25:03 +01:00
PavelSindler
608717d110 farm mode: detection if printer is connected to monitoring, PRN1 sends also farm number 2017-03-07 19:19:13 +01:00
PavelSindler
4eb45faded changed version, pinda probe calibration menu 2017-03-06 16:24:23 +01:00
PavelSindler
7b4c79b4d0 Storing status for pinda probe calibration 2017-03-06 11:19:21 +01:00
PavelSindler
de15b572cf Merge pull request #54 from PavelSindler/MK2
disable farm mode confirmation, heartbeat improved, typo fixed
2017-03-03 14:39:21 +01:00
PavelSindler
d31d73c565 changed eeprom address for temp shift, verbosity level for mesh bed leveling added, added debuging functions for temp calibration 2017-03-03 14:12:37 +01:00
PavelSindler
5d217f419c disable farm mode confirmation added 2017-03-01 18:27:53 +01:00
PavelSindler
09f9162078 Merge pull request #53 from PavelSindler/MK2
farm mode improved
2017-03-01 15:38:12 +01:00
PavelSindler
99c201dba2 farm mode disable from menu added, farm number value remains after activating farm mode, wider farm numbers range 2017-03-01 15:34:41 +01:00
PavelSindler
fd3bb9c7e5 delay_keep_alive function fixed, induction probe temperature calibration 2017-03-01 11:10:29 +01:00
PavelSindler
6d8f0d1749 Merge pull request #52 from PavelSindler/MK2
farm number in main menu during print
2017-02-28 12:48:29 +01:00
PavelSindler
37e4035f42 changed version number 2017-02-28 12:46:07 +01:00
PavelSindler
dcce1b1f5e version number changed 2017-02-28 11:24:13 +01:00
PavelSindler
9eb9b0c015 version number changed 2017-02-28 11:22:54 +01:00
PavelSindler
7a896b3601 Merge pull request #50 from PavelSindler/MK2
Three digit farm numbers support added, status on demand added, temp reading disable in farm mode, fixed "shift out of range" bug in xyz calibration
2017-02-28 11:16:34 +01:00
PavelSindler
c441b4acdb temp calibration initial version 2017-02-27 17:24:26 +01:00
PavelSindler
241e32e691 Fixed "Shift out of range" bug in xyz calibration, status on demand added, temp reading disable in farm mode 2017-02-22 18:00:41 +01:00
PavelSindler
5a584d947a Merge pull request #44 from PavelSindler/MK2
German language added, updated spanish language messages, checking if…
2017-02-14 13:35:02 +01:00
PavelSindler
590cc8f3e8 German language added, updated spanish language messages, checking if Z live adjust is in allowed range, chcecking for invalid gcodes added, fixed bug in total print time, fixed selftest to avoid false triggering, added auto home after selftest, removed farm mode menu feature, added experimental functions for checking bed properties 2017-02-14 11:52:48 +01:00
PavelSindler
c63b4ca18e Merge pull request #38 from PavelSindler/MK2
Improved some english messages, added message at the beginning xyz calibration, dont disable steppers during M0/M1, E calibration not used
2017-02-02 16:09:33 +01:00
PavelSindler
ebabaf527a Added message at the beginning of xyz calibration, dont disable steppers during M0 and M1 2017-02-02 15:51:16 +01:00
PavelSindler
2f885290e2 Merge pull request #37 from PavelSindler/MK2
Added flag for printer reset detection for SNMM, improved loading and unloading filament, corrected messages in Italian language, changed load filament sequence
2017-01-25 19:20:27 +01:00
PavelSindler
047f2a8389 Added writing flag to EEPROM, that we started/finished print to detect printer reset and need for filaments adjustment. 2017-01-18 17:57:32 +01:00
PavelSindler
649928e994 defines for max hotend and bed temperatures removed 2017-01-16 18:36:12 +01:00
PavelSindler
bfe2f72cf8 added defines for max hotend and max bed temperature for xyz calibration 2017-01-09 14:58:05 +01:00
PavelSindler
fcce374a14 initial version - merging from DEV multicolor 2017-01-09 13:12:39 +01:00
Aaron Yourk
93400ea4e0 Fix ENCODER steps in Configuration.h
Add temp tables for the E3D PT100 with Amplifier in thermistortables.h
Make it easier to switch to the PT100 temperature sensor with appropriate PID values for the Extruder.
2016-12-25 02:49:34 -07:00
michalprusa
5169c17d2f Version increment 2016-12-14 15:12:21 +01:00
michalprusa
0e7b4d3d3c Firmware version iterated, fan selftest strings ported to all languages. 2016-10-19 09:55:56 +02:00
bubnikv
854b79de46 Implemented a calibration flow supporting the new & pre-built machines.
Fixed a thermal runaway on heat up.
Increased timeout of live adjust to 90 seconds.
2016-10-07 17:21:06 +02:00
bubnikv
e0bb76032c Reset live adjust on XYZ calibration.
Disable timeouts in the XYZ/Z calibration.
Don't modify feed rate multiplier during the XYZ/Z calibration.
Support multi screen messages in the XYZ/Z calibration - "move the Z carriages up" step.
Support up to three lines in the XYZ/Z calibration messages.
Added a new message "Measuring reference height of calibration point xx of 9".
Changed the "move the Z carriages up" message to suggest rotating the knob.
Changed the "live adjust not set" message to reference the manual chapter and section.
Remove debugging serial line output on Z calibration.
Removed the non-working pressure advance feature.
Improved accuracy of diagonal moves by oversampling the path discretization.
Accelerated the planner by rewriting time critical routines from floating
point to fixed point arithmetics.
2016-09-01 17:05:15 +02:00
akukan
078d883416 Firmware version updated to 3.0.7 2016-08-23 10:27:29 +02:00
michalprusa
053c727fed Bed MINTEMP implemented, MAXTEMP behaviour changed, loading filament bug fixed, Extruder max feedrate increased and Italian language strings fix. 2016-08-07 20:20:48 +02:00
bubnikv
52fc724cb4 Menu reorganized.
Toshiba FlashAir switchable.
2016-08-05 13:34:21 +02:00
bubnikv
f9f9912fff Fixed print stop: Now the printer will maintain a valid coordinate system during print stop, so it will not crash into the end stops.
Clean-up of some hard coded constants.
Fixed line edit error introduced in the preceding check-in.
Enable a high power mode when first booted up on a virgin RAMBo board.
2016-08-04 13:02:45 +02:00
bubnikv
077560ce4c Improvement of baby stepping:
1) Fix of stepper control timing
2) Load / restore baby stepping after 9 point bed leveling using
   the planner instead of the questionable baby stepping routine.

Improvement of the menu system: Use a shared menuData union to preserve
memory. Adaptation of baby stepping and edit menus to menuData.

Improvement of the "Toshiba FlashAir" status display. Don't force IP
address query on each display refresh when in the "Support" menu.

Bugfix of the baby stepping menu: Show the correct value instead
of zero when the baby stepping menu is entered.

New feature: Bed leveling adjustment at left / right / front / rear side.
The bed adjustment feature is accessible from the Settings menu
and as L R F B codes of the G80 code.
2016-08-02 12:19:17 +02:00
bubnikv
7355589119 Added a test for a broken PINDA cable during G80.
Added a ------ separator in the menu showing the Toshiba FlashAir IP address.
2016-07-26 11:35:39 +02:00
bubnikv
d00b4a2c75 Reworked the calculation of jerks in the planner.
Now the confugration values are half the values used before,
and the planner ensures, that the jerks will not be violated.
2016-07-22 16:52:13 +02:00