Scott Lahteine
2c099fd4c2
Update Thermal Protection Documentation
7年前
Colten Edwards
a6160916b0
[2.0] Fix M48 for delta printers/ABL compile issue (#8286 )
* fix M48 for delta printers
fix M48 for delta printers. home printer if not already homed.
* remove ENABLED(DELTA)
remove ENABLED(DELTA) as it is not needed.
* Update M48.cpp
* abl needs queue.h
without queue.h abl will not compile since there is a script that runs at the end of it and we need to queue it up.
7年前
Scott Lahteine
776cb52629
Merge pull request #8310 from thinkyhead/bf2_fixes_for_117
[2.0] Fix G92 for native workspace
7年前
Scott Lahteine
17ef0a513b
Update G92 for native workspace
7年前
Scott Lahteine
b4bf8928aa
German language updates
Corresponding to #8306
7年前
Scott Lahteine
e54881c408
Merge pull request #8304 from tcm0116/2.0.x-delta_eeprom
[2.0.x] Fix Delta EEPROM
7年前
Thomas Moore
73ca5345e1
Fix Delta EEPROM
7年前
Scott Lahteine
714d2b9bbc
Merge pull request #8297 from thinkyhead/bf2_M118_and_others
[2.0] Fix M118, compiler warnings, etc.
7年前
Alexey Shvetsov
83555933aa
Add platformio support for stm32 (#8246 )
[2.0] Add platformio support for stm32
7年前
Scott Lahteine
85a62bbf46
Misc. fixes to compiler warnings, etc.
7年前
Scott Lahteine
e6aba99f16
Fix M118 parameters, with strict guideline
7年前
Scott Lahteine
6718579ccf
Merge pull request #8294 from thinkyhead/bf2_fix_fallback_font
[2.0] Patch non-extended font option
7年前
Scott Lahteine
e9b1944a67
Patch non-extended font option
7年前
Roxy-3D
6324b09934
Revert "Fix EEPROM crc (#8284 )" (#8292 )
This reverts commit 172c36f517 .
7年前
Rowan Meara
172c36f517
Fix EEPROM crc (#8284 )
7年前
Scott Lahteine
cc4d28b73c
Update bilinear for native workspace
7年前
Scott Lahteine
94c7205d64
Merge pull request #8281 from thinkyhead/bf2_alligator_dac
[2.0] Use fastio for Alligator dac084s085, etc.
7年前
Scott Lahteine
2246316605
Fix name collision. timer_t => hal_timer_t
7年前
Jason Hitesman
4efaef7039
[2.0.x] Fix archim2 SSDS define (#8278 )
* Fix SSDS define
* Update pins_ARCHIM2.h
7年前
Scott Lahteine
c8dfa26bc8
Use fastio for STM32F1 endstop interrupts
7年前
Scott Lahteine
185dec800b
Use fastio for HAL SPI EEPROM
7年前
Scott Lahteine
297666ea14
Use fastio for Alligator dac084s085
7年前
Scott Lahteine
c5d95d318b
Merge pull request #8249 from thinkyhead/bf2_nozzle_cleanup
[2.0] Cleanup Nozzle class, fix XY vs Z move order
7年前
Scott Lahteine
7e2fee9d56
Merge pull request #8274 from tcm0116/2.0.x-re_arm_D8
[2.0.x] Correct RAMPS_D8_PIN for Re-ARM
7年前
Scott Lahteine
59c558d612
Merge pull request #8275 from GMagician/2.0.x-Typo-fix
[2.0.x] typo fix (removed spaces)
7年前
Scott Lahteine
be73d5cc08
Cleanup Nozzle class, fix XY vs Z move order
7年前
Scott Lahteine
2e33c3bdc2
Merge pull request #8270 from studiodyne/studiodyne-fw
fwretract bug/mistake + suggestion
7年前
GMagician
9e93b7ccbd
[2.0.x] removed spaces
Removed spaces in array declaration
7年前
Thomas Moore
b91a822d7a
Correct RAMPS_D8_PIN for Re-ARM
7年前
studiodyne
d295f984e3
Update fwretract.cpp
7年前
Scott Lahteine
7de8a66780
Merge pull request #8256 from thinkyhead/bf2_cnc_coordinate_sys
[2.0.x] CNC_COORDINATE_SYSTEMS
7年前
Scott Lahteine
1b40e9c464
Implement CNC_COORDINATE_SYSTEMS
7年前
Scott Lahteine
1b42fba39b
Add CNC_COORDINATE_SYSTEMS to configs
7年前
Scott Lahteine
a22434508f
Match tweaks to G33 from 1.1
7年前
Scott Lahteine
c07bbd4154
Prettify some EEPROM code
7年前
Scott Lahteine
d6aa127c76
Remove I2CPEM workspace offset
7年前
Scott Lahteine
79772219ae
Fix Fan Multiplexer init
7年前
Scott Lahteine
47e0ee8eff
Merge pull request #8260 from thinkyhead/bf2_anet_keypad_ramps
[2.0] RAMPS pins for ANET_KEYPAD_LCD
7年前
Scott Lahteine
ca7d36d9ed
RAMPS pins for ANET_KEYPAD_LCD
7年前
Scott Lahteine
52aec32f3a
Merge pull request #8258 from thinkyhead/bf2_git_scripts
[2.0] Update git helper scripts
7年前
Scott Lahteine
ca21367dde
Update git helper scripts
7年前
Colten Edwards
e0a6ee8da5
[2.0] Fix up G33, LPC1768 + SDCARD_SORT_ALPHA (#8250 )
* Update Conditionals_post.h
* Add a cast to round() to convert to a unsigned int
Add's a cast to round() so that it will compile properly. round() returns a float which must be cast to a integer for the following % operation. Use a unsigned int as a negative index to an array is wrong. Should never be more than 255 points allowing us to use a 8 bit cast.
* Update G33.cpp
7年前
Scott Lahteine
46c0b73578
Merge pull request #8252 from PaoloP74/patch-1
Update README.md
7年前
Scott Lahteine
dac1f6fe74
Tweaks to cubic_b_spline code style
7年前
Scott Lahteine
4df024d7b9
Merge pull request #8234 from thinkyhead/bf2_native_operation
[2.0.x] Operate in Native Machine Space
7年前
Scott Lahteine
601ccded89
Fix case-insensitive config issue
7年前
Paolo Paolucci
944b67b0b8
Update README.md
7年前
Scott Lahteine
f8393a0908
Operate in Native Machine Space
7年前
Scott Lahteine
d83a9a53e8
Merge pull request #8220 from thinkyhead/bf2_serial_port_-1
[2.0] Add SERIAL_PORT -1 option for configurators
7年前
Scott Lahteine
93ba72ea83
Add SERIAL_PORT -1, set on SBASE, STM32F103RET6
7年前