307 Commits (153e240cddffa33bc80bc9b99729c50f53b4ace8)

Autor SHA1 Mensaje Fecha
  Scott Lahteine 938e6d15c4 Patch up some flaws, here and there hace 9 años
  Scott Lahteine b73203a0b7 Move some includes around to uncover missing deps hace 9 años
  Scott Lahteine 14c5a46ee9 Use multiplication for MMM_SCALED hace 9 años
  Scott Lahteine 330f82971b Buzzer requires BEEPER_PIN hace 9 años
  Scott Lahteine 63fd1f49a6 PID_EXTRUSION_SCALING, disabled by default hace 9 años
  João Brázio 226e74a438 Fixes safe_delay() to be fully compatible with delay() hace 9 años
  Scott Lahteine 844a4e799e Account for DELTA in Planner::refresh_positioning hace 9 años
  João Brázio 2b5faa61e2 Consolidates Buzzer and Speaker into a single object hace 9 años
  Scott Lahteine b40661cb18 Fix output of heater states hace 9 años
  Scott Lahteine 3be49881c0 Make SanityCheck.h a catch-all for obsolete configs hace 9 años
  Scott Lahteine d9f7ed9a3c Move some macros from Marlin.h to macros.h hace 9 años
  Scott Lahteine c6226bb0aa Unify config in a single include without nested includes hace 9 años
  Scott Lahteine df27d01cd9 Arrange needed includes in Marlin.h hace 9 años
  Scott Lahteine e4816293a8 serial_echopair_P for uint16_t hace 9 años
  Scott Lahteine f75b0c2ee1 Make POSITION macros global hace 9 años
  Scott Lahteine 08459a003f Undo the self-sabotage that is do_blocking_move_to_axis_pos hace 9 años
  Scott Lahteine 35a610abf9 const arg to inverse_kinematics hace 9 años
  Scott Lahteine d5e2d523c7 Generalize kinematics function names hace 9 años
  Scott Lahteine 4b1725628b Move kinematic functions to "private" scope hace 9 años
  Scott Lahteine 9f30cc84ce Use set_current_from_steppers for other kinematics hace 9 años
  AnHardt 5db9b940ee Use forwardKinematics in DELTA run_z_probe() hace 9 años
  Scott Lahteine cbc7f22ad9 Implement DUAL_NOZZLE_DUPLICATION_MODE hace 9 años
  Scott Lahteine 976c31235d inline to fix warnings, smaller build size (sometimes) hace 9 años
  João Brázio 47fef80848 Nozzle::clean() no longer requires HAS_BED_PROBE hace 9 años
  João Brázio 3ebad4e020 Moves all global enums to a central file hace 9 años
  João Brázio f4d63796b2 Adds utility.h hace 9 años
  Scott Lahteine 93ba5bddd7 Append units to feedrate variables hace 9 años
  Scott Lahteine 21ee0612e3 Debug char hace 9 años
  Scott Lahteine 05da02f0a2 Implement MIXING_EXTRUDER and SWITCHING_EXTRUDER hace 9 años
  João Brázio a8758619ec The safe_delay() is now globaly accessible hace 9 años
  AnHardt d2a49c016d DELTA: Move out of the clip-zone after G28 hace 9 años
  Scott Lahteine 4b4a582c4f X_DUAL_STEPPER_DRIVERS implementation hace 9 años
  Scott Lahteine 2ee4e4f791 Make wait_for_heatup volatile hace 9 años
  Scott Lahteine 834ad14c8d Add quickstop_stepper to update current position with stepper.quick_stop() hace 9 años
  AnHardt a129078927 Add an emergency-command parser to MarlinSerial (supporting M108) hace 9 años
  Petr Zahradnik 43ff0ce35f Rewritten FILAMENT_CHANGE_ENABLE feature hace 9 años
  Scott Lahteine bd491818d6 Reduce storage requirements for strings, make some PGM hace 9 años
  Scott Lahteine bb9c67b4b5 Tweak some feedrate vars hace 9 años
  Scott Lahteine 1000563d80 Make M851 standard with a bed probe hace 9 años
  Scott Lahteine b75e648f2c Clarify names of prepare_move functions hace 9 años
  João Brázio 5b5aa1572b Non-blocking buzzer hace 9 años
  Scott Lahteine 4980ecc1f7 Smaller binary using inline gcode argument getters hace 9 años
  Reid Rankin 16212432c9 G20/21 and M149 support, and code_value() refactor hace 9 años
  Scott Lahteine a3e25a0fca Instead of trying to move now, set a flag to move asap hace 9 años
  Scott Lahteine 664b299a51 This fix is not DELTA compatible hace 9 años
  Scott Lahteine 064efb20e0 Also call clear_command_queue for lcd_sdcard_stop hace 9 años
  Scott Lahteine 6277395e1e set_current_position_from_planner() after stepper.quick_stop() hace 9 años
  Scott Lahteine 516e79bbda Declare extruder_duplication_enabled in Marlin.h hace 9 años
  Scott Lahteine 4041508ffb Function decl. in headers don't need "extern" hace 9 años
  Scott Lahteine b4c891dfd2 Remove obsolete reference to prepare_arc_move hace 9 años