Commit Graph

8594 Commits (c2b1d51f164bae59e72a815447c75b5e51acd012)
 

Author SHA1 Message Date
Scott Lahteine c2b1d51f16 HAL whitespace and style cleanup
Scott Lahteine c272f2c84e Cleanup pins spacing
Scott Lahteine dff2904c0f Marlin code whitespace cleanup
Scott Lahteine 9dd5390d7d frameworks whitespace cleanup
Scott Lahteine 599f2ad983 Define pin accessors more like <Arduino.h>
Scott Lahteine 358656acc3 Tweak HAL_adc_start_conversion
Scott Lahteine 0cb4d25431 Tweaks to Servo classes
Scott Lahteine f582f1bf4e Merge pull request from thinkyhead/bf2_GT2560
Fixes for GT2560, ANET A8
Phr3d13 10c1b442ca Fixes for Anet10 and gt2560
Fixes for 2 "... not declared in this scope" compiler errors.
Phr3d13 5a3a53379f Update pins for GT2560_Rev_A_Plus
For PR 
Scott Lahteine afe77bd138 Merge pull request from thinkyhead/bf2_fixes_from_bf1
[2.0.x] Fix G3D_PANEL encoder steps, babystep label 
Scott Lahteine fdf1b8a7b8 Fix sanity check for LCD_FOR_MELZI
Comes from 
Scott Lahteine b93a55e15f Fix ST7920_DELAY_2 potentially being unset
Comes from 
Scott Lahteine ce1638e32f Add Babystep Z graphic overlay
See PR 
Scott Lahteine 49c693c85b Tweak to serial macros
Scott Lahteine 46709ed7e0 More featureful CR-10 configurations
See 
Scott Lahteine 2b112143fa Update Sanguinololu config version
Scott Lahteine 7cd5eb6d42 Update LEVEL_BED_CORNERS config option
Scott Lahteine 981a610f75 Disable BABYSTEP_XY, add to SDSORT comment
Scott Lahteine 4c5be9bb05 Fix a PARKING_EXTRUDER comment
Scott Lahteine 494b0eba2d Config spacing fix
Scott Lahteine 2281154025 Increase BABYSTEP_MULTIPLICATOR to 100
Scott Lahteine 92dbf5f148 Fix babystep edit label, allowing translation
Scott Lahteine 37eb6d1732 Babystepping code tweak
Scott Lahteine 7a29f802d0 Fix ENCODER_PULSES_PER_STEP for G3D_PANEL
Scott Lahteine 5972251b17 No need for unused LCD_PINS_Dn
Scott Lahteine 7239ab231c Fix ADVANCED_PAUSE_FEATURE in .travis.yml
Scott Lahteine c4e4a0688c Fix bug in SD Autostart
As pointed out by @marcio-ao in 
Scott Lahteine 88407727ec Merge pull request from thinkyhead/apply_7697_from_1.1.x
G33 changes from 1.1.x
Scott Lahteine 6d5fcac54a G33 changes from 1.1.x
Scott Lahteine 1ab679b1d2 Merge pull request from fiveangle/bf20-improve_avr_arch_detection
[bf20ng] Improve AVR arch detection
Dave Johnson f58ba3a64e Improve AVR arch detection
Replace ARDUINO_ARCH_AVR with __AVR__ to better detect architecture for non-Arduino dev environments.  Resolves compile failure in PIO for 8-bit Teensduino targets

More info:
https://forum.pjrc.com/threads/33234-Using-Teensyduino-Selecting-Teensy-3-2-3-1-board-has-incorrect-platform-define
http://www.atmel.com/webdoc/avrlibcreferencemanual/using_tools_1using_avr_gcc_mach_opt.html
Scott Lahteine 8089f73549 Merge pull request from thinkyhead/bugfix_refactor_work
Apply LCD changes from 1.1.x
Scott Lahteine 71d63fcafb Apply LCD changes from 1.1.x
Changes from 
Scott Lahteine 6da97ebdd1 Merge pull request from thinkyhead/bugfix_refactor_work
[2.0.x] Group G-codes to fix command-line overflow
Scott Lahteine 1587962547 Combine G-code files into fewer units
Addressing 
Scott Lahteine bfd1e75c04 Patch for caselight + lcd compile issues
Scott Lahteine ff1f211eb4 Merge pull request from tcm0116/move_framework
Move LPC1768 framework out of Marlin source folder
Thomas Moore ddbd4b73e0 Move LPC1768 framework out of Marlin source folder
Scott Lahteine 9a03f758cd Merge pull request from GMagician/bugfix-2.0.x
[PR] [Marlin 2.0] Fix compiler warning message
GMagician 00b1b33816 Fix compiler warning
Scott Lahteine f37ed314e0 Friendly layout for Arduino IDE
Scott Lahteine 06a02dd200 Workaround for SCK/MOSI pins on VIKI
Scott Lahteine 2f14eaf6a3 .gitignore: Workaround for Deviot/platformio
Scott Lahteine f9ef446fb5 Clean up after refactor
Scott Lahteine 64dfb46461 Move z_endstop_adj to Endstops
Scott Lahteine 2e20c53c9d Move endstop debug to Endstops
Scott Lahteine a10451ceed Move Volumetric methods to Planner
Scott Lahteine 6f92ab7eed Move Controller Fan to feature
Scott Lahteine 07cf75883f Move T (tool change) to cpp