Commit Graph

5607 Commits (f2301a2a04c83d15e8810299d18be1b5af3e4fc7)

Author SHA1 Message Date
Scott Lahteine 65c50e062e Support for an RGB LED using 3 pins 8 years ago
esenapaj 3047f3c85c Suppress warning 8 years ago
jes f674246397 extend Configurations files 8 years ago
jes c90191faaf adding ukrainian laguage support 8 years ago
Sebastianv650 912704a0d8 Enable ISRs inside temperature ISR 8 years ago
Sebastianv650 f62f4006af Account for LCD improvements in ENSURE_SMOOTH_MOVES 8 years ago
Scott Lahteine 092e949b58 Merge pull request from thinkyhead/rc_core_inverted 8 years ago
Scott Lahteine e9e4208ff1 Merge pull request from Sebastianv650/improve_smooth_moves 8 years ago
Scott Lahteine c7935bb0d2 Merge pull request from thinkyhead/rc_bed_correction_fade 8 years ago
Scott Lahteine a69b1ee691 Merge pull request from thinkyhead/rc_fix_menu_actions 8 years ago
Scott Lahteine 32ee3acf86 Merge pull request from thinkyhead/rc_fixup_material_menus 8 years ago
Scott Lahteine c70a06daf1 lcd_save_previous_menu => lcd_save_previous_screen 8 years ago
Scott Lahteine 13ea43cc8d Only exit menu handler when the screen changes 8 years ago
Scott Lahteine f45b6a7762 Merge pull request from thinkyhead/case_light_menu_fix 8 years ago
Scott Lahteine 59fafb93b2 Merge pull request from AnHardt/pixel-shifting 8 years ago
Scott Lahteine 0951d385ce Don't set heater temperature above its maximum 8 years ago
Scott Lahteine c9193e856d Limit preheat parameters based on all nozzles 8 years ago
Scott Lahteine bb4529f7d2 PLA / ABS => Material 1 / 2 8 years ago
Scott Lahteine 61437d988a Fix and optimize case-light code 8 years ago
AnHardt 7a9fa78822 MENU_HOLLOW_FRAME for the menu screens 8 years ago
AnHardt 24ca1a6289 Not more then 4 stripes for u8g-devices 8 years ago
Scott Lahteine aee71c543e Minor formatting in language.h 8 years ago
Scott Lahteine 05d8d189f6 Adjust spacing in utf_mapper.h 8 years ago
Scott Lahteine 5460a529da Add option DOGM_SPI_DELAY_US 8 years ago
Scott Lahteine 71842b6a17 Apply const to LCD arguments and locals 8 years ago
Scott Lahteine b1abd7edef Optimize graphical display with selective rendering 8 years ago
AnHardt b91fab2d7d Fix USE_BIG_EDIT_FONT 8 years ago
Scott Lahteine 4cd73e183d Hide hidden files and folders 8 years ago
Scott Lahteine f6f77d34a1 Add a fade factor for mesh leveling 8 years ago
AnHardt 75fdcc14b7 Activate font and mapper for el-gr 8 years ago
AnHardt a0004e7cd3 Change font decent to -1 for tt and gr 8 years ago
Scott Lahteine 307f263f89 Merge pull request from esenapaj/Update-Japanese-translation 8 years ago
esenapaj 7070143042 Update Japanese translation 8 years ago
esenapaj ef97645002 Follow-up the PR (Case light menu (3rd attempt)) 8 years ago
Scott Lahteine 2a9b3376a9 Merge pull request from thinkyhead/rc_which_menu_actions 8 years ago
Scott Lahteine b97dafe4b8 Drop "static" keyword in ultralcd.cpp function declarations 8 years ago
Scott Lahteine 2e966f8e5b Patch Capabilities Report for "PROGRESS" 8 years ago
Scott Lahteine f60321d3e3 Merge pull request from thinkyhead/rc_turkish_update 8 years ago
Mehmet Sutas a26668b10c Add UTF8 Turkish Translation 8 years ago
Mehmet Sutas 61aa796307 Added Human Readable Comments 8 years ago
Mehmet Sutas 6fb9c6fe07 Follow-up for Turkish Language 8 years ago
Scott Lahteine d891324830 Merge pull request from mosh1/mbl_speed_fix 8 years ago
Scott Lahteine 7f8133a51f Merge pull request from Kaibob2/CaseLightMenu 8 years ago
Kai e9b42f4f47 Update language_de.h 8 years ago
Kai 0c341f0c50 Added Menu entry for Case light 8 years ago
Scott Lahteine 3bc2273ac9 Comment M540 8 years ago
Scott Lahteine 14b74181f5 Merge pull request from thinkyhead/rc_TMC2130 8 years ago
Scott Lahteine bb2114a060 Merge pull request from thinkyhead/rc_delta_safe_zone 8 years ago
Scott Lahteine 38466b1d2f Merge pull request from 8 years ago
Scott Lahteine 9b96a4a53b Merge pull request from thinkyhead/rc_some_cleanup 8 years ago
Sebastianv650 8190483eeb Improvement for ENSURE_SMOOTH_MOVES 8 years ago
esenapaj da67037550 Fix for thePR (Introduce a +1234.56 format for over 999 steps/mm) 8 years ago
Scott Lahteine 0f891e848b Merge pull request from esenapaj/Update-Japanese-translation 8 years ago
esenapaj 190a04c467 Update Japanese translation 8 years ago
esenapaj 7b836a4000 Introduce a +1234.56 format for over 999 steps/mm 8 years ago
Scott Lahteine 3e0376b45e Reorder M114 and M119 gcode cases 8 years ago
Scott Lahteine 644fac5d34 Reduce all stepper_indirection init code with macros 8 years ago
Scott Lahteine 4e4f37b6c2 Code formatting for TMC and L6470 config options 8 years ago
Scott Lahteine 127e21ae00 Extend M122 for all steppers 8 years ago
Scott Lahteine bf5f5f44cc Make TMC2130 init code auto-configure 8 years ago
Moritz d67c1d825f Add TMC2130 support 8 years ago
Scott Lahteine 11effeee2c Add an option for delta to home to the top 8 years ago
Sebastianv650 50059690e0 Allow UART ISRs inside the stepper ISR 8 years ago
Moshen Chan 29b174bfb9 Fix z feedrate value when doing mesh bed leveling. probe feedrate uses XY_PROBE_SPEED 8 years ago
AnHardt 88b38eafd8 Endstop interrupt refinement 8 years ago
Scott Lahteine 79c8591192 Merge pull request from thinkyhead/rc_smooth_move_ex-lax 8 years ago
Scott Lahteine 0215cacb30 Merge pull request from 8 years ago
Scott Lahteine 2cc32d85a3 Adjust ENSURE_SMOOTH_MOVES coding style 8 years ago
Scott Lahteine 072541f286 Update ENSURE_SMOOTH_MOVES in all configs 8 years ago
Sebastianv650 de89dc9f04 Ensure smooth print moves even with LCD enabled 8 years ago
Scott Lahteine 87b6b19256 Patch CASE_LIGHT typo 8 years ago
Scott Lahteine 0be6167f14 Merge pull request from CONSULitAS/RCBugFix_K8200_backinsync_2016-11-18 8 years ago
Scott Lahteine eb714ee873 Move dummy thermistor opts, fix redundant sensor comment 8 years ago
Scott Lahteine 7a99c6ce4f Reformat temp sensor listing 8 years ago
Scott Lahteine 181cdb3cfe Move GCode list above include lines 8 years ago
Scott Lahteine 25d0c167bd More detailed static_assert messages 8 years ago
Scott Lahteine eb120e518c Followup to new endstop interrupts feature 8 years ago
Scott Lahteine 832fe284b4 Merge pull request from AnHardt/endstop_interrupts 8 years ago
CONSULitAS cbae44df64 K8200: Example configuration back in sync 8 years ago
esenapaj 5db3738fe7 Re-follow the PR (Set language display charset in language.h) 8 years ago
Scott Lahteine 6eb6f12c64 Patch up some language formatting 8 years ago
Bo Herrmannsen 8cffa60cc5 Update to Danish language 10/11-2016 8 years ago
Scott Lahteine 98600e1433 Minor stepper cleanup 8 years ago
Florian Heilmann d08867986e Add autotemp capabilities to M104 8 years ago
Sebastianv650 c11b2bb777 Bugfix LIN_ADV 8 years ago
Scott Lahteine ee0765e872 Merge pull request from esenapaj/Update-Japanese-translation 8 years ago
Scott Lahteine 2330619da0 Merge pull request from petrzjunior/const 8 years ago
esenapaj b278b7a395 Update Japanese translation 8 years ago
Petr Zahradník junior d7ce5d271b
Replace const bool with #define for consistency 8 years ago
Scott Lahteine d63230d73e Merge pull request from Kaibob2/patch-7 8 years ago
Scott Lahteine 548b45026d Merge pull request from Sebastianv650/RCBugFix_planner_opt 8 years ago
Scott Lahteine 5d23e52d75 Merge pull request from thinkyhead/rc_keep_last_mix 8 years ago
Scott Lahteine db47aa983d Merge pull request from mtowara/RCBugFix 8 years ago
Scott Lahteine 99b0c1fe56 Fix DIRECT_MIXING_IN_G1 to preserve the previous mix 8 years ago
Markus Towara 23a675f621 reduce binary size of .hex 8 years ago
Markus Towara 5b6e2cecf5 bump c/c++ standard to gnu11 8 years ago
Scott Lahteine 410657b050 Fix G30 with limits, print correct probe XY 8 years ago
AnHardt f3eee02596 Introduce endstop interrupts 8 years ago
Sebastianv650 e3ffb58fbd Save some cycle inside the planner 8 years ago
Scott Lahteine 665b7f3893 Merge pull request from thinkyhead/rc_mixing_faster 8 years ago
Scott Lahteine 60cc9342a4 Merge pull request from thinkyhead/rc_extended_host_support 8 years ago
Scott Lahteine f663220e87 Store Mix factors as reciprocals and multiply 8 years ago
Scott Lahteine ea3c08d249 Merge pull request from esenapaj/Follow-up-the-PR-#5167-etc 8 years ago
Scott Lahteine c488378532 Merge pull request from Sebastianv650/RCBugFix_stepperpatch 8 years ago
Michael Neumann 8bdf303da0 Update pins_MEGATRONICS_3.h 8 years ago
Michael Neumann 3890366c83 Update pins.h 8 years ago
Michael Neumann c0d45ca7f2 Update boards.h 8 years ago
Sebastianv650 cdc18f8c22 Remove useless line from stepper ISR 8 years ago
Kai 8e8b4398f3 Printer Stats / Completed prints line doesn't fit in display (when german) 8 years ago
Scott Lahteine b31a07e261 Stateful M355 with separate P parameter 8 years ago
Scott Lahteine 3c9a838651 Extended capabilities report in M115 8 years ago
Scott Lahteine 68b866b5dd Add M155 - Auto-report temperature with interval 8 years ago
Scott Lahteine 68b46fb2c9 Allow send to i2c address 0 (broadcast) 8 years ago
Scott Lahteine 75bfde9945 M155=>M260, M156=>M261 8 years ago
esenapaj 2ae72b0491 Follow up the PR (Add Turkish Language) again, etc 8 years ago
Scott Lahteine 06f2282f82 Merge pull request from thinkyhead/rc_filchange_feedback 8 years ago
Scott Lahteine dcfd7c69e8 Merge pull request from nzinov/RCBugFix 8 years ago
Scott Lahteine e765eebfb0 Patch spacing in bilinear grid report 8 years ago
Scott Lahteine 7780052fb3 Give instant feedback for filament change 8 years ago
esenapaj 24e3f7abe7 Update Turkish translation 8 years ago
esenapaj be48792e9c Follow up the PR (Add Turkish Language), etc 8 years ago
Scott Lahteine 1864b282c5 Implement reversed CORE options 8 years ago
Scott Lahteine e3c8318504 Add reversed CORE options 8 years ago
Rigid3D 2327764980 Add Turkish Language 8 years ago
Nikolay Zinov dea00bbcf1 improve G30 probing 8 years ago
Scott Lahteine 00662b8635 Minor babystep cleanup patches 8 years ago
Scott Lahteine cad792e702 Reduce code for invariant lcd_detected 8 years ago
Scott Lahteine b23d255491 Move macros above Stepper::babystep 8 years ago
Scott Lahteine cc57d46158 Fix set_position for CoreYZ 8 years ago
Scott Lahteine 0269347682 Merge pull request from thinkyhead/rc_old_slowdown_what 8 years ago
Scott Lahteine e92e2b2446 Merge pull request from Sebastianv650/RCBugFix_LIN_ADV_wipe 8 years ago
Scott Lahteine 176aeafc19 Don't define bilinear_line_to_destination on kinematic setups 8 years ago
Sebastianv650 d448500643 Account for moves with negative E movements 8 years ago
Scott Lahteine 236853df22 Corrections to bilinear_line_to_destination 8 years ago
Scott Lahteine 0115e495fe Fix up Dual X switch blocks 8 years ago
Scott Lahteine 2495ab7af2 Make dual_x_carriage_mode an enumeration 8 years ago
Scott Lahteine d6c36f5bb9 Fix Z raise with DXC_AUTO_PARK_MODE 8 years ago
Scott Lahteine 0c79553fc5 Cast int to AxisEnum for some accessors 8 years ago
Scott Lahteine adbf1f7dca Add M355 to the GCodes list. 8 years ago
Scott Lahteine 63efc10599 Merge pull request from thinkyhead/rc_bilinear_split_lines 8 years ago
Scott Lahteine 12167bc8f3 OLD_SLOWDOWN does nothing, so remove it 8 years ago
esenapaj c8c1a28f6f Follow-up the PR (Centralize click-handling in the LCD loop) 8 years ago
esenapaj c3a105186d Follow-up the PR (M355 Case light) 8 years ago
Scott Lahteine ee5b8d6dc8 Split moves on grid boundaries with bilinear ABL on cartesian 8 years ago
Scott Lahteine 66744a6076 Merge pull request from thinkyhead/rc_M355_case_light 8 years ago
Scott Lahteine 955d14acb0 Patch photo pin code style 8 years ago
Stanley ab3f966f5f Case light G-code M355 8 years ago
Scott Lahteine 8b44413498 Merge pull request from Sebastianv650/RCBugFix_LIN_ADV-Patch 8 years ago
Scott Lahteine f418e82b15 Remove redundant definition of EN_C 8 years ago
Sebastianv650 f9bea7968f BugFix for incorrect E-speed calculation 8 years ago