Commit Graph

77 Commits

Author SHA1 Message Date
Knutwurst
d4fe673b96 Add M600 config for CHIRON. 2023-06-02 18:54:52 +02:00
Knutwurst
e8d38ba955 Enable alphabetical SD card file sorting. 2023-05-31 21:19:37 +02:00
Knutwurst
1df0ee59d2 Set correct filament sensor pins for chiron in correspondig header and enable new file list implementation. 2023-05-29 20:34:08 +02:00
Knutwurst
8e34d7dc7c Fix 4MAXP2 Build. 2023-05-29 19:27:55 +02:00
Knutwurst
7fbbbba752 Fix Typo 2023-05-29 14:20:28 +02:00
Knutwurst
2b5816037a Add custom M600 configuration for DirectExtruder 4MAX Pro 2.0. 2023-05-29 12:35:07 +02:00
Knutwurst
bb8d41c0e1 Disable BLTouch Highspeed Mode by default (can be enabled via M401 S1) 2023-05-28 17:28:12 +02:00
Knutwurst
570c419165 Use toolhead/nozzle paring position when aborting the SD print, instead of G28 homing. 2023-05-24 23:06:13 +02:00
Knutwurst
7cc485ae3e Fix host action commands conflicting with integrated filament sensor 2023-05-24 19:36:20 +02:00
Knutwurst
62fcc2ff35 Fix filament sensor, but disable host action commands. 2023-05-24 19:22:58 +02:00
Knutwurst
c01193bf40 Finally fix print/pause/resume and M600 filament change. 2023-05-24 14:42:09 +02:00
Knutwurst
a019c471d1 Code cleanup. 2023-05-23 22:18:21 +02:00
Knutwurst
c03aa9d5a4 Fix Z home position not touching the buildplate (see #396) by removing the 2mm HOMING_BACKOFF_POST_MM on z. 2022-12-21 08:58:53 +01:00
Stefan Kalscheuer
67c7ce7b79 Merge upstream changes from Marlin 2.1.2 2022-12-19 15:31:22 +01:00
Stefan Kalscheuer
986e416c7f Merge upstream changes from Marlin 2.1.1 2022-09-03 09:23:32 +02:00
Stefan Kalscheuer
465f4cbf60 config: enable g-code M808 for repeat markers (#325) 2022-05-09 19:45:56 +02:00
Knutwurst
4985c9abf5 Only enable babystepping and probe offset change when BLTouch is enabled. 2022-02-23 10:08:45 +01:00
Knutwurst
0eaa8f902f Combine M851 and Z babystepping 2022-02-23 10:03:44 +01:00
Knutwurst
e5271d7b2f Optimize Extruder Feedrates and turn off fans at pause. 2022-01-27 16:08:45 +01:00
Knutwurst
f56b9f58ab Increase nozzle park timeout to 1 minute and bump version for next release 2022-01-23 12:42:42 +01:00
Knutwurst
a2efdedde4 Pause/Reheat/Resume now works as expected. 2022-01-23 11:07:04 +01:00
Knutwurst
f041be8338 TFT Pause/Resume works again, but Filament runout does not park the nozzle. 2022-01-22 21:01:17 +01:00
Knutwurst
a7495a49c5 Cleanup unused environment variables from older build configurations 2022-01-09 15:07:10 +01:00
Stefan Kalscheuer
866675b72b config: enable host action commands and host prompt support
This allows actions for pause/resume and receive a notice on
filament runout or change requests in OctoPrint.
2021-11-09 20:32:18 +01:00
Knutwurst
dd169b7cca Reenable Linear Advance on all models which was disabled since Update to 2.0.9.2 2021-11-05 11:02:47 +01:00
Stefan Kalscheuer
a16109379e config: define laser pins for Mega P 2021-11-02 10:53:02 +01:00
Stefan Kalscheuer
7077da3591 update code base to Marlin 2.0.9.2 2021-11-02 10:28:40 +01:00
Knutwurst
c4725d946d Add original 4MAX Metal configuration and build profile. Also add Case Light control. 2021-10-31 00:09:41 +02:00
Knutwurst
4a58b4b093 Add full 4MAX Pro 2.0 configuration including case light. This might be buggy regadring motor directions and has to be tested! 2021-10-29 18:12:06 +02:00
Knutwurst
1ecca13347 Disable Steppers after 3 Minutes idle time. 2021-08-22 22:07:09 +02:00
Ashley Sommer
92bfd1b495 Backport meatpack feature from upstream 2021-08-20 13:45:16 +10:00
Knutwurst
28f97829c2 Disable auto stepper deactivation because it causes problems with the mesh leveling 2021-06-25 08:39:44 +02:00
Knutwurst
035538dac7 Back to special TMC/A4988 timings 2021-06-21 21:50:18 +02:00
Knutwurst
df00fdd01e Fix Chiron Endstop Configuration and Pin mapping. 2021-06-21 12:02:00 +02:00
Knutwurst
f358634e0a Fix for Mega Pro whining noise 2021-06-18 11:11:12 +02:00
Knutwurst
2bf9fc57cc Update float conversion 2021-06-12 16:15:47 +02:00
Knutwurst
4172c90f07 More chiron fixes. Reduced memory usage and better thermal runaway values. 2021-06-12 11:06:16 +02:00
Knutwurst
1d499a99f8 Chiron fixes by DKoch83 2021-06-04 18:29:02 +02:00
Knutwurst
f902d5e827 - Ultra-Fast BLTouch leveling
- EEPROM is saved automatically after BLTouch level
- Music plays after BLTouch
2021-05-13 20:47:49 +02:00
Knutwurst
5ffe3eed64 Disable SW_MODE for BLTouch. Also reenable mesh insets to ensure the nozzle stays inside boundries. 2021-04-21 12:40:55 +02:00
Knutwurst
d7a11222a8 Hotfix for BLTouch on Mega S and Mega X. 2021-04-21 11:12:34 +02:00
Knutwurst
4e2e623790 Fix levelling mesh size for large printers like chiron. 2021-04-13 20:53:33 +02:00
Knutwurst
6f4ee21cc9 Fix Mesh bed leveling for Chiron without BLTouch or TFT Levelling. 2021-04-11 18:27:53 +02:00
Knutwurst
6457ce2d1c Set automatic Fan speed for Chiron Models. 2021-04-11 12:18:02 +02:00
Knutwurst
0033b9a289 Rewrite of the Chiron pin mapping. 2021-04-10 15:51:26 +02:00
Knutwurst
6ed85e90d0 Fix non working extruder fan on Mega P and Chiron. 2021-04-10 15:05:10 +02:00
Knutwurst
56e81609d7 Fix Mega x fan not working 2021-03-05 21:25:32 +01:00
Knutwurst
3b6d20d657 Fix build for MEGA_P 2021-02-18 18:45:13 +01:00
Knutwurst
7949ab4f51 - Fix Mega X pin mapping
- Fix Chiron support
2021-02-17 16:40:34 +01:00
Knutwurst
d735bccbb6 Disable automatic leveling restore after G28 because it's buggy. Also enable BLTouch Software-Mode after deploy to ensure compatiblity with BLT3.1 and some cheap wiring. 2021-01-20 10:47:24 +01:00