Commit Graph

82 Commits

Author SHA1 Message Date
michalprusa 3e83df09cc Merge remote-tracking branch 'origin/MK3' into MK3 2017-07-07 07:36:34 +02:00
michalprusa 52554d72c4 PAT9125 finally able to turn off 2017-07-07 07:34:35 +02:00
XPila 70f6b769ef Merge pull request #19 from XPila/MK3
SWSPI - different pinmapping for EINY03a and EINY04a.
2017-07-07 07:34:19 +02:00
Robert Pelnar d512456506 SWSPI - different pinmapping for EINY03a and EINY04a. 2017-07-07 07:33:38 +02:00
Michal Průša 3290723169 Merge pull request #18 from prusa3d/MK3-michal
PAT9125 init result print
2017-07-07 05:42:28 +02:00
michalprusa 7ffa42f43a PAT9125 init result print 2017-07-07 05:41:41 +02:00
Michal Průša 25896ef6e1 Merge pull request #17 from prusa3d/MK3-michal
Power panic improved by turning off Z steppers 
Dubug outputs for filament and fan rotation sensors moved to special menu Support->Extruder info
XYZ calibration debug now available only while not printing
2017-07-07 05:02:54 +02:00
michalprusa ea17fa56d7 Merge remote-tracking branch 'origin/MK3-michal' into MK3-michal
# Conflicts:
#	Firmware/ultralcd.cpp
2017-07-07 05:00:23 +02:00
XPila 352a72931d Merge pull request #15 from prusa3d/MK3-michal
Linear Advance
2017-07-07 04:51:15 +02:00
XPila 82c1fc978b Merge branch 'MK3' into MK3-michal 2017-07-07 04:51:01 +02:00
michalprusa e23f34339e Power panic improved by turning off Z steppers
Dubug outputs for filament and fan rotation sensors moved to special menu Support->Extruder info
XYZ calibration debug now available only while not printing
2017-07-07 04:50:00 +02:00
XPila c1f6646d08 Merge pull request #16 from XPila/MK3
pat9125 filament sensor
2017-07-07 04:46:45 +02:00
Robert Pelnar ec7678a25f pat9125 filament sensor
sg homing - bug fix + homing multiple axes simultanously (AXIS_MASK)
2017-07-07 04:45:09 +02:00
michalprusa 87ff9db76e Merge remote-tracking branch 'origin/MK3' into MK3-michal 2017-07-07 02:12:18 +02:00
michalprusa 06fe85e9ee Linear Advance 2017-07-07 01:58:02 +02:00
PavelSindler 164e01ac7c Merge pull request #14 from PavelSindler/MK3
power panic: extrusion to stabilize pressure, waiting for temperature…
2017-07-06 23:02:40 +02:00
PavelSindler 2ea8e11eea power panic: extrusion to stabilize pressure, waiting for temperature in homing position 2017-07-06 23:01:59 +02:00
XPila d109602896 Merge pull request #13 from XPila/MK3
TMC2130 - variable Z current reference (IRUN>31 => vsense = 0, IRUN/=…
2017-07-06 22:36:01 +02:00
Robert Pelnar a21bef25c3 TMC2130 - variable Z current reference (IRUN>31 => vsense = 0, IRUN/=2, IHOLD/=2) 2017-07-06 22:32:21 +02:00
XPila 4fa3cfefc9 Merge pull request #12 from prusa3d/MK3-michal
Mesh bed leveling calibrated to new MK42 24V heatbed (rev 0.3b)
2017-07-06 20:47:10 +02:00
michalprusa 3fdb630c42 Mesh bed leveling calibrated to new MK42 24V heatbed (rev 0.3b)
Increased currents in Z and E axis
Decreased stallguard sensitivity
E axis microsteps changed to 64
2017-07-06 20:40:56 +02:00
XPila 4ca1c56c27 Merge pull request #11 from PavelSindler/MK3
MK3 selftest
2017-07-06 20:22:05 +02:00
PavelSindler e521831245 status message during print recovery 2017-07-06 19:31:18 +02:00
PavelSindler c9d7b65c02 updated z recovery in power panic, added test to main menu 2017-07-06 19:09:06 +02:00
PavelSindler 21f068b37a changed Z axis recovery in power panic 2017-07-06 17:09:35 +02:00
PavelSindler 8ceca8b9c6 power panic - fixed z axis recovery 2017-07-06 15:52:38 +02:00
PavelSindler 5943e786ee Merge remote-tracking branch 'upstream/MK3' into MK3
sync with upstream # Please enter a commit message to explain why this merge is necessary,
2017-07-06 13:20:02 +02:00
PavelSindler 54ef2936c7 selftest 2017-07-06 13:19:11 +02:00
XPila 78f7923ab2 Merge pull request #10 from XPila/MK3
Changed jerks, disabled oversampling, debug code, commands for seting…
2017-07-06 13:07:37 +02:00
Robert Pelnar 2b24e9ceb3 Changed jerks, disabled oversampling, debug code, commands for seting pwm_ampl and pwm_grad (M917, M918), changed configuration files 2017-07-06 13:06:07 +02:00
XPila f3379b57b1 Merge pull request #8 from PavelSindler/MK3
recover print after blackout
2017-07-06 12:55:50 +02:00
XPila 458dfa80f6 Merge branch 'MK3' into MK3 2017-07-06 12:55:30 +02:00
PavelSindler 16fffed52d current feedrate and fan speed stored to eeprom in power panic, number of blocks (linear movements) in planner serve for counting SD card recover position, print fan speed error limit prolonged to 15s 2017-07-05 15:04:43 +02:00
PavelSindler 2c102f8580 fixed SD card restore position (power panic) 2017-07-05 09:16:33 +02:00
PavelSindler ef7a302626 power panic: Z axis is lowered in position where print starts (is recovered) 2017-07-04 20:58:44 +02:00
Andre Sklenar 9e3d608ba0 Merge branch 'MK3' of github.com:prusa3d/Prusa-Firmware-DEV into MK3 2017-07-04 16:25:53 +02:00
Andre Sklenar 5ab57ab2ad Init LCD ASAP for a nice UX 2017-07-04 16:25:30 +02:00
XPila 220cadab3e Merge pull request #9 from XPila/MK3
DEBUG defines, variant files for MK3
2017-07-04 16:24:38 +02:00
Robert Pelnar b8025e63e6 DEBUG defines, variant files for MK3 2017-07-04 16:23:28 +02:00
PavelSindler a8678cb2fd recover print 2017-07-04 11:31:39 +02:00
PavelSindler d05e62813a Merge remote-tracking branch 'upstream/MK3' into MK3
sync with upstream
2017-07-03 14:08:39 +02:00
PavelSindler 4ae5751d95 added debug messages for serial 2017-07-03 14:08:27 +02:00
XPila 4480aa3b6a Merge pull request #7 from XPila/MK3
TMC2130 stallguard homing - sg_thrs_x and sg_thrs_y - command M916, l…
2017-07-03 10:41:12 +02:00
Robert Pelnar 176c32de91 TMC2130 stallguard homing - sg_thrs_x and sg_thrs_y - command M916, lcd_silent_mode_set_tune 2017-07-03 10:39:56 +02:00
XPila b00ca2a103 Merge pull request #6 from XPila/MK3
TMC2130 tuning, silent/high power mode
2017-07-03 07:45:05 +02:00
Robert Pelnar e09f0c64c7 TMC2130 tuning, silent/high power mode 2017-07-03 07:43:50 +02:00
XPila e66507215b Merge pull request #5 from XPila/MK3
TMC2130 tunning, overtemp
2017-07-03 00:12:44 +02:00
Robert Pelnar c4307c7373 TMC2130 tunning, overtemp 2017-07-03 00:11:42 +02:00
PavelSindler 17074e1d25 saving/restoring filename and current position in bytes to eeprom, UVLO changed 2017-07-02 21:01:23 +02:00
PavelSindler 29499510f4 Merge remote-tracking
pins
branch 'upstream/MK3' into MK3
pin number correction
2017-07-02 16:10:14 +02:00