InsanityAutomation
0766fcd082
Update CombinedLandscapeDwin_TM3D_V8.7z
2023-03-08 17:44:55 -05:00
InsanityAutomation
f2060b5c34
Add V8 screen files
2023-03-08 17:38:15 -05:00
InsanityAutomation
056db1c3ae
update binaries, couple small fixes
2023-03-02 20:43:57 -05:00
InsanityAutomation
57e4fe6381
Add debug message, reduce ram usage to avoid comm corruption from stack
2023-03-01 22:25:01 -05:00
InsanityAutomation
6531db383c
Update Configuration.h
2023-02-28 18:31:31 -05:00
InsanityAutomation
278c49e9de
Merge branch 'CrealityDwin2.0_Bleeding' of https://github.com/InsanityAutomation/Marlin into CrealityDwin2.0_Bleeding
2023-02-19 19:17:49 -05:00
InsanityAutomation
0ed4727767
Merge pull request #295 from bob-anthony/DGUS_DISPLAY_FIXES
...
Fix compiling errors for DGUS displays
2023-02-19 18:30:31 -05:00
Tom Brazier
fcbc6a929c
MIN_ISR_LOOP_CYCLES already includes ISR_[XY]_STEPPER_CYCLES and more, it should not be counted
2023-02-19 18:01:46 -05:00
Tom Brazier
3c9b927291
Don't include MIN_ISR_LOOP_CYCLES in calculation for ISR_SHAPING_LOOP_CYCLES if input shaping is disabled
2023-02-19 18:01:44 -05:00
Tom Brazier
aa3cd470da
Also implement 2 cycle saving in MultiU24X32toH16()
2023-02-19 17:58:41 -05:00
Tom Brazier
004fd179d1
Fixed rounding of fractional part of multiplication results (a bug inherited from Sprinter). Cleaned up comments and function naming. Minor optimisation of MultiU8X16toH16().
2023-02-19 17:58:39 -05:00
InsanityAutomation
eab01ba183
circle around as upstream never merged
2023-02-19 17:54:52 -05:00
InsanityAutomation
42bd6e74a7
Slightly more robust pause resume and faster serial event handling
2023-02-19 17:54:51 -05:00
Bob Anthony
3a1f3a4ba3
Remove junk files
2023-02-18 04:01:15 -06:00
Bob Anthony
9697434981
Fix compiling errors for the dgus display
...
Handler code section needed for any leveling not just probe.
Fix for renamed variables upstream.
Added default to switch statement to resolve compile warning.
2023-02-18 03:45:50 -06:00
Bob Anthony
6dec98e54c
Merge pull request #4 from InsanityAutomation/CrealityDwin2.0_Bleeding
...
Merge bleeding branch changes
2023-02-18 03:12:38 -06:00
Bob Anthony
39201418ce
Merge remote-tracking branch 'origin/CR-X-Config-with-Purge-Bucket' into CrealityDwin_2.0
2023-02-18 02:37:36 -06:00
InsanityAutomation
a1c5735d6f
Update README.md
2023-02-17 17:24:44 -05:00
InsanityAutomation
b02badf25e
Remove obsolete bins from devel repo
2023-02-17 17:06:25 -05:00
InsanityAutomation
3b7871005a
Update Creality_DWIN.cpp
2023-02-10 16:26:46 -05:00
InsanityAutomation
0bd0b3df80
tweak readme, remove conflicting sanity check
2023-02-05 14:17:38 -05:00
InsanityAutomation
549619995f
Update stm32f1-maple.ini
2023-02-05 13:55:27 -05:00
InsanityAutomation
462b586c76
Merge branch 'bugfix-2.1.x' into CrealityDwin2.0_Bleeding
2023-02-03 15:31:34 -05:00
InsanityAutomation
af85a271a5
Merge branch 'bugfix-2.1.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.1.x
2023-02-03 15:20:56 -05:00
InsanityAutomation
1bab76a98a
Revert "Fix for Nema23 CNC driver on D6"
...
This reverts commit c43d064122 .
2023-02-03 15:20:11 -05:00
InsanityAutomation
25de1facb5
more work on dint type for offsets
2023-02-03 15:20:03 -05:00
InsanityAutomation
c43d064122
Fix for Nema23 CNC driver on D6
2023-02-03 15:19:40 -05:00
InsanityAutomation
5a9736bfa3
add endian swap
2023-02-03 15:19:40 -05:00
InsanityAutomation
359258701f
Move writevariables to class with other serial sends
2023-02-03 15:19:40 -05:00
InsanityAutomation
04f5a42c60
Idex offsets to uint32 4 byte
2023-02-03 15:19:40 -05:00
InsanityAutomation
23f580bd03
Idex offsets to uint32 4 byte
2023-01-24 20:20:31 -05:00
MarkMan0
a7eacbcc49
🐛 Fix, Refactor PID scaling ( #25096 )
2022-12-17 23:48:33 -06:00
Scott Lahteine
05e2e059e3
🐛 Fix M593 F
2022-12-17 23:04:49 -06:00
InsanityAutomation
2752234e14
large rom enable IS
2022-12-04 14:21:12 -05:00
ellensp
c87943cff1
better
2022-12-04 12:24:05 -05:00
ellensp
661abff6e6
use uint32_t not int
...
fixes issue https://github.com/MarlinFirmware/Marlin/issues/25018
2022-12-04 12:24:05 -05:00
kisslorand
7e0478c97d
Fix commit 3ba9387
2022-12-04 12:23:04 -05:00
Tom Brazier
a0ed4d51bc
Input shaping buffer size metaprogramming for disctict E axes
2022-12-04 12:22:35 -05:00
Tom Brazier
005019b82d
Better error message
2022-12-04 12:22:35 -05:00
Tom Brazier
55d943e9d2
Make it possible to override the shaping buffer size calculations in confg.
...
Also potential SRAM reduction when not using ADAPTIVE_STEP_SMOOTHING on 32 bit MCUs.
2022-12-04 12:22:35 -05:00
InsanityAutomation
f3e8919552
Merge branch 'bugfix-2.1.x' into CrealityDwin2.0_Bleeding
2022-12-04 11:46:46 -05:00
InsanityAutomation
2bd9bcf61b
Merge branch 'bugfix-2.1.x' into CrealityDwin2.0_Bleeding
2022-11-28 15:01:14 -05:00
InsanityAutomation
3ec124f417
Merge branch 'bugfix-2.1.x' into CrealityDwin2.0_Bleeding
2022-10-29 19:42:55 -04:00
InsanityAutomation
c5263830d8
Update planner.cpp
2022-10-18 16:51:02 -04:00
InsanityAutomation
050e0db3a3
Merge branch 'bugfix-2.1.x' into CrealityDwin2.0_Bleeding
2022-10-18 16:42:19 -04:00
InsanityAutomation
f8f918590c
Merge branch 'bugfix-2.1.x' into CrealityDwin2.0_Bleeding
2022-10-16 15:05:28 -04:00
InsanityAutomation
5d56a71423
Update Creality_DWIN.cpp
2022-10-10 14:38:29 -04:00
InsanityAutomation
0a55425552
Revert " ⚡ ️ Minor planner optimization ( #24737 )"
...
This reverts commit d5cf0b3348 .
2022-09-17 12:03:16 -04:00
InsanityAutomation
47c0c7072a
Merge branch 'bugfix-2.1.x' into CrealityDwin2.0_Bleeding
2022-09-15 11:21:48 -04:00
InsanityAutomation
beb163a183
Update stm32f1-maple.ini
2022-09-15 10:40:31 -04:00
InsanityAutomation
e5f087bd98
adjust envs
2022-08-23 19:29:00 -04:00
InsanityAutomation
1fcad0b87c
platform tweaking
2022-08-23 19:28:48 -04:00
InsanityAutomation
bf698efc93
Remove no longer needed silent builds
2022-08-20 15:18:03 -04:00
InsanityAutomation
f0e950db72
Merge branch 'bugfix-2.1.x' into CrealityDwin2.0_Bleeding
2022-08-20 15:17:46 -04:00
InsanityAutomation
200a3957d9
idex updates
2022-07-29 09:33:17 -04:00
InsanityAutomation
60dc55c3bf
Use raw positions for G34 probing to honor M206 offsets
2022-07-17 21:02:39 -04:00
thisiskeithb
ef12aa5a6c
Fix ProUI with Leveling
2022-07-17 21:01:31 -04:00
Tom Brazier
b8f90b2d71
Give correct hints to the planner when drawing arcs
2022-07-17 21:01:01 -04:00
Tom Brazier
ee91c915ee
Return FLOOR() on the offchance that a float rounding error results in a slightly negative decelerate_steps_float
2022-07-17 21:01:01 -04:00
InsanityAutomation
e7fac26f2b
Merge branch 'bugfix-2.1.x' into CrealityDwin2.0_Bleeding
2022-07-17 20:58:41 -04:00
InsanityAutomation
e66a2fdbf4
Update Configuration.h
2022-07-17 20:43:31 -04:00
InsanityAutomation
f96a4a53ef
IDEX Support initial commit
2022-07-17 20:43:12 -04:00
InsanityAutomation
096c146f16
Start adding more SKR boards, starting with SKRMiniV3
2022-07-17 20:42:52 -04:00
InsanityAutomation
5111e8d3a3
Update rev number and upstream merge revisions
2022-07-17 20:40:27 -04:00
InsanityAutomation
775850a245
Merge branch 'bugfix-2.1.x' into CrealityDwin2.0_Bleeding
2022-07-15 10:37:36 -04:00
InsanityAutomation
8401c6d267
Allow Portrait display with no leveling
2022-06-02 09:17:06 -04:00
InsanityAutomation
237ad14388
Merge branch 'CrealityDwin2.0_Bleeding' into CrealityDwin_2.0
2022-05-16 17:45:12 -04:00
InsanityAutomation
1c194d4e16
Update CR6E3 Touchscreen
2022-05-16 17:41:37 -04:00
InsanityAutomation
fb5ee94263
New bins
2022-05-15 19:35:20 -04:00
InsanityAutomation
7bfcba1cf7
Update Configuration.h
2022-05-15 11:00:11 -04:00
InsanityAutomation
147cda7c1d
Add E3S1_F4
2022-05-14 20:10:09 -04:00
InsanityAutomation
6016ef7ba1
Update Configuration_adv.h
2022-05-13 20:52:28 -04:00
InsanityAutomation
a82e3147fd
Adjust startup delay for fast machines with higher res displays
2022-05-13 19:54:23 -04:00
Scott Lahteine
fa73edd76a
✨ Add BOARD_CREALITY_V24S1_301F4
...
Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com >
2022-05-13 11:11:41 -04:00
InsanityAutomation
591a42cdd0
Update G29.cpp
2022-05-08 18:01:38 -04:00
InsanityAutomation
6b74e0f142
Update pins_CREALITY_V25S1.h
2022-05-08 18:01:34 -04:00
InsanityAutomation
4cdec14648
Update Configuration_adv.h
2022-05-08 18:01:23 -04:00
InsanityAutomation
e4e9f01bf0
More smart pro tweaks
2022-05-08 17:33:13 -04:00
InsanityAutomation
01ef9afdd0
CR10Smart Pro Configs
2022-05-08 14:41:54 -04:00
InsanityAutomation
21f8741982
Add Creality CR10SmartPro Support
2022-05-08 14:41:27 -04:00
InsanityAutomation
fa80adf92c
Update cr10 max builds to 470mm
2022-05-07 11:45:43 -04:00
InsanityAutomation
9e4cce23d4
Update Configuration.h
2022-05-04 15:07:04 -04:00
InsanityAutomation
868967d08c
Updated bins compressed
2022-05-01 14:53:00 -04:00
InsanityAutomation
48dc25407e
Update Creality_DWIN.cpp
2022-05-01 12:35:05 -04:00
InsanityAutomation
b88833a1cd
More pause tweaks
2022-04-30 21:29:39 -04:00
InsanityAutomation
391a07b2bf
Pause improvements
2022-04-30 16:33:19 -04:00
InsanityAutomation
c8faaca998
Update Creality_DWIN.cpp
2022-04-30 12:02:26 -04:00
InsanityAutomation
01ab324a12
advanced pause improvements
2022-04-30 10:22:52 -04:00
InsanityAutomation
00152be921
bin revision
2022-04-28 08:14:04 -04:00
InsanityAutomation
be5078f8ab
Update Configuration.h
2022-04-26 23:49:21 -04:00
InsanityAutomation
cacdb2d818
update startup logo
2022-04-26 23:26:51 -04:00
InsanityAutomation
3553ef4c00
Set default runout mode to lerge and sprite to dd retraction
2022-04-26 23:24:16 -04:00
InsanityAutomation
64cf8316e1
Update dgus_creality_lcd.cpp
2022-04-26 22:58:30 -04:00
InsanityAutomation
b6ad2db3a9
Add binary relocate function to avoid random pio purging
2022-04-26 14:18:13 -04:00
InsanityAutomation
47222bcdde
Update platformio.ini
2022-04-25 11:10:49 -04:00
InsanityAutomation
22f2a8baa7
Add updated binaries
2022-04-25 11:07:52 -04:00
InsanityAutomation
08b92c3d1c
Bump version, tweak accels
2022-04-23 10:48:43 -04:00
InsanityAutomation
474111f1c9
Minor touchups from last rebase
2022-04-22 09:11:22 -04:00
InsanityAutomation
b35125e1a2
Update Configuration_adv.h
2022-04-20 17:33:48 -04:00
InsanityAutomation
3a1646b2e8
Update Configuration_adv.h
2022-04-18 14:50:05 -04:00
InsanityAutomation
b99b6250ee
Update Configuration.h
2022-04-18 14:48:31 -04:00
InsanityAutomation
947ee4560e
E2Pro no runout stock
2022-04-15 16:09:23 -04:00
InsanityAutomation
11a0186b35
Update for extui recent changes
2022-04-15 16:08:29 -04:00
InsanityAutomation
db74ac3ce1
Disable 100x multiplier for dwin marlinui
2022-04-15 13:13:46 -04:00
InsanityAutomation
2b46761060
minor tweaks
2022-04-15 13:03:32 -04:00
InsanityAutomation
97e1768ffe
Remove extra screen refreshes and obsolete box
2022-04-09 17:16:56 -04:00
InsanityAutomation
8e83784656
Update dwin.cpp
2022-04-08 20:05:10 -04:00
InsanityAutomation
73b0c506e4
Update Configuration.h
2022-04-06 12:48:03 -04:00
InsanityAutomation
4678bb49b9
Update Creality_DWIN.cpp
2022-04-03 14:54:03 -04:00
InsanityAutomation
f581502cc4
M591Fixes
2022-04-03 14:53:59 -04:00
InsanityAutomation
dfc3007326
Merge branch 'Implement-M591-Configurable-Runout-Sensors' into CrealityDwin2.0_Bleeding
2022-04-03 13:24:30 -04:00
InsanityAutomation
7f691fc5c1
Bump version
2022-04-03 11:33:31 -04:00
InsanityAutomation
01e7a5cb76
Add Ender 2 Pro
2022-04-03 11:28:20 -04:00
InsanityAutomation
fa72415812
Add CR10SmartPro First draft
...
Guess on BLTouch pins as HW not available atm
2022-04-03 10:57:55 -04:00
InsanityAutomation
0b6ecbd553
Merge branch 'bugfix-2.0.x' into Implement-M591-Configurable-Runout-Sensors
2022-04-03 10:33:18 -04:00
InsanityAutomation
de6246f826
Merge branch 'Implement-M591-Configurable-Runout-Sensors' of https://github.com/InsanityAutomation/Marlin into Implement-M591-Configurable-Runout-Sensors
2022-04-03 10:32:57 -04:00
Scott Lahteine
e813742ae0
Merge branch 'bugfix-2.0.x' into pr/23899
2022-03-29 03:25:51 -05:00
Scott Lahteine
46c8204990
Extend enum
2022-03-27 19:46:47 -05:00
Scott Lahteine
bdfe4ca4d1
Simplify menu items, use enum, adjust settings
2022-03-26 21:10:16 -05:00
InsanityAutomation
adabc63617
V2 tweaks
2022-03-26 20:08:37 -04:00
Scott Lahteine
6741f5182d
Simplify menu items, use enum
2022-03-26 18:54:02 -05:00
InsanityAutomation
d8508c5110
Update Configuration.h
2022-03-26 19:46:50 -04:00
InsanityAutomation
dae60f4b29
V2 S1 UI Change
2022-03-26 19:46:26 -04:00
InsanityAutomation
e16655a011
Fix char overlap V2S1
2022-03-26 19:46:14 -04:00
InsanityAutomation
0d576bb529
Fix marlinui status scroll
2022-03-25 21:53:36 -04:00
InsanityAutomation
61c3d122c9
Fix marlinUI V2 display bootscreen reloading cached BG
2022-03-25 16:39:46 -04:00
InsanityAutomation
123086d14c
Fix non probe z offset adjustment
2022-03-25 14:05:55 -04:00
InsanityAutomation
10fd6df83d
Update Configuration.h
2022-03-23 09:48:01 -04:00
InsanityAutomation
d40750cde8
Non-BLT CR5
2022-03-19 11:49:40 -04:00
InsanityAutomation
489b75ae3c
Update menu_advanced.cpp
2022-03-15 12:47:14 -04:00
InsanityAutomation
378fc12628
Add runout menu, small fixes
2022-03-15 12:28:19 -04:00
InsanityAutomation
0cedad36d1
Reorganize config options, remove obsolete option.
2022-03-14 09:29:53 -04:00
Scott Lahteine
07b2480d30
glue for CI test
2022-03-14 00:37:41 -05:00
Scott Lahteine
dd88eb56ee
Allow user to change
2022-03-14 00:37:41 -05:00
Scott Lahteine
fc77afd93e
misc. cleanup
2022-03-14 00:37:41 -05:00
InsanityAutomation
26af3e70bc
Remove obsolete state from tests
2022-03-13 19:51:12 -04:00
InsanityAutomation
0c15e8e751
Fix up pause trigger, adjust config options minor changes
2022-03-13 18:57:24 -04:00
InsanityAutomation
639a2dc0b3
M591 Cleanup and tweaks
2022-03-13 13:48:33 -04:00
InsanityAutomation
91a094d8cb
Update Configuration.h
2022-03-12 15:55:57 -05:00
InsanityAutomation
66efa0b09b
Initial commit - Flexible Runout Configuration M591
2022-03-12 15:54:07 -05:00
InsanityAutomation
e1c5f8418d
Update Configuration.h
2022-03-06 18:12:11 -05:00
InsanityAutomation
4a0769ec1b
allows z offset to work for babystep total on machines without probe
2022-03-06 18:11:43 -05:00
InsanityAutomation
991f21c74c
Faster lcd buffer processing
2022-03-04 21:40:55 -05:00
InsanityAutomation
9ebf358b8a
Default livemove to true
2022-03-04 21:40:38 -05:00
InsanityAutomation
70c26fd4ca
S1 and E3 Touch Updates
2022-03-02 12:37:18 -05:00
InsanityAutomation
9e66a87122
Update .gitignore
2022-02-28 08:49:44 -05:00
InsanityAutomation
f177bd32eb
Variant and Version Info
2022-02-27 21:07:56 -05:00
InsanityAutomation
8df38008ef
Add S1 screen support
2022-02-27 21:02:21 -05:00
InsanityAutomation
ec5d623c93
Update README.md
2022-02-27 21:00:27 -05:00
InsanityAutomation
aca3184ce4
Add S1 Support
2022-02-27 21:00:23 -05:00
InsanityAutomation
7cda9dbf84
Add Blank BG screen to E3V2 for S1 screen compat
2022-02-27 21:00:04 -05:00
InsanityAutomation
71d530e594
Create firmware_Ender7_BLT_DW7.4.5.bin.zip
2022-02-26 18:43:58 -05:00
InsanityAutomation
24e8499ef6
Create firmware_Ender7_BLT_DW7.4.5.bin.zip
2022-02-26 18:43:32 -05:00
InsanityAutomation
0821c72d39
Add CR5Pro
2022-02-26 16:00:44 -05:00
InsanityAutomation
2abf5f0ad8
Add CR5Pro
2022-02-26 16:00:13 -05:00
BDScripting
5c59a3d7c7
CR-X Configuration for purge bucket
2022-02-26 09:51:19 -06:00
InsanityAutomation
a9e7df859c
Merge branch 'CrealityDwin2.0_Bleeding' into CrealityDwin_2.0
2022-02-25 10:31:00 -05:00
InsanityAutomation
f6a48f82aa
Update README.md
2022-02-25 10:30:31 -05:00
InsanityAutomation
c0f0964329
Update README.md
2022-02-25 10:17:42 -05:00
InsanityAutomation
0322dfd76e
Update README.md
2022-02-25 10:08:34 -05:00
InsanityAutomation
2d651fc785
Merge branch 'CrealityDwin2.0_Bleeding' into CrealityDwin_2.0
2022-02-23 11:23:12 -05:00
InsanityAutomation
bd967ba7a2
Add smart binary
2022-02-23 11:21:57 -05:00
InsanityAutomation
cc1a4f5f70
Update binaries
2022-02-19 19:15:25 -05:00
InsanityAutomation
d43c557404
Readme and DWIN updates
2022-02-19 12:23:30 -05:00
InsanityAutomation
c4ba4600dc
Update Configuration_adv.h
2022-02-18 15:13:37 -05:00
InsanityAutomation
0bbc122475
Trim out processing page to save space
2022-02-15 09:51:13 -05:00
InsanityAutomation
1868db82aa
Cleanup
2022-02-13 14:57:45 -05:00
InsanityAutomation
23091e566b
fix overlapping platforms
2022-02-12 13:37:07 -05:00
InsanityAutomation
0ac94f6a2f
Platform tweaks
2022-02-11 22:11:56 -05:00
InsanityAutomation
3d804bd314
Block LCD Reinit for ExtUI
2022-02-11 22:11:31 -05:00
InsanityAutomation
e0de16f3a8
UpdateVersion
2022-02-06 12:01:38 -05:00
InsanityAutomation
7421731eed
ReviseENVsToRC
2022-02-06 12:01:28 -05:00
InsanityAutomation
43bc8c3865
AddToggles
2022-02-06 12:01:08 -05:00
InsanityAutomation
c13d290934
FixMapleHalCompileErrors
2022-02-06 12:00:42 -05:00
InsanityAutomation
49eb72816e
AddGenericMapleRC_ENV
2022-02-06 12:00:17 -05:00
InsanityAutomation
ec0c72e2f0
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2022-02-05 11:04:35 -05:00
InsanityAutomation
ff221cdacd
Update Creality_DWIN.h
2022-02-05 10:25:04 -05:00
InsanityAutomation
af177e719e
Add PLR to ext_ui
2022-01-13 17:53:02 -05:00
InsanityAutomation
c713b14143
CR30 and Smart improvements
2022-01-13 08:34:53 -05:00
InsanityAutomation
44c21f477e
Update Creality_DWIN.cpp
2022-01-08 16:32:53 -05:00
InsanityAutomation
9f2e0238df
Add ENV
2022-01-08 16:32:53 -05:00
InsanityAutomation
fd72d771e6
Update Configuration.h
2022-01-08 16:32:53 -05:00
InsanityAutomation
dc1a4080db
Update Creality_DWIN.cpp
2022-01-03 11:40:33 -05:00
InsanityAutomation
1e3cd5ca8b
Add ENV
2022-01-03 11:05:57 -05:00
InsanityAutomation
09f1c97c6e
move to maple again
2022-01-03 10:50:14 -05:00
InsanityAutomation
13b16b4062
Add CR10Smart, CR6 fix
2022-01-03 10:47:11 -05:00
InsanityAutomation
7f5f9724de
Merge branch 'CrealityDwin2.0_Bleeding' into CrealityDwin_2.0
2021-11-26 13:31:02 -05:00
InsanityAutomation
92a7943d4e
Update README.md
2021-11-26 13:27:30 -05:00
InsanityAutomation
448abd5de2
Fix stale screen build
2021-11-22 11:22:43 -05:00
InsanityAutomation
37f4924ac1
Fixed binaries
2021-11-21 15:31:30 -05:00
InsanityAutomation
1c269eda1e
Merge branch 'CrealityDwin2.0_Bleeding' of https://github.com/InsanityAutomation/Marlin into CrealityDwin2.0_Bleeding
2021-11-21 15:28:50 -05:00
InsanityAutomation
d8573b97eb
Update Creality_DWIN.cpp
2021-11-21 15:27:08 -05:00
InsanityAutomation
5a94a8e1c0
Update Configuration.h
2021-11-20 12:55:37 -05:00
InsanityAutomation
e067dc4713
Updated binaries
2021-11-17 16:41:08 -05:00
InsanityAutomation
1f6da0c1b4
Add ender 5 32b envs
2021-11-17 09:04:14 -05:00
InsanityAutomation
8bb4484af5
clear old binaries, add 32 bit filament runout envs
2021-11-17 08:59:33 -05:00
InsanityAutomation
6cc524dd50
Update Ender3V2_Dwin_TM3DV2.7z
2021-11-14 14:20:50 -05:00
InsanityAutomation
728539bb23
Revert "Revert "v2 jyers update""
...
This reverts commit a67b346523 .
2021-11-14 14:11:29 -05:00
InsanityAutomation
a67b346523
Revert "v2 jyers update"
...
This reverts commit a3e960c251 .
2021-11-14 12:15:11 -05:00
InsanityAutomation
4b767d7623
bump version
2021-11-14 12:15:02 -05:00
InsanityAutomation
7e149b2532
Build script indentation fixes
2021-11-13 09:45:02 -05:00
InsanityAutomation
3b7b4b48d8
tm3d progress bar location
2021-11-13 09:44:49 -05:00
InsanityAutomation
49fd9bdb77
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-11-11 21:23:58 -05:00
InsanityAutomation
5bcf64f17c
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-11-11 21:17:23 -05:00
InsanityAutomation
a3e960c251
v2 jyers update
2021-11-11 21:17:16 -05:00
InsanityAutomation
a7696f32fd
Tweak accel multipliers, move to stm32 common lib
2021-11-07 10:29:11 -05:00
tome9111991
b4d3f03a26
🐛 Fix SHOW_REMAINING_TIME option for JyersUI ( #22999 )
2021-11-04 17:28:53 -04:00
ellensp
42c6324f68
🐛 Fix E3V2 width/height defines ( #22994 )
2021-11-04 17:28:04 -04:00
Dennis
4d15eb94e4
🐛 Fix JyersUI current positions (scaling) ( #23005 )
2021-11-04 17:27:16 -04:00
InsanityAutomation
3d688fc324
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-11-04 17:25:43 -04:00
InsanityAutomation
58e54f6746
Ender 7 tuning, sermoon fixes, jyersui fixes, finish jerk/accel dwin
2021-11-04 17:25:36 -04:00
InsanityAutomation
bf7a48ed31
Update Creality_DWIN.cpp
2021-10-30 10:40:52 -04:00
InsanityAutomation
dc52c64424
Update Configuration.h
2021-10-30 10:40:49 -04:00
InsanityAutomation
0e29cd8cc5
Update Configuration.h
2021-10-26 18:38:35 -04:00
InsanityAutomation
844fe9b24d
Start jerk/accel/travel support
2021-10-25 19:21:18 -04:00
Keith Bennett
2b19dc3232
✨ Octopus Pro V1.0 with STM32F429ZGT6 ( #23008 )
2021-10-25 01:14:02 -05:00
ellensp
f41c78d178
🐛 Fix børken E_DUAL_STEPPER_DRIVERS ( #23017 )
2021-10-25 01:12:07 -05:00
Miguel Risco-Castillo
6270df927e
🐛 Fix Emder-3 V2 Enhanced SetFlow ( #23016 )
2021-10-25 01:08:15 -05:00
InsanityAutomation
cbcc1bc084
DWINos4 changes
2021-10-23 17:43:40 -04:00
InsanityAutomation
ab1d124bf9
Ender 7 preliminary support
2021-10-23 17:43:12 -04:00
InsanityAutomation
5b7215df43
Ender 7 Mainboard Support
2021-10-23 17:42:12 -04:00
InsanityAutomation
b589cac5ff
Merge branch 'CrealityDwin2.0_Bleeding' into CrealityDwin_2.0
2021-10-23 08:58:41 -04:00
InsanityAutomation
44aaa4f042
Update README.md
2021-10-23 08:53:36 -04:00
InsanityAutomation
afef0b9dec
Update Configuration.h
2021-10-20 10:04:58 -04:00
InsanityAutomation
f7767be8a5
Updated binaries
2021-10-18 18:11:03 -04:00
InsanityAutomation
2f5e28dd66
Update Configuration.h
2021-10-18 09:14:29 -04:00
InsanityAutomation
0397d384d2
Fix JyersUI ZOffset Multiplication
2021-10-17 20:02:13 -04:00
InsanityAutomation
212dfb4050
Update platformio.ini
2021-10-17 18:38:11 -04:00
InsanityAutomation
59ff070dba
V2 Display Standalone
2021-10-16 19:44:55 -04:00
InsanityAutomation
c7af93b39f
Update Configuration.h
2021-10-16 18:30:28 -04:00
InsanityAutomation
794ea13ae8
Update Configuration_adv.h
2021-10-16 18:29:14 -04:00
InsanityAutomation
227f014fb5
Update PageHandlers.cpp
2021-10-16 18:29:11 -04:00
InsanityAutomation
e22408f3f9
Update DGUSScreenHandler.cpp
2021-10-16 18:29:09 -04:00
InsanityAutomation
9e8e1c1113
CR30 Tweaks
2021-10-16 15:38:32 -04:00
InsanityAutomation
1427290e84
Message fixes, V2 UI Positioning
2021-10-16 12:00:30 -04:00
InsanityAutomation
1c7b232d05
Fix Tool Change Park
2021-10-16 10:44:59 -04:00
InsanityAutomation
005dad193a
Updated screen archives
2021-10-15 11:24:18 -04:00
InsanityAutomation
88f502cac5
Bump revision, Add CR30
2021-10-15 10:53:09 -04:00
InsanityAutomation
0cc286757b
Update Configuration.h
2021-10-15 09:48:58 -04:00
InsanityAutomation
d843e2be2b
Merge branch 'BLTouch-HS-Mode-EEPROM' into CrealityDwin2.0_Bleeding
2021-10-15 08:58:45 -04:00
Scott Lahteine
cede5b22c9
Use BLTOUCH_HS_MODE for default + editable
2021-10-14 20:35:36 -05:00
Scott Lahteine
43f996d68a
Rename bltouch_last_written_mode
2021-10-14 20:04:42 -05:00
Scott Lahteine
bd426d40cd
Tweak M401
2021-10-14 19:28:39 -05:00
Scott Lahteine
099c329238
Fix LEVEL_CORNERS_USE_PROBE
2021-10-14 19:28:39 -05:00
Scott Lahteine
3db4452d28
settings tweak
2021-10-14 19:28:00 -05:00
InsanityAutomation
385bab2f36
Update settings.cpp
2021-10-14 18:49:12 -04:00
InsanityAutomation
1fab2ef94f
Update menu_tramming.cpp
2021-10-14 14:01:42 -04:00
InsanityAutomation
102c43dcd5
Update G35.cpp
2021-10-14 13:50:56 -04:00
InsanityAutomation
5284f45c62
Update menu_tramming.cpp
2021-10-14 13:41:31 -04:00
InsanityAutomation
9aaa7b1100
Add missing include
2021-10-14 13:34:31 -04:00
InsanityAutomation
ef661cd295
Update Creality_DWIN.cpp
2021-10-14 13:24:08 -04:00
InsanityAutomation
d068769f2c
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-10-13 17:47:30 -04:00
Scott Lahteine
a6c4c5a3f7
Update motion.cpp
2021-10-12 22:22:15 -05:00
Scott Lahteine
78c57f2847
Update menu_tramming.cpp
2021-10-12 22:21:43 -05:00
Scott Lahteine
90b0be5e12
Merge 'upstream/bugfix-2.0.x' into pr/22916
2021-10-12 21:45:54 -05:00
Scott Lahteine
c24456353f
Merge 'upstream/bugfix-2.0.x' into pr/22916
2021-10-12 20:20:28 -05:00
Scott Lahteine
ec7a4eb69e
clean up and fix
2021-10-09 18:57:38 -05:00
InsanityAutomation
4f62ae9764
Return on mode change without deploying
2021-10-09 14:07:11 -04:00
InsanityAutomation
0cc6955ab7
BLTouch High Speed EEPROM Control
2021-10-09 13:58:25 -04:00
InsanityAutomation
86d2d5d0a8
Update dwin.cpp
2021-10-09 13:09:28 -04:00
InsanityAutomation
5a994f0c9a
Update dwin.cpp
2021-10-09 12:15:10 -04:00
InsanityAutomation
39ee694856
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-10-09 12:13:17 -04:00
InsanityAutomation
10a16c8c75
Sermoon updates
2021-10-08 14:06:57 -04:00
InsanityAutomation
aa2763442e
Fix E3V2 M600 resume
2021-09-28 09:25:29 -04:00
InsanityAutomation
f44a11f5ff
Add SermoonD1 preliminary
2021-09-22 17:02:47 -04:00
InsanityAutomation
7748fa84dd
Catchup debug messages
2021-09-15 22:44:33 -04:00
InsanityAutomation
cb506ec639
Update Configuration.h
2021-09-15 08:08:15 -04:00
InsanityAutomation
5e4f7516c1
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-09-14 10:25:27 -04:00
InsanityAutomation
6443790c6f
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-09-10 10:41:08 -04:00
InsanityAutomation
9a238fa7f9
Add e3 options for CR6 touch
2021-08-22 19:37:55 -04:00
InsanityAutomation
723fc88e78
Updates to support ExtUI advanced pause messaging
2021-08-21 14:17:34 -04:00
InsanityAutomation
4b4a4ba163
AdvancedPauseExtUIMessaging
2021-08-21 14:17:19 -04:00
InsanityAutomation
57250c8340
Updates for CR6 Screen resume function
2021-08-13 13:32:46 -04:00
InsanityAutomation
6bf069d1ab
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-07-21 18:39:25 -04:00
InsanityAutomation
1921015d1f
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-07-21 18:30:14 -04:00
InsanityAutomation
24f3400c46
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-07-19 15:35:57 -04:00
InsanityAutomation
b8c9e823ca
Update Configuration.h
2021-07-19 12:18:10 -04:00
InsanityAutomation
3801d831d4
Minor tweaks
2021-07-16 12:23:55 -04:00
InsanityAutomation
6f4b2ce4a2
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-07-13 17:01:45 -04:00
InsanityAutomation
ef85eeed2a
Minor tweaks
2021-07-13 16:50:08 -04:00
Katelyn Schiesser
cd98d0cf5c
🐛 Followup to TEMP_SENSOR_BOARD ( #22344 )
...
Followup to #22279
2021-07-12 22:57:01 -05:00
InsanityAutomation
6f57a7311c
Update marlinui.cpp
2021-07-08 09:57:59 -04:00
InsanityAutomation
dc19c60a0e
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-07-07 17:50:24 -04:00
InsanityAutomation
38c79a4585
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-07-07 10:15:40 -04:00
InsanityAutomation
541e074f97
Merge branch 'CrealityDwin_2.0' into CrealityDwin2.0_Bleeding
2021-07-07 10:12:11 -04:00
InsanityAutomation
2a01b8ea62
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-07-05 13:06:44 -04:00
InsanityAutomation
38fd3782f9
Ender6 BLT Fix
2021-07-03 14:43:04 -04:00
InsanityAutomation
f5cfc65c1d
Ender6 BLTouch Fix
2021-07-03 12:51:14 -04:00
InsanityAutomation
00f3397cad
Create Creality_CR6DWIN_DW74.7z
2021-07-01 11:15:20 -04:00
InsanityAutomation
8e6f5f90c5
Update TM3D_DWINCombinedScreens_V4.7z
2021-06-30 09:54:46 -04:00
InsanityAutomation
db0b14d97e
fix
2021-06-28 18:45:23 -04:00
Katelyn Schiesser
84158b912b
🐛 Use setTargetHotend in menus ( #22247 )
2021-06-28 00:30:11 -05:00
InsanityAutomation
21f8c8d7f8
Fix precompiled bins
2021-06-27 22:56:19 -04:00
InsanityAutomation
e2363dc64c
Update hex files for screen rotate
2021-06-25 19:06:23 -04:00
InsanityAutomation
1f439cd89a
Update Configuration.h
2021-06-25 12:04:47 -04:00
InsanityAutomation
f3ddc1f8b6
Add screen rotate PB
2021-06-25 12:03:59 -04:00
InsanityAutomation
223971c47f
Update Configuration.h
2021-06-25 12:03:40 -04:00
InsanityAutomation
c2eeda01de
Add screen rotate PB
2021-06-25 11:49:28 -04:00
InsanityAutomation
5ea4241ea3
Simplify conditions and reorder
2021-06-23 20:22:25 -04:00
InsanityAutomation
04845c80e9
Simplify conditions and reorder
2021-06-23 20:22:17 -04:00
InsanityAutomation
8194b7f5fc
Merge branch 'CrealityDwin2.0_Bleeding' into CrealityDwin_2.0
2021-06-23 19:20:14 -04:00
InsanityAutomation
e735948969
Update TM3D_DWINCombinedScreens_V4.7z
2021-06-23 19:09:59 -04:00
InsanityAutomation
634ddeef7e
Update 32 bit bins
2021-06-21 17:08:49 -04:00
Scott Lahteine
ea78c6bf61
🐛 Fix compact sensitive pins array ( #22184 )
2021-06-21 16:11:51 -04:00
InsanityAutomation
b52168e37c
Binaries, Readme
2021-06-21 16:10:42 -04:00
InsanityAutomation
ba7368ce3a
Repack screen files, update readme
2021-06-20 22:20:28 -04:00
InsanityAutomation
69d06dd872
Update README.md
2021-06-20 20:12:22 -04:00
InsanityAutomation
a92b627d00
remove stale files
2021-06-20 18:17:36 -04:00
InsanityAutomation
b9aa338c19
Update platformio.ini
2021-06-20 17:43:09 -04:00
InsanityAutomation
27e105b890
Add toggle option for probe pin on 422/427
2021-06-20 17:27:15 -04:00
InsanityAutomation
494a9a90bb
Cleanup and limit adjustment
2021-06-20 17:15:33 -04:00
InsanityAutomation
d876e6b80a
Add combined screen files
2021-06-20 10:46:59 -04:00
InsanityAutomation
97da6e97b9
add zig to mesh update
2021-06-19 15:02:20 -04:00
InsanityAutomation
671ab75bce
Updates for mesh edit
2021-06-19 14:04:42 -04:00
InsanityAutomation
6a98f4e1be
Add CR10V3 description, eliminate crx display, minor additions
2021-06-19 10:32:54 -04:00
InsanityAutomation
dd86d60a32
Catchup to head
2021-06-18 19:15:34 -04:00
InsanityAutomation
706260d39f
Update pause.cpp
2021-06-18 00:12:37 -04:00
InsanityAutomation
bae9d18ee9
Update Creality_DWIN.cpp
2021-06-18 00:10:59 -04:00
InsanityAutomation
df31aa486e
Add Pause State to ExtUI
2021-06-18 00:10:55 -04:00
InsanityAutomation
9a4d0fec6c
Fixes from last rebase
2021-06-17 22:13:41 -04:00
InsanityAutomation
b1f96cf4f7
Rebase fixes
2021-06-17 00:19:22 -04:00
InsanityAutomation
916aaa4881
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-06-16 17:04:50 -04:00
InsanityAutomation
4a4820d84f
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-06-16 17:00:36 -04:00
InsanityAutomation
8eeea354cd
Update Configuration.h
2021-06-16 17:00:23 -04:00
InsanityAutomation
b26e53156f
Update Configuration.h
2021-06-16 16:17:40 -04:00
InsanityAutomation
ce46fafd92
Update serial.h
2021-06-15 22:14:10 -04:00
InsanityAutomation
7d9ee39285
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-06-15 01:21:18 -04:00
InsanityAutomation
bf8074c108
definerename
2021-06-14 23:46:40 -04:00
Marcio T
dd82d2d217
🐛 Fix FTDI Eve Touch UI, add screens ( #22132 )
2021-06-14 02:46:50 -05:00
Scott Lahteine
1ee599a2ba
🚨 Suppress pin sign-change warning
2021-06-14 02:43:24 -05:00
InsanityAutomation
8adb58c266
Finish screen config controls
2021-06-14 01:21:19 -04:00
InsanityAutomation
173b0f8bd1
EEPROM settings for volume and brightness
2021-06-13 16:46:37 -04:00
InsanityAutomation
e77f6d855b
Update EXTUI on MBL
2021-06-12 15:41:43 -04:00
InsanityAutomation
23ce68436a
Last bit of Ender 6 manual mesh debug
2021-06-12 15:41:33 -04:00
InsanityAutomation
6e15859ce2
Misc fixes
2021-06-12 14:56:43 -04:00
InsanityAutomation
e76f769690
Minor debugging and platform changes
2021-06-12 10:21:41 -04:00
InsanityAutomation
0a2ba2fadf
Add EXTUi Click function
2021-06-12 08:54:39 -04:00
InsanityAutomation
37d5f55396
Add cr6 screen files
2021-06-12 08:54:23 -04:00
InsanityAutomation
eca2080a3f
Add manual mesh to leveling screens
2021-06-12 08:21:17 -04:00
InsanityAutomation
d2fc1daf50
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-06-11 15:42:13 -04:00
InsanityAutomation
782fe78ea0
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-06-11 15:40:38 -04:00
InsanityAutomation
084c45a6ee
Update Configuration.h
2021-06-11 11:04:07 -04:00
InsanityAutomation
94d8fc8e8a
CR6Max
2021-06-11 11:02:13 -04:00
InsanityAutomation
491d82f93e
Add CR6 definitions
2021-06-11 10:55:43 -04:00
InsanityAutomation
49fd0950ee
Update Configuration_adv.h
2021-06-11 09:14:32 -04:00
InsanityAutomation
06425bf4b7
Ender6 First Pass
2021-06-07 09:54:54 -04:00
InsanityAutomation
e9660aeed7
Rebase fixes
2021-06-06 13:20:25 -04:00
InsanityAutomation
6480f0939d
Add Ender3 Max
2021-06-06 12:27:14 -04:00
InsanityAutomation
d0e9c21aff
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-06-06 12:03:26 -04:00
InsanityAutomation
63d1ae1021
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-06-06 11:53:30 -04:00
InsanityAutomation
5a4b2ba5c5
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-06-05 16:51:34 -04:00
InsanityAutomation
a80c371340
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-05-25 09:22:13 -04:00
InsanityAutomation
6d39a6fc55
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-05-23 15:06:33 -04:00
InsanityAutomation
02fe3a6818
Update Ender3V2_Dwin_TM3D.7z
2021-05-16 15:58:17 -04:00
InsanityAutomation
be44105ae9
Update Ender3V2_Dwin_TM3D.7z
2021-05-16 15:57:41 -04:00
InsanityAutomation
10e5d92dec
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-05-16 14:18:43 -04:00
InsanityAutomation
2e11485da4
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-05-06 11:55:25 -04:00
InsanityAutomation
d305f0a14b
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-05-05 09:46:59 -04:00
Scott Lahteine
5f30e9fe1c
Add MKS_LCD12864B
2021-05-05 08:04:04 -05:00
Scott Lahteine
80c8218d94
Add MKS_LCD12864B
2021-05-05 07:23:52 -05:00
Scott Lahteine
bed2bfdc24
Misc comments
2021-05-05 07:18:05 -05:00
Scott Lahteine
6f2967a8dc
Cleanup, hex formatting
2021-05-05 06:34:02 -05:00
InsanityAutomation
6496cedc17
Update README.md
2021-05-04 14:42:49 -04:00
InsanityAutomation
7b01993bbc
Fix link
2021-05-04 14:42:33 -04:00
InsanityAutomation
07a1b00a25
Version bump for rebase to head
2021-05-04 11:56:18 -04:00
InsanityAutomation
7325d66de5
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-05-04 11:08:03 -04:00
InsanityAutomation
865737345f
Update Configuration.h
2021-05-04 10:58:53 -04:00
InsanityAutomation
dfa6c2f4f1
Update Configuration.h
2021-04-30 21:20:51 -04:00
InsanityAutomation
0a2f0cca93
Thermistor priority issue
2021-04-30 21:20:07 -04:00
InsanityAutomation
dbbdf11d75
Merge branch 'CrealityDwin2.0_Bleeding' into CrealityDwin_2.0
2021-04-30 14:06:57 -04:00
InsanityAutomation
6430489e21
zip er up
2021-04-30 12:25:48 -04:00
InsanityAutomation
04d4fca75d
Next batch
2021-04-30 09:02:05 -04:00
InsanityAutomation
486cf92c5c
Set3
2021-04-30 00:39:59 -04:00
InsanityAutomation
820aff4e7c
Merge branch 'CrealityDwin2.0_Bleeding' of https://github.com/InsanityAutomation/Marlin into CrealityDwin2.0_Bleeding
2021-04-29 23:16:15 -04:00
InsanityAutomation
120da68133
Batch 2 hex files
2021-04-29 23:11:16 -04:00
InsanityAutomation
747e21ee3e
First batch 731 hex files
2021-04-29 23:10:41 -04:00
InsanityAutomation
53e8c005b7
Update Configuration_adv.h
2021-04-29 10:02:01 -04:00
InsanityAutomation
ef01aecd47
Update screen file
2021-04-28 19:40:11 -04:00
InsanityAutomation
6ff92f3215
dw7.3.1 changes
2021-04-28 19:25:30 -04:00
InsanityAutomation
ba5bab1a3a
Update README.md
2021-04-28 10:53:41 -04:00
InsanityAutomation
af0b39982b
resolve bad merge
2021-04-28 10:39:32 -04:00
InsanityAutomation
680135583a
Update ui_api.cpp
2021-04-28 10:36:40 -04:00
InsanityAutomation
bdc256c048
Merge pull request #180 from oliof/patch-1
...
Update README.md
2021-04-26 23:32:24 -04:00
InsanityAutomation
0948c589d6
Merge branch 'CrealityDwin_2.0' into patch-1
2021-04-26 23:32:07 -04:00
InsanityAutomation
fbf069ebe0
Remove leftover stale files
2021-04-26 10:34:33 -04:00
InsanityAutomation
160f8ef0bc
Update platformio.ini
2021-04-26 08:25:12 -04:00
InsanityAutomation
93ecbfa88c
Merge branch 'CrealityDwin2.0_Bleeding' into CrealityDwin_2.0
2021-04-26 08:24:22 -04:00
InsanityAutomation
19d004b342
Update README.md
2021-04-25 12:44:58 -04:00
InsanityAutomation
8b67e72afc
Update README.md
2021-04-25 12:20:41 -04:00
InsanityAutomation
9c863b1c67
Update README.md
2021-04-25 12:12:24 -04:00
InsanityAutomation
e4c4acbcc5
Add hex Remainder
2021-04-25 00:23:56 -04:00
InsanityAutomation
7dd2fe3f6c
Add first bundle HEX
2021-04-24 19:29:09 -04:00
InsanityAutomation
a399028c77
Update platformio.ini
2021-04-24 17:36:29 -04:00
InsanityAutomation
840beb78be
Update README.md
2021-04-24 12:37:43 -04:00
InsanityAutomation
1181724b2b
Update screen archives and remove stale hexs
2021-04-24 12:27:09 -04:00
InsanityAutomation
227aac34a2
Update Creality_DWIN.cpp
2021-04-22 16:49:31 -04:00
InsanityAutomation
ecb6e215c5
Update Creality_DWIN.cpp
2021-04-22 16:07:32 -04:00
InsanityAutomation
8f09db27bd
file browse page display
2021-04-22 14:49:26 -04:00
InsanityAutomation
39e4ae2d7a
Working
2021-04-21 19:08:16 -04:00
InsanityAutomation
8c181685d2
First sweep
2021-04-20 11:23:25 -04:00
InsanityAutomation
4f2730b6f8
Update Creality_DWIN.h
2021-04-19 22:52:18 -04:00
InsanityAutomation
bc12ada74d
422 and 427 adjustments
2021-04-19 17:50:31 -04:00
InsanityAutomation
7e97639e38
Update Version.h
2021-04-18 17:00:19 -04:00
InsanityAutomation
c217fd3e66
Update Creality_DWIN.cpp
2021-04-18 16:16:30 -04:00
InsanityAutomation
6f69a30435
Reduce ram usage, convert to PSTRs, move serial to LCDSERIAL base
2021-04-18 13:15:00 -04:00
InsanityAutomation
96d880e745
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-04-18 12:06:36 -04:00
InsanityAutomation
d768f875ac
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2021-04-18 12:06:26 -04:00
InsanityAutomation
02d54b9ce7
Update Configuration.h
2021-04-18 12:05:26 -04:00
Scott Lahteine
7070628ef9
Misc. formatting, serial out
2021-04-13 21:34:21 -05:00
InsanityAutomation
1a89a43532
Update platformio.ini
2021-04-12 21:04:46 -04:00
InsanityAutomation
25faa304ee
fix ret6 builds
2021-04-11 19:36:37 -04:00
InsanityAutomation
18a0f68ac0
Add hex files
2021-04-09 12:13:42 -04:00
InsanityAutomation
7262ad3fc4
Add CRXPro autobuilds
2021-04-09 12:06:38 -04:00
InsanityAutomation
b456959b97
Add CRXPro autobuilds
2021-04-09 10:47:54 -04:00
InsanityAutomation
d20182aa91
Some catch up and a look at SKRe3T E3V2 support
2021-04-08 10:50:06 -04:00
InsanityAutomation
dc86dd9fae
Update platformio.ini
2021-04-07 11:56:28 -04:00
InsanityAutomation
e887033c0d
Per AJ/Chris add home and Z0 post G29 measuring button
2021-04-07 11:26:38 -04:00
Scott Lahteine
d786ba1773
Reimplement reverted PR from testing
2021-04-07 11:18:37 -04:00
InsanityAutomation
3f0a4cfe25
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-04-07 11:12:35 -04:00
InsanityAutomation
442327d92e
Leftovers
2021-04-03 15:01:38 -04:00
InsanityAutomation
345ac6e8fe
Revert "Optimized string-to-number functions ( #21484 )"
...
This reverts commit 20d2061f22 .
2021-04-03 13:53:44 -04:00
InsanityAutomation
1b47fe8c64
Fix extui build issues, block hotend idle while paused for user, revert type change
2021-04-03 13:35:43 -04:00
InsanityAutomation
67e9ee7bf2
Fix extui build issues, block hotend idle while paused for user, revert type change
2021-04-03 13:35:07 -04:00
InsanityAutomation
7aecff2ba6
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-04-03 12:43:14 -04:00
InsanityAutomation
2e6d7308f6
Add SKRE3Turbo
2021-04-03 12:33:42 -04:00
InsanityAutomation
9c5ee355e8
Merge branch 'CrealityDwin2.0_Bleeding' into CrealityDwin_2.0
2021-04-03 11:11:01 -04:00
InsanityAutomation
656946a0ff
Merge branch 'CrealityDwin2.0_Bleeding' of https://github.com/InsanityAutomation/Marlin into CrealityDwin2.0_Bleeding
2021-02-24 09:09:47 -05:00
InsanityAutomation
48e02a3210
Update Creality_DWIN.h
2021-02-24 09:09:13 -05:00
InsanityAutomation
6891ef5d00
Update Configuration.h
2021-02-23 18:41:46 -05:00
InsanityAutomation
c392e6bf07
Minor tweaks
2021-02-23 14:28:20 -05:00
InsanityAutomation
de564f9b0a
add 7.2 hex files
2021-02-19 23:11:46 -05:00
InsanityAutomation
c9aab13192
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-02-19 10:17:09 -05:00
Harald Wagener
9ba9f654c4
Update README.md
...
Add explanation for LR configuration.
2021-02-17 11:29:44 +01:00
InsanityAutomation
a13ebba41a
Merge pull request #168 from DrDMoney/patch-1
...
Update Configuration.h
2021-02-11 15:51:21 -05:00
InsanityAutomation
b1153cff1e
Merge pull request #176 from x13-me/CrealityDwin_2.0
...
Added Ender 3 to Readme.md
2021-02-11 15:48:59 -05:00
InsanityAutomation
9aa0004de6
Disable broken feature until I can trace it down
2021-02-10 07:39:53 -05:00
InsanityAutomation
3a9f043c58
Update temperature.cpp
2021-02-10 07:26:20 -05:00
InsanityAutomation
80123bfdf2
fix platform
2021-02-10 07:24:51 -05:00
InsanityAutomation
923ce8e1d8
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-02-10 07:09:49 -05:00
InsanityAutomation
c72fc3eaec
Update platformio.ini
2021-02-06 11:04:09 -05:00
InsanityAutomation
3aa0763f26
Update Creality_DWIN.cpp
2021-02-02 11:17:12 -05:00
InsanityAutomation
96bee60be9
Update dwin.cpp
2021-02-02 09:33:22 -05:00
InsanityAutomation
b5df47bdf7
Add missing extui functions
2021-01-31 17:18:06 -05:00
InsanityAutomation
c27474f396
Update Version.h
2021-01-31 15:37:45 -05:00
InsanityAutomation
6af2c36c50
Add E3V2 427 Env
2021-01-31 15:31:38 -05:00
InsanityAutomation
577ebc6ba4
Reimplement live move
2021-01-31 15:27:46 -05:00
InsanityAutomation
4b0135c022
Merge branch 'bugfix-2.0.x' into CrealityDwin2.0_Bleeding
2021-01-31 13:27:55 -05:00
x13.me
27e95f2aab
Added Ender 3 to Readme.md
2021-01-25 02:18:13 +00:00
InsanityAutomation
247385e94e
Update platformio.ini
2021-01-06 19:05:44 -05:00
Daniel Mooney
aafa3af088
Update Configuration.h
...
PSU_ACTIVE_HIGH should be PSU_ACTIVE_STATE
PSU_ACTIVE_STATE set from false to low.
2020-12-12 14:23:00 -06:00
InsanityAutomation
12e230ca30
Update Configuration.h
2020-12-08 21:29:09 -05:00
InsanityAutomation
225a89004b
Poweroff kit
2020-12-05 19:36:09 -05:00
InsanityAutomation
0b6aa3cb2d
Update Creality_DWIN.cpp
2020-11-10 09:04:21 -05:00
InsanityAutomation
e7d3e67dc4
Merge branch 'CrealityDwin2.0_Bleeding' of https://github.com/InsanityAutomation/Marlin into CrealityDwin2.0_Bleeding
2020-11-08 14:14:53 -05:00
InsanityAutomation
8fd37402a3
Bump rev, invert flag
2020-11-08 14:14:07 -05:00
InsanityAutomation
7cf72d5867
Rebase and catchup
...
add 2130 option for SKR
Update platformio.ini
Add SKRMini and DDX
Rebase and catchup
add 2130 option for SKR
Update platformio.ini
Minor adjustments following github issues
Update Creality_DWIN.cpp
Update Configuration_adv.h
Update platformio.ini
Rebase and catchup
add 2130 option for SKR
Update platformio.ini
Add SKRMini and DDX
Rebase and catchup
add 2130 option for SKR
Update platformio.ini
Minor adjustments following github issues
Update Creality_DWIN.cpp
Update Configuration_adv.h
Clean up rebase
Update platformio.ini
Update platformio.ini
Add Ender3V2
Update Configuration.h
tweaks for e3v2
Fixes
Add 32 bit Ender3's
eparser and display fixes
MachineEnder3Pro420 -> MachineEnder3Pro422
force silent board for all v4 pcb's
Update Configuration.h
Implement fix from https://github.com/cosmoderp/Marlin/commit/5c8e1e7d4af37e25fb9040dcbf690bbb089948e6
Live axis move and z offset
Update dwin.cpp
Fix info menu screens
borders etc e3v2
Ender 5 SKRMini Tweaks
Update Version.h
Add layer shift rapid correction logic and creality stm32f01 environments for E3V2
changes for melzi to fit
Update Configuration.h
Add DW7 Hex Files
Support 10SPro display on Ender3 422 and 427 boards
Update dwin.cpp
Update Configuration_adv.h
Update Configuration.h
2020-11-08 13:47:02 -05:00
InsanityAutomation
a348c3caa9
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2020-11-06 09:30:48 -05:00
InsanityAutomation
6f5430f00a
Update Configuration.h
2020-10-26 10:44:44 -04:00
InsanityAutomation
63821d87f9
Update Configuration_adv.h
2020-10-23 14:57:19 -04:00
InsanityAutomation
b5f447f144
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2020-10-23 14:32:10 -04:00
InsanityAutomation
4a56689801
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
2020-10-22 09:13:59 -04:00
Scott Lahteine
0216e032be
Host prompt followup
2020-10-19 04:34:14 -05:00
Scott Lahteine
2d8aa0cea1
Tweak a host prompt call
2020-10-19 04:25:48 -05:00
InsanityAutomation
50f10fc57f
Update dwin.cpp
2020-10-08 15:56:54 -04:00
InsanityAutomation
12180f20e5
Support 10SPro display on Ender3 422 and 427 boards
2020-10-01 21:20:50 -04:00
InsanityAutomation
f5dc8d73ee
Add DW7 Hex Files
2020-09-26 10:51:50 -04:00
InsanityAutomation
00e3806613
Update Configuration.h
2020-09-24 12:54:05 -04:00
InsanityAutomation
7296538849
changes for melzi to fit
2020-09-24 09:53:13 -04:00
InsanityAutomation
6c4e3e9215
Add layer shift rapid correction logic and creality stm32f01 environments for E3V2
2020-09-21 10:13:07 -04:00
InsanityAutomation
4f050e8dc9
Update Version.h
2020-09-15 16:53:04 -04:00
InsanityAutomation
e50e446676
Ender 5 SKRMini Tweaks
2020-09-14 21:38:07 -04:00
InsanityAutomation
b795860c5a
borders etc e3v2
2020-09-13 22:35:56 -04:00
InsanityAutomation
b97b2b9df8
Fix info menu screens
2020-09-13 11:20:52 -04:00
InsanityAutomation
c6bdb2cd95
Update dwin.cpp
2020-09-08 07:48:53 -04:00
InsanityAutomation
f409cf8c87
Live axis move and z offset
2020-09-07 19:20:22 -04:00
InsanityAutomation
fbb75f41c2
Implement fix from https://github.com/cosmoderp/Marlin/commit/5c8e1e7d4af37e25fb9040dcbf690bbb089948e6
2020-09-05 15:13:10 -04:00
InsanityAutomation
d560a493b2
Update Configuration.h
2020-09-03 13:31:32 -04:00
InsanityAutomation
0395b7563e
force silent board for all v4 pcb's
2020-09-03 13:19:53 -04:00
InsanityAutomation
ebd414b3d5
MachineEnder3Pro420 -> MachineEnder3Pro422
2020-09-03 12:37:58 -04:00
InsanityAutomation
0c8bafba38
eparser and display fixes
2020-09-03 12:33:39 -04:00
InsanityAutomation
65d5c57957
Add 32 bit Ender3's
2020-09-03 12:30:06 -04:00
InsanityAutomation
b1d667c04a
Fixes
2020-09-03 12:03:20 -04:00
InsanityAutomation
ee8ea7a0b5
tweaks for e3v2
2020-09-03 12:03:20 -04:00
InsanityAutomation
89ac692bcc
Update Configuration.h
2020-09-03 12:03:20 -04:00
InsanityAutomation
88410b3cfe
Add Ender3V2
2020-09-03 12:03:20 -04:00
InsanityAutomation
60eb467bfe
Update platformio.ini
2020-09-03 12:03:03 -04:00
InsanityAutomation
1c3407ed62
Update platformio.ini
2020-09-03 12:03:03 -04:00
InsanityAutomation
82064d2341
Clean up rebase
2020-09-03 12:03:03 -04:00
InsanityAutomation
16b7cffe0f
Update Configuration_adv.h
2020-09-03 12:03:03 -04:00
InsanityAutomation
638bac84cf
Update Creality_DWIN.cpp
2020-09-03 12:03:03 -04:00
InsanityAutomation
9d3ad76d50
Minor adjustments following github issues
2020-09-03 12:03:03 -04:00
InsanityAutomation
6edb31f58c
Update platformio.ini
2020-09-03 12:02:49 -04:00
InsanityAutomation
01297cab24
add 2130 option for SKR
2020-09-03 12:02:49 -04:00
InsanityAutomation
80fa195db3
Rebase and catchup
2020-09-03 12:02:49 -04:00
InsanityAutomation
052b4387d3
Add SKRMini and DDX
2020-09-03 12:02:34 -04:00
InsanityAutomation
dd5481b001
Update platformio.ini
2020-09-03 12:02:14 -04:00
InsanityAutomation
59e1371f89
add 2130 option for SKR
2020-09-03 12:02:13 -04:00
InsanityAutomation
4fdcae6677
Rebase and catchup
2020-09-03 12:02:13 -04:00
InsanityAutomation
1c3dcae659
Update platformio.ini
2020-09-03 12:01:58 -04:00
InsanityAutomation
ec425de694
Update Configuration_adv.h
2020-09-03 12:01:58 -04:00
InsanityAutomation
29899e6fe8
Update Creality_DWIN.cpp
2020-09-03 12:01:58 -04:00
InsanityAutomation
f7eaa32bc9
Minor adjustments following github issues
2020-09-03 12:01:58 -04:00
InsanityAutomation
508dc26394
Update platformio.ini
2020-09-03 12:01:33 -04:00
InsanityAutomation
600d5922da
add 2130 option for SKR
2020-09-03 12:01:33 -04:00
InsanityAutomation
a2efee8b7b
Rebase and catchup
2020-09-03 12:01:32 -04:00
InsanityAutomation
239e4737a8
Add SKRMini and DDX
2020-09-03 12:01:00 -04:00
InsanityAutomation
c8577bc673
Update platformio.ini
2020-09-03 12:00:22 -04:00
InsanityAutomation
3bd2ed7310
add 2130 option for SKR
2020-09-03 12:00:22 -04:00
InsanityAutomation
79414a1398
Rebase and catchup
2020-09-03 12:00:22 -04:00