Commit Graph

964 Commits

Author SHA1 Message Date
Marek Bel
468645e92e Set DEFAULT_Y_OFFSET to 4 mm for MK3 printer. 2018-04-23 20:34:04 +02:00
Marek Bel
37ebe5c35d 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
Marek Bel
9bd4d580d7 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
Marek Bel
cccd8246ab Fix world2machine(const float &x, const float &y, float &out_x, float &out_y) not using input parameters if only WORLD2MACHINE_CORRECTION_SHIFT is applied. 2018-04-23 20:33:14 +02:00
Marek Bel
82b31e8552 Set [0;0] point offset for uncalibrated printer. 2018-04-20 15:01:11 +02:00
Marek Bel
31ae097dba mesh bed leveling / auto home Y coordinates updated 2018-04-18 17:09:12 +02:00
PavelSindler
cf99808aef
Merge pull request #624 from mkbel/update_version
Update version.
2018-04-13 19:55:21 +02:00
Marek Bel
af6c1f8acb Update version. 2018-04-13 19:53:51 +02:00
PavelSindler
b90e8999df
Merge pull request #623 from mkbel/fix_safety_timer
Fix safety timer.
2018-04-13 19:43:36 +02:00
Marek Bel
c88f0108af Fix safety timer.
Constant parameter greater than 16 bits must by stated as unsigned long.
2018-04-13 19:30:08 +02:00
PavelSindler
c5af3aaaf2
Merge pull request #622 from mkbel/fix_menu_return_fail_stats
Fix returning from Fail stats menu.
2018-04-13 18:35:03 +02:00
PavelSindler
c50dbdc41e
Merge pull request #621 from mkbel/fix_menu_return_unload
Return to main menu from filament unloading.
2018-04-13 18:34:41 +02:00
Marek Bel
6f985d23d6 Fix returning from Fail stats menu. 2018-04-13 17:20:30 +02:00
Marek Bel
03d03aeac4 Return to main menu from filament unloading. 2018-04-13 16:51:47 +02:00
mkbel
e4a4c88be9
Merge pull request #615 from PavelSindler/selftest_MK25_fix
selftest for MK2.5: fan error fix
2018-04-13 13:59:15 +02:00
mkbel
e941377d76
Merge pull request #619 from PavelSindler/feedmultiply_fix
fixed possible feedmultiply change
2018-04-13 13:52:03 +02:00
PavelSindler
f3209e1aec fixed possible feedmultiply change cause by entering main menu with negative encoder position 2018-04-13 10:27:55 +02:00
PavelSindler
b1bb6841c9
Merge pull request #617 from mkbel/fix_farm_reset_1
Fix farm reset
2018-04-13 10:02:54 +02:00
PavelSindler
5f3fed33cf
Merge pull request #613 from MRprusa3d/MK3
Add files via upload
2018-04-13 10:02:44 +02:00
Marek Bel
388d6eea36 Fix printer resets in farm mode if command "PRUSA SN" is received and 32U2 processor is not responding. 2018-04-12 18:44:33 +02:00
Marek Bel
08740356b8 Move "PRUSA SN" gcode to separate function. 2018-04-12 18:41:11 +02:00
PavelSindler
591cb881cc selftest: false fan error fix, added message in case that manual fan error fails 2018-04-12 18:24:30 +02:00
MRprusa3d
d09f190c2b
Add files via upload 2018-04-11 18:48:50 +00:00
PavelSindler
78245ce566
farm preheat temperature for heatbed 2018-04-11 18:54:27 +02:00
XPila
e89eb9d200
Merge pull request #607 from PavelSindler/farm_mode_MK3
farm mode: preheat menu updated
2018-04-11 18:50:27 +02:00
PavelSindler
e150d502ac removed configuration_prusa 2018-04-11 18:49:42 +02:00
PavelSindler
53d903e600
Merge pull request #610 from MRprusa3d/MK3
Add files via upload
2018-04-11 18:46:18 +02:00
XPila
6b5835fd9f
Merge pull request #612 from PavelSindler/M861_gcode
M861 gcode, temp cal is automaticly activated after calibration process
2018-04-11 18:45:57 +02:00
PavelSindler
45d1dbbfe0 temp cal. active set to false 2018-04-11 18:37:07 +02:00
PavelSindler
ce66699340 dont use default temp table for new printers and dont automaticly activate temp. cal. (new pinda probes have different characteristics) 2018-04-11 18:36:38 +02:00
PavelSindler
52de4891fe typo fixed 2018-04-11 18:32:27 +02:00
PavelSindler
47eab97d2d temp. calibration is automaticly activated after calibration process 2018-04-11 18:16:16 +02:00
PavelSindler
0ba7850146 pinda temp table changed back 2018-04-11 17:40:04 +02:00
XPila
c69524c3fb
Merge pull request #611 from XPila/MK3-V3_2
removed Configuration_prusa.h
2018-04-11 17:33:37 +02:00
Robert Pelnar
89efcb84b1 removed Configuration_prusa.h
fixed - compilation for MK25
2018-04-11 17:32:31 +02:00
PavelSindler
919fba531a wait for PINDA gcode changed 2018-04-11 16:48:47 +02:00
MRprusa3d
c8f1c55ec0
Add files via upload 2018-04-11 14:41:41 +00:00
PavelSindler
f70685a92d
Merge pull request #542 from stahlfabrik/MK3_PINDA_TEMP_WAIT_GCODE
MK3 Add Gcode to wait for minimum PINDA temp
2018-04-11 16:40:21 +02:00
PavelSindler
1e1531a4f8
Merge pull request #608 from MRprusa3d/MK3
Mk3
2018-04-11 16:37:34 +02:00
PavelSindler
0503aba23a
Merge pull request #609 from XPila/MK3-V3_2
FSensor PAT9125 - i2c ACK check + two attempts in init function (PFW-208).
2018-04-11 16:36:31 +02:00
Robert Pelnar
8da2330b93 FSensor PAT9125 - i2c ACK check + two attempts in init function (PFW).
ultralcd_implementation_hitachi - fixed link
2018-04-11 16:03:54 +02:00
MRprusa3d
716f1c63bf
Add files via upload 2018-04-10 18:08:57 +00:00
MRprusa3d
6b77e68924
Add files via upload 2018-04-10 18:07:08 +00:00
MRprusa3d
c7ffb4b2dc
Add files via upload 2018-04-10 18:02:16 +00:00
PavelSindler
02fda70529 farm mode: preheat menu updated 2018-04-10 14:07:44 +02:00
XPila
f36d9efecd
Merge pull request #601 from XPila/MK3-V3_2
XYZ calibration tunning
2018-04-04 20:04:26 +02:00
Robert Pelnar
da43aa0250 XYZ calibration tunning 2018-04-04 20:03:39 +02:00
PavelSindler
dc8625d7e4
Merge pull request #596 from XPila/MK3-V3_2
Z-axis stealth mode
2018-04-03 20:55:10 +02:00
Robert Pelnar
3b26e1635a XYZcal - better filtering. 2018-04-03 20:10:50 +02:00
Robert Pelnar
630041ecb2 XYZcal - threshold changed from 32 to 16 2018-04-03 18:49:15 +02:00