138 Commits (5249765508eeb37673eccdd39a17d0cc4ed923d6)

Autor SHA1 Nachricht Datum
  Scott Lahteine f36f91dfb5 Reduce code with no heated bed vor 7 Jahren
  Scott Lahteine 8519451161 Comment, improve filament width sensor vor 7 Jahren
  Scott Lahteine 1063b3b2b8 Changes for parity with 2.0.x vor 7 Jahren
  Scott Lahteine 5d01a2f467 Move temperature reporting to Temperature class vor 7 Jahren
  Scott Lahteine 794f8f1329 Update K1 => PID_K1 vor 7 Jahren
  Scott Lahteine 38e5883d44 Apply const to thermal_runaway_protection args vor 7 Jahren
  Scott Lahteine b0ff3a4c6d Cleanup around updatePID vor 7 Jahren
  Rowan Meara 39cc36d3f1 [1.1.x] M303 thermal runaway protection (#8209) vor 7 Jahren
  Bob-the-Kuhn 9651d01e1a Add Skynet/ANET A10 support vor 8 Jahren
  Scott Lahteine a9f8e518bf Fix FILAMENT_WIDTH_SENSOR infinite loop issue vor 8 Jahren
  Scott Lahteine 7769a22064 Tweaks to temperature code vor 8 Jahren
  Thomas Moore e47029199e Remove ADVANCED_PAUSE_FEATURE requirement for PROBING_HEATERS_OFF (#7000) vor 8 Jahren
  Scott Lahteine dde8bb7c8b Fix extrude_min_temp compiler warning vor 8 Jahren
  Bob-the-Kuhn c34d7a29a6 fix redefinition errors for redundant_temperature vor 8 Jahren
  Scott Lahteine b0eae68f57 Prevent bed temperature being set too high vor 8 Jahren
  Thomas Moore fb5e0ffe16 Unify M600 and M125 pause features (#6407) vor 8 Jahren
  Scott Lahteine 34cfbc90cd Use new attribute macros in more places vor 8 Jahren
  Scott Lahteine b29dbbd5e4 Use uint16_t for temps vor 8 Jahren
  Scott Lahteine ebcd1aaf88 Access hotend/bed temperatures as float vor 8 Jahren
  Scott Lahteine 71396f77d3 Cleanups following recent commits vor 8 Jahren
  Scott Lahteine a1e04942a2 Cleanup to software PWM variables vor 8 Jahren
  Brian faa270071d Improve BLTOUCH_HEATERS_OFF functionality vor 8 Jahren
  bgort ae7c602031 fix error in M105 output -- use SERIAL_PROTOCOL for ints instead of SERIAL_PROTOCOL_F (#6584) vor 8 Jahren
  Scott Lahteine 6854f08d22 Shut down autotemp in disable_all_heaters vor 8 Jahren
  Scott Lahteine 2658cc707a Treat temperature as integer, when possible vor 8 Jahren
  Thomas Moore 72a7fac461 Only queue babysteps if axis is in a known position vor 8 Jahren
  Scott Lahteine 7f950a80c0 Make ADC sensor reading frequency adjustable vor 8 Jahren
  Scott Lahteine 832064e4f2 Implementation changes to support 5 extruders vor 8 Jahren
  Scott Lahteine 699310d1d2 Fix: Thermal runaway if nonexistent bed's temp is set vor 8 Jahren
  Scott Lahteine 6618346148 Patches to work around "register spill" compiler bug vor 8 Jahren
  Sebastianv650 271ced7341 Prevent re-entering of temperature ISR vor 8 Jahren
  Scott Lahteine e44294bb4d Make HOTEND_LOOP more consistent, let compiler optimize it vor 8 Jahren
  Scott Lahteine 1864b282c5 Implement reversed CORE options vor 8 Jahren
  Scott Lahteine 00662b8635 Minor babystep cleanup patches vor 8 Jahren
  Scott Lahteine d963020532 Sort out some header dependencies vor 8 Jahren
  Scott Lahteine 1e551c0688 Revert "Squashed - Removal of PID functional range" vor 8 Jahren
  Rerouter 02fe9cf558 Removal of functional range constraint vor 8 Jahren
  Rerouter a765c98850 Removal of the constraints of the Iterm vor 8 Jahren
  Scott Lahteine 076f3a8284 unsigned char => uint8_t vor 9 Jahren
  Scott Lahteine 01d4703429 PREVENT_DANGEROUS_EXTRUDE => PREVENT_COLD_EXTRUSION vor 9 Jahren
  Scott Lahteine 3e8f9ecd1c Extend min/max_temp_error for the bed vor 9 Jahren
  Scott Lahteine b73203a0b7 Move some includes around to uncover missing deps vor 9 Jahren
  Scott Lahteine 63fd1f49a6 PID_EXTRUSION_SCALING, disabled by default vor 9 Jahren
  Scott Lahteine b40661cb18 Fix output of heater states vor 9 Jahren
  Scott Lahteine 2d378fac1b No need to include thermistortables.h in Configuration.h vor 9 Jahren
  Scott Lahteine cdd77d23bb Neaten up temperature member data vor 9 Jahren
  Scott Lahteine d4c68279c8 Add "P" parameter to M302 vor 9 Jahren
  Scott Lahteine 809da999dc Apply HOTEND_INDEX in preheat methods vor 9 Jahren
  Scott Lahteine 3d78b690e5 Single PID dataset with HOTENDS == 1 vor 9 Jahren
  Scott Lahteine bf9967c65d Apply HOTEND_INDEX in MILLISECONDS_PREHEAT_TIME vor 9 Jahren