Skip to content

Commit

Permalink
fix platform = ststm32@<6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makerbase-mks committed Aug 5, 2020
1 parent 916bf3e commit 1cebd2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firmware/marlin2.0 for Ender3/Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
#define EXTRUDERS 1

// Generally expected filament diameter (1.75, 2.85, 3.0, ...). Used for Volumetric, Filament Width Sensor, etc.
#define DEFAULT_NOMINAL_FILAMENT_DIA 3.0
#define DEFAULT_NOMINAL_FILAMENT_DIA 1.75

// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE
Expand Down
4 changes: 2 additions & 2 deletions firmware/marlin2.0 for Ender3/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ lib_ignore = Adafruit NeoPixel, SPI
# MKS ROBIN E3 (STM32F103RCT6)
#
[env:mks_robin_e3]
platform = ststm32
platform = ststm32@<6.2.0
board = genericSTM32F103RC
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_e3.py
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
Expand All @@ -536,7 +536,7 @@ lib_ignore = SPI
# MKS ROBIN E3D (STM32F103RCT6)
#
[env:mks_robin_e3d]
platform = ststm32
platform = ststm32@<6.2.0
board = genericSTM32F103RC
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_e3.py
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
Expand Down

0 comments on commit 1cebd2c

Please sign in to comment.