Commit Graph

494 Commits

Author SHA1 Message Date
Knutwurst
d19dbf0be5 Use software PWM for fans and heaters to minimize fan noise and support bigger fans. Also use pwm dithering to ensure the same fan speed resolution. 2022-01-24 21:14:35 +01:00
Knutwurst
425f89e924 New PID Values for new thermistor settings 2022-01-24 19:47:03 +01:00
Knutwurst
66eeb0d7ec Fix Mesh Leveling not homing at start. 2022-01-23 14:45:47 +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
f85e2ebb22 Stop/Abort now works as expected and does not kill the printer. 2022-01-23 12:39:32 +01:00
Knutwurst
47adc716b2 Pause on Filament Runout also works now 2022-01-23 12:27:01 +01:00
Knutwurst
a2efdedde4 Pause/Reheat/Resume now works as expected. 2022-01-23 11:07:04 +01:00
Knutwurst
c8ffbe769b Fix Typo 2022-01-22 22:13:03 +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
a09cf3034e Some Debug cleanup 2022-01-22 18:36:16 +01:00
Knutwurst
03c4a3de09 Fix 4MAX build 2022-01-22 16:19:55 +01:00
Knutwurst
0d4346542b Disable POWER_OFF Pin for other printers than 4MAX so Pin 21 can be used for BLTouch. Also add two thermistor types for debugging purpose. 2022-01-22 15:34:24 +01:00
Knutwurst
7ef2dbdac3 Set correct thermistor type for all stock anycubic printers. 2022-01-21 18:07:26 +01:00
Knutwurst
f3c4dfa196 Bump version for next beta release 2022-01-09 15:09:28 +01:00
Knutwurst
a7495a49c5 Cleanup unused environment variables from older build configurations 2022-01-09 15:07:10 +01:00
Knutwurst
341addb39f More Anycubic 0.0.2 TFT fixes, thanks to @etet100 2022-01-09 14:55:02 +01:00
Knutwurst
b6b2995b5e - Fix resume from pause (M108)
- Use serial out from progmem for debugging
2022-01-09 14:48:21 +01:00
Knutwurst
899f35e029 Remove 4MAX Metal Configuration because the printer uses a 12864 display instead of Anycubic 0.0.2 2022-01-09 14:43:47 +01:00
Knutwurst
12545edfc7 Add Anycubic 0.0.2 debug feature 2022-01-09 14:34:15 +01:00
Knutwurst
f631eeac24 Set deault fade height to 0 mm to disable it 2021-11-21 21:32:40 +01:00
Knutwurst
60ff8e8cb2 Increase probing margin to avoid X to move ourside the bed 2021-11-20 23:40:53 +01:00
Knutwurst
f2615b7972 Add missing Touchscreen implementation to M104 and M109 temperature controller. 2021-11-17 16:56:10 +01:00
Knutwurst
2719ba6690 Add Z_SAFE_HOMING for 4MAX with BLTouch 2021-11-16 12:24:57 +01:00
Knutwurst
d0219c5632 Add Z_MIN_ENDSTOP inversion logic 2021-11-16 12:22:44 +01:00
Knutwurst
4b9b66b8a6 Fix in BLT Config 2021-11-16 12:16:54 +01:00
Knutwurst
515df460ae BLTouch Config for 4MAX Pro which uses Z-Min-Pin 2021-11-16 12:13:33 +01:00
Knutwurst
446e447c50 Disable Z Software Endstop for BLTouch 2021-11-14 12:25:18 +01:00
Knutwurst
deb825eb61 Update release date 2021-11-11 09:53:52 +01:00
Knutwurst
d7cd75dba6 Implement missing Pause feature for Anycubic TFT 2021-11-11 09:13:51 +01:00
Knutwurst
62e2473450 Recreate Chiron ABL TFT feature 2021-11-10 11:48:33 +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
85fb3005e4 Change ANY to EITHER macro when only using two values 2021-11-07 11:27:45 +01:00
Knutwurst
8bf38f49a0 Adapt new setAxis implementation 2021-11-07 11:25:06 +01:00
Knutwurst
35ea8497b0 Fine tune acceleration, jerk and feedrate settings for all printers especially 4MAX Pro 2021-11-06 21:50:09 +01:00
Knutwurst
e03c58d79a Restore leveling after G28 2021-11-06 01:59:39 +01:00
Knutwurst
9cbf70c2ee Fix Pid Tune Hotend on 4MAX and 4MAXP2 2021-11-05 11:07:44 +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
Knutwurst
62479aabd0 Add 4MAX BLTouch build environments. 2021-11-05 10:32:15 +01:00
Knutwurst
9bf04b2e18 PowerOffPin set up at init. 2021-11-03 20:57:42 +01:00
Knutwurst
806737d701 Disable unused 4MAX powerdown code 2021-11-03 20:47:48 +01:00
Knutwurst
48688147b9 Move Power-off-pin to ramps.h 2021-11-03 20:15:47 +01:00
Knutwurst
0fae7ebb09 Add auto-power-down feature to 4MAX Pro. 2021-11-03 19:25:31 +01:00
Knutwurst
38962febfe Bump release date for new version 2021-11-03 15:06:51 +01:00
Knutwurst
b6a11d2648 Add EZLevel points for 4MAX and 4MAX Pro 2021-11-03 15:05:20 +01:00
Knutwurst
bdd8e15b65 Set correct baudrate to first serial interface 2021-11-03 14:46:41 +01:00
Knutwurst
bb8c10ea60 Add missing eeprom features for Chiron TFT leveling. 2021-11-03 13:20:07 +01:00
Knutwurst
d581c26db2 Remove SERIAL_PORT_2 code duplication 2021-11-03 09:31:01 +01:00
Oliver Köster
7432ea4000 Merge pull request #222 from stklcode/feature/laser
config: define laser pins for Mega P
2021-11-02 11:10:30 +01:00
Knutwurst
1707addea7 bump version for nex beta release 2021-11-02 11:02:35 +01:00
Stefan Kalscheuer
a16109379e config: define laser pins for Mega P 2021-11-02 10:53:02 +01:00