24 Commits (f5aaa2d6c0e4b543ab9047b48c592081921c903a)

Author SHA1 Message Date
Scott Lahteine 0436e16fb2 Apply shorthand Assembler macros 6 years ago
Scott Lahteine 63e4afc910 Do rounding in integer (instead of FIXFLOAT) 6 years ago
Scott Lahteine d470a1234f Fix ENABLED/DISABLED for DUE 6 years ago
Scott Lahteine 5ac226aa93 Further cleanup of inline delays 6 years ago
Scott Lahteine 7b6e742436 Wrap delay macros in do{}while(0) 6 years ago
Scott Lahteine 456cf971af HAL FastIO cleanup and fixes 6 years ago
Scott Lahteine d462be6de6 Try FIXFLOAT rounding based on sign 6 years ago
Scott Lahteine 12c5fdfdb5 Fix CYCLES_PER_MICROSECOND conflict on STM32F1 6 years ago
Scott Lahteine 451fb16f9b Fix CYCLES_PER_MICROSECOND conflict 6 years ago
Thomas Moore 786746404b [2.0.x] Apply feedrate to nozzle movement for kinematic machines (#8778) 6 years ago
Scott Lahteine c251601916 Simplified SET_BIT, moved to endstops.cpp 6 years ago
Scott Lahteine f5cfdf6efe Use _BV32 to avoid name conflict 7 years ago
Scott Lahteine 58671e1bc1 Marlin must override _BV for 32-bit masks! 7 years ago
Scott Lahteine 42933c804a Cleanups for STM32F7 7 years ago
Eduardo José Tagle ac168a03c8 Fixes for the Arduino DUE HAL (Serial Port, Graphics Display, EEPROM emulation) (#8651) 7 years ago
Scott Lahteine b8bc965414 General cleanup HAL timers 7 years ago
LVD-AC 65f365333f [2.0.x] G33 probe error handling 7 years ago
Scott Lahteine c6b0c104bb Adapt G26 to work for all meshes 7 years ago
Scott Lahteine b9327a4d16 Misc. general cleanup 7 years ago
Scott Lahteine 723f2a77f6 Implement support for Dual X and Y endstops 7 years ago
Scott Lahteine 508d764d63 Add serial XON/XOFF handshaking 7 years ago
Scott Lahteine 4231faf779 Initial split-up of G-code handlers by category 7 years ago
Scott Lahteine f52a31a275 Core updates 7 years ago
Scott Lahteine 4e4d16c92e Move 'core' files 7 years ago
Christopher Pepper 4b16fa3272 Implement HAL and apply macros across code-base 7 years ago
Scott Lahteine 6c45d0fd81 Apply maths macros and type changes ahead of HAL 7 years ago
bgort 2f55870edb [New Feature] I2C position encoder support (#6946) 7 years ago
Scott Lahteine 4a96433b7e Simplify counting of printable characters 7 years ago
Scott Lahteine 6b9ca16f36 Patch lcd_print edge limit code 7 years ago
Scott Lahteine f4028fe088 New GCode Parser - Implementation 7 years ago
Scott Lahteine 34cfbc90cd Use new attribute macros in more places 7 years ago
oldmcg 48f7652143 UBL G29 -P3.1 smart fill (#6823) 7 years ago
Scott Lahteine 081bf1f879 Patch #else / #endif comments 7 years ago
Scott Lahteine 6a9b008044 Fix MINIMUM_STEPPER_PULSE maths 7 years ago
Scott Lahteine e02a5a6371 Add macros for delays by machine cycle 7 years ago
Scott Lahteine 04050237f0 Header and pins changes to support 5 extruders 7 years ago
Scott Lahteine 4487d22d56 Apply FIXFLOAT macro 7 years ago
Scott Lahteine 25a6bfa7ed Add and apply WITHIN macro 7 years ago
Scott Lahteine 87b03b16bd Use a macro for array copies 7 years ago
Scott Lahteine c9193e856d Limit preheat parameters based on all nozzles 8 years ago
Scott Lahteine f663220e87 Store Mix factors as reciprocals and multiply 8 years ago
Josef Pavlik c2b51af3ba fixed warning: ISO C does not permit named variadic macros 8 years ago
Scott Lahteine 5f5a55a0de Add a ZERO macro to clear arrays 8 years ago
Scott Lahteine eabff30e75 Improve MINIMUM_STEPPER_PULSE 8 years ago
Scott Lahteine 413b61e64a Add HYPOT2 and float comparison macros 8 years ago
Scott Lahteine 280534c06f Add M211: Enable/Disable Software Endstops 8 years ago
Scott Lahteine 628dcbc764 extruder_multiplier => flow_percentage 8 years ago
Scott Lahteine b73203a0b7 Move some includes around to uncover missing deps 8 years ago
Scott Lahteine d9f7ed9a3c Move some macros from Marlin.h to macros.h 8 years ago
Scott Lahteine 93ea281061 Split up Conditionals.h into two files 8 years ago