Commit Graph

116 Commits

Author SHA1 Message Date
Steve Groesz 5623c6cc50 version loaded 2021.02.28 2021-12-11 16:28:50 -06:00
Simon Christmann 3884469b42
use temperatures from Configuration.h
Signed-off-by: Simon Christmann <simon@christmann.email>
2021-05-28 16:01:00 +02:00
Ivo Pischner 3431c67e39 Only formatting 2020-10-27 19:26:14 +01:00
Ivo Pischner b45fc1ef4b Only formatting 2020-10-27 19:16:52 +01:00
Ivo Pischner 53f07e4400 CR10mini E steps of 95 2020-10-27 14:48:18 +01:00
Ivo Pischner ebe4811be1 only formatting 2020-10-27 14:44:17 +01:00
Ivo Pischner 6bc184df63 BLTouch 3.1 (#14839) 2020-10-27 14:31:20 +01:00
Ivo Pischner 0b8b95bcc5 Reduce XY homing feedrate in Creality configs 2020-10-27 13:28:35 +01:00
Ivo Pischner 85e84fa0d9 Fix #else extra tokens (#15013) 2020-10-27 13:25:39 +01:00
Ivo Pischner 5730aa9f80 Fix PT-BR strings (#15023) 2020-10-27 13:24:45 +01:00
Ivo Pischner ac9d6fee53 Fix Creality bed thermistor 2020-10-27 13:23:17 +01:00
Ivo Pischner c71a627bf4 Let MINIPANEL use SW SPI if needed (#15246) 2020-10-27 13:21:08 +01:00
Ivo Pischner 9468669981 Fix for G2/G3 rounding error (#15546) 2020-10-27 13:19:22 +01:00
Ivo Pischner 92754080f3 Fix compiler warning (#15642) 2020-10-27 13:17:25 +01:00
Ivo Pischner 4183b900e5 RAMPS + Viki1 LCD compatibility (#15736) 2020-10-27 13:15:51 +01:00
Ivo Pischner 0a0f2c6a30 Fix autostart w/out SD_DETECT_PIN (#15667) 2020-10-27 13:12:45 +01:00
Ivo Pischner d2b34d5c21 MKS_GEN_L_V2 controller (#15805) 2020-10-27 13:11:05 +01:00
Ivo Pischner 5c1baa47f8 Add Korean language (#15918) 2020-10-27 13:05:41 +01:00
Ivo Pischner 2e1c610471 Polish language UTF8 (#16141) 2020-10-27 12:26:34 +01:00
Ivo Pischner 7df68aae9c Enable DUAL_NOZZLE_DUPLICATION_MODE (#16436) 2020-10-27 12:24:58 +01:00
Ivo Pischner 2a4bcb6c38 Change DUMMY_PID_VALUE to NAN (#17079) 2020-10-27 12:21:38 +01:00
Ivo Pischner 44570a9c0c Fix Z position after ABL bilinear G29 with fade (#17174) 2020-10-27 12:18:31 +01:00
Ivo Pischner 353d1b2fe6 Add missing thermistor names 2020-10-27 12:11:35 +01:00
Ivo Pischner 85d0c27315 Updated version information as this branch will be based on original Marlin 1.1.9.1 2020-10-27 12:10:07 +01:00
Sam Hardeman b1aa1a5fb9 Allow repeated command entries when in "Special Menu" by not clearing "SelectedDirectory". 2020-10-22 18:03:26 +09:00
David Ramiro 57bb40edd3
Merge BLTOUCH_V3 updates from upstream 2019-04-24 14:58:31 +02:00
David Ramiro 31551b086b
Allow higher feedrate on Y
Note to TMC2208 users: The Y axis might be too heavy to allow high travel speeds.
2019-04-04 12:02:21 +02:00
David Ramiro 425e10c29a
Fix stuttering issues on detailed models
- Optimize TFT code for state handling (pause, runout, ...)
- Remove multiple state booleans in favour of a single integer
- Remove obsolete filament runout code
- Increase jerk/accel
- Decrease TX buffer size
- Revert minimum segment time to factory default
2019-04-03 15:48:11 +02:00
David Ramiro b18052c0c3
Revert frequency changes
Needs more investigation. Suspended for now.
2019-04-03 15:12:29 +02:00
David Ramiro 2b4c936c1a
Add config option for new board revision 2019-04-01 21:24:06 +02:00
David Ramiro 1bd23dfbd8
Tweak PID autotune
- Add beep on autotune completion
- Raise cycle count on hotend PID tune via TFT from 6 to 15
2019-03-31 18:36:25 +02:00
David Ramiro b8d783b146
Increase buffer size
By default, more than 2K of SRAM are available. Using some of that to increase a few buffer sizes.
2019-03-31 18:10:45 +02:00
David Ramiro 7e29a4d88a
Merge upstream
Merging upstream changes up to 35775395d9b5206e584b3734ab7e070e072603f8
2019-03-30 14:14:39 +01:00
David Ramiro 625e264dfc
Fix for Travis CI and adjust tests 2019-03-28 11:12:57 +01:00
David Ramiro 6deb88102b
Add optional endstop beeps
Enable ENDSTOP_BEEP in Configuration.h to enable a 2KHz beep when endstops are hit. Disabled by default.
2019-03-28 00:59:25 +01:00
David Ramiro 3f19385e03
Add unretraction parameter to G26
G26 Gcode:
- Change Q parameter to only specify retraction length
- Add Z parameter for unretraction length
- Preserve fixed multiplier of 1.2 if Z isn't specified
- Add check to avoid implausible retract/unretract ratios
- Change default config values

Referencing #31. Thanks to @BlackMulch for the feedback!
2019-03-28 00:59:25 +01:00
David Ramiro 589e972102
Raise PWM frequency
Adjusting PWM frequencies to better match FDD8780, WSK220N04 and VS40200ATD MOSFET spec.

- Heater PWM frequency increased from 7.6294 Hz to 30.5176 Hz
– Referencing the Forward Bias Safe Area from the MOSFET's datasheets, this value should be safer.
- Use software PWM for fans to reduce whine
– The higher PWM frequency works well with the stock parts cooling fan and might allow for better control of third party fans
2019-03-28 00:57:09 +01:00
David Ramiro bf8b6729b2
Add optional startup chime
Enable STARTUP_CHIME in Configuration.h to play a short chime on Trigorilla startup/serial connection, disabled by default
2019-03-24 16:57:31 +01:00
David Ramiro 79f559e9af
Implement heatbed cooldown routine
- M888: Cooldown routine for the Anycubic Ultrabase (EXPERIMENTAL):
This is meant to be placed at the end Gcode of your slicer. It hovers over the print bed and does circular movements while running the fan. Works best with custom fan ducts.
- T<int>: Target bed temperature (min 15°C), 30°C if not specified
- S<int>: Fan speed between 0 and 255, full speed if not specified

Thanks to @kulfuerst for the suggestion!
2019-03-13 11:40:25 +01:00
David Ramiro c1c2743452
Rework pause, filament runout & abort
- Park head with retract on pause and abort
- Use native functions instead of Gcode
- Loud beeps to alert user on runout
- Fix potential looping issues by using flags
- Fix "Stop failed" message on some occasions
2019-03-12 16:23:29 +01:00
David Ramiro ee6094f39d
Cleanup
Improving and adding some comments to the code, updating a few details on the readme
2019-03-10 22:40:35 +01:00
David Ramiro 1a5804f260
Implement nozzle reheating on timeout via display
- Raise nozzle timeout to 10 minutes
- Use continue button as reheat trigger
- Manage nozzle_timed_out variable via display
- Add PausedByNozzleTimeout flag to enter correct routine on display
- Bump version to 1.4.3
2019-03-08 16:30:56 +01:00
David Ramiro cea54723e7
Use realtime on filament sensor
Instead of incrementing a variable on every iteration on the filament sensor trigger loop, we now use a real time macro that ensure better repeatability and is easier to customize.
2019-03-08 16:05:54 +01:00
David Ramiro 90e27ff21b
Fix indentation
Improve readability and fix #ifdef and #endif indentations
2019-03-08 01:25:21 +01:00
David Ramiro 85c32a2bb6
Fix Z movement on abort
- Referencing #29
- Adding audio feedback to special menu M500 and M502
2019-03-06 22:59:46 +01:00
David Ramiro 2c53c33d52
Tweak M600 display resume
- Add startFileprint(); call to M108 display routine to fix progress and ensure "printing done" gets shown
- Add SD printing check in marlin_main.cpp M600 routine to skip TFTstate if not necessary (e.g. USB printing)
- Move routine to the top again to ensure immediate execution
2019-02-24 15:48:03 +01:00
David Ramiro 8fc01144f1
Set SDPAUSE state on M600 regardless of prior TFTstate
Move the routine to a better position and set the state regardless of SDPRINT status.

This ensures that M600 makes the display show a continue button every time. Before, it was only behaving correctly for the first instance of M600.
2019-02-23 11:16:29 +01:00
David Ramiro 8448c67846
Streamline build identification 2019-02-23 00:31:25 +01:00
David Ramiro e822d53f2f
Merge branch 'master' into dev 2019-02-23 00:26:33 +01:00
David Ramiro 30bbf59cb0
Increase filament rounout trigger delay
In some cases, the filament runout was triggered erratically, we are now waiting for the trigger to last a few moments until we start the routine.
2019-02-22 22:26:58 +01:00