InsanityAutomation
22fda76fdc
Update HAL.cpp
2019-07-11 22:43:51 -04:00
InsanityAutomation
e62e389bec
Bump to head
2019-07-11 22:01:58 -04:00
InsanityAutomation
b1c20a6aa7
Initial Commit
2019-07-07 15:25:59 -04:00
InsanityAutomation
831e72453d
Update Configuration_adv.h
2019-07-06 09:35:34 -04:00
InsanityAutomation
ecd9c1370b
Update Configuration.h
2019-07-05 22:09:24 -04:00
InsanityAutomation
a5886798be
Update Configuration.h
2019-07-02 18:02:38 -04:00
InsanityAutomation
5b7e2f7055
Update Configuration.h
2019-07-01 23:00:23 -04:00
InsanityAutomation
5b8f71b846
SKR13 addition
2019-07-01 19:55:30 -04:00
InsanityAutomation
ac7dae7b49
Bump to head
2019-06-01 10:18:15 -04:00
InsanityAutomation
2fd98ab17c
Update Configuration.h
2019-06-01 10:04:11 -04:00
InsanityAutomation
c1e57e3a9b
Update Configuration.h
2019-04-27 09:42:49 -04:00
InsanityAutomation
7232bdd883
Update pause.cpp
2019-04-25 20:41:45 -04:00
InsanityAutomation
e4cad11951
Add commission menu
2019-03-31 10:42:02 -04:00
InsanityAutomation
d923c018b8
Update Configuration.h
2019-03-30 18:03:11 -04:00
InsanityAutomation
e3f6f1b12c
MRRF Bump
2019-03-29 17:43:34 -04:00
InsanityAutomation
ec2c721ca2
Bump
2019-02-19 18:44:42 -05:00
InsanityAutomation
919d7f8999
Bump
2019-01-16 11:07:15 -05:00
InsanityAutomation
8573625fab
add runout options
2019-01-13 16:35:15 -05:00
InsanityAutomation
900bb1aba3
Merge pull request #18 from InsanityAutomation/More-SD-Pause-Fixes
...
More sd pause fixes
2019-01-13 16:12:18 -05:00
InsanityAutomation
5927818234
feed rate and park
2019-01-13 16:11:22 -05:00
InsanityAutomation
8be2aa0ef4
Initial commit
2019-01-13 14:35:45 -05:00
InsanityAutomation
6284eaf17d
Make M25 work as well
2019-01-12 23:36:12 -05:00
InsanityAutomation
5094b167d4
Update menu_main.cpp
2019-01-12 19:40:20 -05:00
InsanityAutomation
42e9e85282
Merge branch 'bugfix-2.0.x' into More-SD-Pause-Fixes
2019-01-12 19:34:02 -05:00
InsanityAutomation
eb0bf22d09
Update menu_main.cpp
2019-01-12 19:32:52 -05:00
teemuatlut
1a79878dff
Remove TMC_Z_CALIBRATION in favor of Z_STEPPER_AUTO_ALIGN
2019-01-12 18:07:28 -06:00
InsanityAutomation
57e51e0d7d
Bump
2019-01-12 19:00:23 -05:00
Scott Lahteine
7cfce20cd3
Update comments on M125
2019-01-12 17:52:44 -06:00
Scott Lahteine
3358333e22
Remove extra lcd_advanced_pause_show_message call
2019-01-12 17:14:33 -06:00
Scott Lahteine
a7a6503917
Update menu_main.cpp
2019-01-12 17:04:00 -06:00
Scott Lahteine
acbe72c239
Remove extra defer_status_screen(false), refresh()
2019-01-12 17:00:53 -06:00
Jason
dc4786a504
Config files for PowerWASP Printer ( #12889 )
2019-01-12 16:57:45 -06:00
Scott Lahteine
3e867008f0
Fix some HAL_STM32F1 type declarations
2019-01-12 16:21:11 -06:00
InsanityAutomation
dbac603128
Update menu_main.cpp
2019-01-12 17:09:22 -05:00
Scott Lahteine
eb78aed863
Rename LCD menus according to variable types ( #12892 )
2019-01-12 16:01:04 -06:00
InsanityAutomation
ed3ab5e212
Fix M24 not starting new job ( #12887 )
2019-01-12 15:30:44 -06:00
Nils Hasenbanck
f9299c4461
Make timer definition in pin files for STM32 possible ( #12874 )
...
RemRam needs to redefine a particular timer to work correctly. The HAL did foresee this possibility and checks if the timer was already defined for either the stepper or temperature timer.
Prior to this commit the header file for the timers couldn't see those definitions in the pin file, but this commit will fix this.
Tested on an actual hardware to verify. (It wouldn't boot without it.)
2019-01-12 14:40:49 -06:00
InsanityAutomation
082f6a27de
ADAPTIVE_FAN_SLOWING extension to hotend thermal protection ( #12853 )
2019-01-12 00:41:48 -06:00
Scott Lahteine
459f4fef60
Fix Temperature::init bug with HEATER_4_PIN
2019-01-11 22:54:26 -06:00
InsanityAutomation
a403d9a50c
Improve menu pause / resume ( #12876 )
2019-01-11 20:42:11 -06:00
Alain Martel
432c21456f
Add 3DFabXYZ Migbot example config ( #12775 )
...
Co-Authored-By: Alain Martel <alain74martel@gmail.com >
2019-01-11 20:41:20 -06:00
Scott Lahteine
fb8111553e
getStatus => report_status
2019-01-11 19:51:00 -06:00
Chris Pepper
2919f3045d
[LPC176x] Update PIO extrascript ( #12878 )
2019-01-11 19:45:33 -06:00
Scott Lahteine
19fea772e5
Use E_AXIS_N where it makes sense
2019-01-11 19:42:34 -06:00
Scott Lahteine
0d30ccf767
Tweaks to TMC26XStepper
2019-01-11 19:42:34 -06:00
HackingGulliver
1fd8e2c649
Fix: Junction Deviation calculates wrong cos(theta) on CoreXY ( #12879 )
2019-01-11 19:25:48 -06:00
Scott Lahteine
b402040059
Split bed size sanity check into two
2019-01-11 15:49:57 -06:00
Chris Barr
1d33784bf9
Add RUMBA32 Board ( #12856 )
2019-01-10 19:34:31 -06:00
Ondřej Nový
a0ef6198ff
Level bed corners Z-hop height option ( #12858 )
2019-01-10 19:15:17 -06:00
Karl Andersson
8ae6f1e556
Fix errors and some compiler warnings with HAL_STM32 PlatformIO build ( #12869 )
2019-01-10 19:01:31 -06:00