Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all 2832 articles
Browse latest View live

Marlin 2.0 Bug? Bed centering issues on Lulzbot-Prusa Mini Hybrid (no replies)

$
0
0
I’m currently in the process of upgrading my Lulzbot Mini into having a Prusa Mini bed. Making good progress on it. Decided that with removing the bed leveling washers i needed to flash custom marlin firmware. I grabbed Marlin 2.0 and got nearly everything configured and even got a test print (although it needs some tuning). The problems arose when i tried to follow this guide to center the print on the new print bed. [www.youtube.com]

When i went to uncomment the //#define MANUAL_X_HOME_POS & the //#define MANUAL_Y_HOME_POS i ran into really weird problems. I was able to get the x-axis to center although instead of being a negative value it was positive. But when i went to put in the values for Y i got some weird grinding sounds as if the stepper motor was running the wrong way. I tried switching the y value to the opposite since the y axis is flipped, but either way it does not work. Additionally when inputting a G00 X90 command sometimes the Y-Axis will move too! This should not be happening! And only seems to cause issues when the #define MANUAL_Y_HOME_POS is uncommented. I’m wondering if i encountered a weird bug in Marlin 2.0. Some have suggested that Marlin 1.1.9.1 is more stable.

Anyway, any suggestions? Comments on my project? This is the first time i have dug into marlin on my own.

-Andrew



extruder control with marlin 2.0.5.3 and Delta printer (no replies)

$
0
0
Hello , What controls the speed of the extruder motor in merlin? How does the firmware tell if there is a geared or direct drive extruder? The extruder on my Delta is pushing out about 3 times the amount of filament than it should be .i.e If I ask for 100mm I get 300mm extruded, It is the same with Repetier and Pronterface. I have a Delta and cartasian printer and , using the same stl file on both , the Delta cannot print because of the extra filament whilst the cartasian makes a perfect print. The cartasian (Anet A2) has the stock controller (running marlin) and the Delta has a SKR V1.3 board. I have tried 2 different drivers and all combinations of microstep settings with the same results. Another strange occurence is that the sliced file gives 680mm length of filament needed and this is what the cartasian uses whilst the Delta records 680mm on the screen but has pushed out close to 2metres. Any ideas as to solving this would be greatly appreciated.

Is there a way to run fan when printing (no replies)

$
0
0
Let me explain; when printing, if I want to adjust the fan or turn it on/off or kill the print, it will not respond to that command immediately.
Often, I use emergency stop or hit reset for a simple kill. However, that leaves the head on the print for a time.

Obviously, some commands get thru immediately like emergency stop and bed/hotend temp changes,. Fan and kill commands would be good also.
Does anyone see this as an issue that should be addressed?

Delta + marlin 2.0.5.3 - Hopefully the last problem (1 reply)

$
0
0
Hello- With this printer I seem to be solving one problem only to immediately find another (almost certainly because I do not fully understand the system) . i finally got everything sorted and carried out a few test prints ( 8 No, 30 x 30 x 10 boxes ) and satisfied myself that they were actually 30 x 30 x10, so far so good. I now recompiled the firmware to include the EEPROM settings not altering anything else, built and uploaded it with PlatformIO (the board is a 32bit SKR V1.3) but now it will home perfectly but when given any instruction to move away from home, be it manual control in Repetier or Pronterface or the LCD or a stl file put through Cura the hot end dives straight to the bed and is only stopped with the emergency stop button. i tried a new card and re-installed the firmware but no difference. I've never encountered anything like this before so am at a loss to know where to start looking for a solution, any help will be greatly appreciated.

Tevo Tornado, Z homing with BLtouch runs into bed. (no replies)

$
0
0
Bug Description

Just got a tevo tornado in and wanted to make it silent. Got a SKR 1.4 turbo with 2209 btt and a bltouch. After countless sleepless nights and flashing firmware x100 I am still not there.

It can home x and y, but when homing z in runs into the bed. the bltouch does nothing! I am sure its an easy fix but I just can't find it after working on the code for multiple days in a row. I just want to use it not fix it.
My Configurations

[drive.google.com]

Steps to Reproduce

Turn on printer
G28
G29

Expected behavior: home x, y then z. Z with BLtouch

Actual behavior: homes x and y, then goes to the middle and runs down into the bed until the endstop is triggered. If you follow the g29 it sending probe error.
Additional Information

[drive.google.com]. the bltouch does nothing! I am sure its an easy fix but I just can't find it after working on the code for multiple days in a row. I just want to use it not fix it. Can't attach a config file. How to?Please help

Dual X Carriage modes not working good (no replies)

$
0
0
FW Marlin: Bugfix 2.0.x
Downloaded: 27.6.2020 at 15:17 (Prague)

Dual X Carriage modes:
1. AUTO_PARK - OK
- the movement of the carriage X1 is limited between -47 and 240
- the movement of the carriage X2 is limited between 0 and 292
- tool change T0 and T1 is exact according to offset X

2. DUPLICATION - BUG 198 mm gap between carriers, X2 collided in endstop X Max
3. MIRRORED - BUG the carriages collide in the middle

Change the
 DEFAULT_DUPLICATION_X_OFFSET 
setting does not affect the gap between carriers.



Configuration:

#define DUAL_X_CARRIAGE
#if ENABLED(DUAL_X_CARRIAGE)
  #define X1_MIN_POS  X_MIN_POS    // -47 X-min endstop
  #define X1_MAX_POS  X_BED_SIZE   // 240    
  #define X2_MIN_POS    0           
  #define X2_MAX_POS    292        // 292 X-max endstop 	  
  #define X2_HOME_DIR   1     
  #define X2_HOME_POS X2_MAX_POS 

  #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_AUTO_PARK_MODE
  
  #define DEFAULT_DUPLICATION_X_OFFSET 120 
#endif


```

TOUCH_MI_PROBE (no replies)

$
0
0
I use Touch-MI Probe by hotends.fr
Is it possible to set a check that the probe is deploy ?

If the probe is not unlocked at G28, the HotBed hits the nozzle.

Configuration Z-probe:

#define TOUCH_MI_PROBE
#if ENABLED(TOUCH_MI_PROBE)
  #define TOUCH_MI_RETRACT_Z 1.0                  // Height at which the probe retracts
  #define TOUCH_MI_DEPLOY_XPOS (X_MAX_BED + 2)    // For a magnet on the right side of the bed
  //#define TOUCH_MI_MANUAL_DEPLOY                // For manual deploy (LCD menu)
#endif

DRV8825 step problems (no replies)

$
0
0
Setup
Board: Re-Arm-Ramps 1.4
Firmware: Marlin 2.0.5.3
Stepper Drivers: DRV8825 on X Y Z E0 E1

The problem I am having is X and Y are running at 32 step
But Z E0 and E1 are running at 8 Step

Here are me Configuration.h and my Configuration_adv.h

[attachment 116080 Configuration.h]
[attachment 116081 Configuration_adv.h]


All jumpers are in place.
stepper driver are set to DRV8825 in marlin.
Any suggestions would be helpful.
Thank you

Dual y endstop (1 reply)

$
0
0
Can someone help me on solving this error


Marlin\src\HAL\STM32\../../inc/SanityCheck.h:1851:6: error: #error "You must set Y2_USE_ENDSTOP with Y_DUAL_ENDSTOPS."

My configs

-Pins

"#define Y_MIN_PIN PF4

#define Y2_MIN_PIN PI7"

- Config_adv

#define Y_DUAL_ENDSTOPS

#if ENABLED(Y_DUAL_ENDSTOPS)

#define Y2_USE_ENDSTOP Y2_MIN

#define Y2_ENDSTOP_ADJUSTMENT 0

#endif"

- Config

#define USE_Y2_MIN_PLUG

Marlin keeps restart when I push the screen button (3 replies)

$
0
0
Hi all. I am new here and also new for the 3d printers world. I have made a 3d printer by myself. everything seems ok but when I install marlin firmware I cant use the printer. while my printer is connected to my pover supply 12V 30A and when I push the button on the screen for selecting the menu items, marlin is restarting. But when I connect my computer with usb and power supply together, Its working fine

I am using Robotdyn arduino mega, robotdyn reprap, robotdyn DRV8825

When I install repetier there is no problem. It works fine

Any help will be highly appriciated.

BTT GTR V1.0 collect2.exe: error: ld returned 1 exit status *** [.pio\build\BIGTREE_GTR_V1_0\firmware.elf] Error 1 (no replies)

$
0
0
Hello all,

i hope you are all healty.
May somebody can help me.

HW:
Board BigTreeTech GTR V1.0 | M5 Board | 11x TMC5160 v1.2 | TFT35 E3 V3.0
Stepper 5X 17hs24-2104s (4x Z-Axis / 1x X-Axis) | 5x 17hs19-2004s1 (2x Y-Axis 3x Extruder)
Mainpower 24V 41.6A (1000W)
Marlin 2.0.53

Problem 1: with Original FW, motor not working correct, just make noise like a loud krrrkrrkrrkrrrkrrrr

Marlin 2.0.(5.3)
After long time testing, i have only these errors, but they want go.

Processing BIGTREE_GTR_V1_0 (platform: ststm32@>=5.7.0; framework: arduino; board: BIGTREE_GTR_V1_0)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: [docs.platformio.org]
PLATFORM: ST STM32 7.0.0 > STM32F407ZG (192k RAM. 1024k Flash)
HARDWARE: STM32F407ZGT6 168MHz, 192KB RAM, 1MB Flash
DEBUG: Current (jlink) External (jlink, stlink)
PACKAGES:
- framework-arduinoststm32 3.10700.191028 (1.7.0)
- framework-cmsis 2.50501.200527 (5.5.1)
- toolchain-gccarmnoneeabi 1.90201.191206 (9.2.1)
Converting Marlin.ino
LDF: Library Dependency Finder -> [bit.ly]
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 13 compatible libraries
Scanning dependencies...
Dependency Graph
|-- 0.4.1
| |-- 1.0
| |-- 1.0
|-- 1.5.0
| |-- 1.0
|-- 0.7.1
| |-- 1.0
|-- 1.5.0
|-- 1.2.7
| |-- 1.0
|-- 0.7.0
|-- 1.0
|-- 1.1.2
|-- 1.0.0
|-- 1.0
Building in release mode
Linking .pio\build\BIGTREE_GTR_V1_0\firmware.elf
c:/users/freak/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/BIGTREE_GTR_V1_0/src/src/HAL/STM32/eeprom_wired.cpp.o: in function `PersistentStore::capacity()':
G:\MarlinGTR-BTT/Marlin\src\HAL\STM32/eeprom_wired.cpp:40: multiple definition of `PersistentStore::capacity()'; .pio/build/BIGTREE_GTR_V1_0/src/src/HAL/STM32/eeprom_impl.cpp.o:G:\MarlinGTR-BTT/Marlin\src\HAL\STM32/eeprom_impl.cpp:94: first defined here
c:/users/freak/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/BIGTREE_GTR_V1_0/src/src/HAL/STM32/eeprom_wired.cpp.o: in function `PersistentStore::access_start()':
G:\MarlinGTR-BTT/Marlin\src\HAL\STM32/eeprom_wired.cpp:42: multiple definition of `PersistentStore::access_start()'; .pio/build/BIGTREE_GTR_V1_0/src/src/HAL/STM32/eeprom_impl.cpp.o:G:\MarlinGTR-BTT/Marlin\src\HAL\STM32/eeprom_impl.cpp:33: first defined here
c:/users/freak/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/BIGTREE_GTR_V1_0/src/src/HAL/STM32/eeprom_wired.cpp.o: in function `PersistentStore::access_finish()':
G:\MarlinGTR-BTT/Marlin\src\HAL\STM32/eeprom_wired.cpp:43: multiple definition of `PersistentStore::access_finish()'; .pio/build/BIGTREE_GTR_V1_0/src/src/HAL/STM32/eeprom_impl.cpp.o:eeprom_impl.cpp:(.text._ZN15PersistentStore13access_finishEv+0x0): first defined here
c:/users/freak/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/BIGTREE_GTR_V1_0/src/src/HAL/STM32/eeprom_wired.cpp.o: in function `PersistentStore::write_data(int&, unsigned char const*, unsigned int, unsigned short*)':
G:\MarlinGTR-BTT/Marlin\src\HAL\STM32/eeprom_wired.cpp:45: multiple definition of `PersistentStore::write_data(int&, unsigned char const*, unsigned int, unsigned short*)'; .pio/build/BIGTREE_GTR_V1_0/src/src/HAL/STM32/eeprom_impl.cpp.o:G:\MarlinGTR-BTT/Marlin\src\HAL\STM32/eeprom_impl.cpp:39: first defined here
c:/users/freak/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/BIGTREE_GTR_V1_0/src/src/HAL/STM32/eeprom_wired.cpp.o: in function `PersistentStore::read_data(int&, unsigned char*, unsigned int, unsigned short*, bool)':
G:\MarlinGTR-BTT/Marlin\src\HAL\STM32/eeprom_wired.cpp:68: multiple definition of `PersistentStore::read_data(int&, unsigned char*, unsigned int, unsigned short*, bool)'; .pio/build/BIGTREE_GTR_V1_0/src/src/HAL/STM32/eeprom_impl.cpp.o:G:\MarlinGTR-BTT/Marlin\src\HAL\STM32/eeprom_impl.cpp:67: first defined here
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\BIGTREE_GTR_V1_0\firmware.elf] Error 1
================================================================================================== [FAILED] Took 34.42 seconds ==================================================================================================
Environment Status Duration
------------------------ -------- ------------
mega2560 IGNORED
mega1280 IGNORED
rambo IGNORED
FYSETC_F6_13 IGNORED
FYSETC_F6_14 IGNORED
sanguino644p IGNORED
sanguino1284p IGNORED
melzi IGNORED
melzi_optiboot IGNORED
at90usb1286_cdc IGNORED
at90usb1286_dfu IGNORED
DUE IGNORED
DUE_USB IGNORED
DUE_debug IGNORED
LPC1768 IGNORED
LPC1769 IGNORED
STM32F103RC IGNORED
STM32F103RC_fysetc IGNORED
STM32F103RC_btt IGNORED
STM32F103RC_btt_USB IGNORED
STM32F103RC_btt_512K IGNORED
STM32F103RC_btt_512K_USB IGNORED
STM32F103RE IGNORED
STM32F103RE_btt IGNORED
STM32F103RE_btt_USB IGNORED
STM32F4 IGNORED
STM32F7 IGNORED
ARMED IGNORED
STM32F103VE_GTM32 IGNORED
STM32F103VE_longer IGNORED
mks_robin_mini IGNORED
mks_robin_nano IGNORED
mks_robin IGNORED
mks_robin_pro IGNORED
mks_robin_lite IGNORED
mks_robin_lite3 IGNORED
jgaurora_a5s_a1 IGNORED
STM32F103CB_malyan IGNORED
chitu_f103 IGNORED
STM32F401VE_STEVAL IGNORED
FLYF407ZG IGNORED
FYSETC_S6 IGNORED
STM32F407VE_black IGNORED
BIGTREE_SKR_PRO IGNORED
BIGTREE_GTR_V1_0 FAILED 00:00:34.420
BIGTREE_BTT002 IGNORED
teensy31 IGNORED
teensy35 IGNORED
esp32 IGNORED
linux_native IGNORED
SAMD51_grandcentral_m4 IGNORED
rumba32_f446ve IGNORED
rumba32_mks IGNORED
include_tree IGNORED
============================================================================================= 1 failed, 0 succeeded in 00:00:34.420 =============================================================================================The terminal process terminated with exit code: 1

Thanks in advance.

Corexy Not printing in the centre of the build plate (no replies)

$
0
0
I am struggling to get the Corexy to move to the centre of the bed when printing after homing.
the printer is printing at the orogen point at the front left corner of the bed. any idea how to fix this?

Rumba32 esegue reboot ad intervalli regolari (no replies)

$
0
0
Salve a tutti, ho una scheda Rumba32 Aus3D v.1.0D sulla quale tramite VSC e PlatformIO ho compilato il firmware MARLIN 2.0.x (configurato: MOTHERBOARD BOARD_RUMBA32_AUS3D) e build usando env: rumba32_f446ve .
All'accensione la scheda fa un regolare avvio ma poi dopo alcuni secondi si riavvia di nuovo in un loop continuo.
Sembra che il watchdog intervenga in modo ripetitivo.
Sto pensando ad un problema hardware e quindi di comprare una nuova scheda, prima però vorrei sapere se altri hanno avuto un problema analogo.
Grazie

Extruder Motor just vibrates but not turning (3 replies)

$
0
0
Hi;

My extruder stepper motor is not working. Its just making sound and vibrating. I used different drivers A4988, DRV8825 but result is same. just vibrating. I used the motor in Z axis, its working. I tried different motor with different driver in extruder it made same thing also.

What could be the problem?

TMC2208 errors in Visual Studio (no replies)

$
0
0
Hi guys I have been having a few probs with Visual Studio recently and can't seem to get to the bottom of it. First off I have no idea what the internal workings of VS are, I use it purely for Marlin and nothing else. I have used it several times for this without issue. However recently its been throwing up errors. My printer has BTT v1.3 with TMC2208 drivers UART mode, and I have used these for a while without issue with VS. However when I recently went to Marlin 2.0.5.3 i have had problems. They first manifested themselves when Marlin was uploaded to the printer everything appeared fine it loaded, all drivers appear in the LCD menu as normal, Pronterface showed all drivers as OK. But when I tried to test the motors through the LCD or Pronterface they wouldn't move or Auto Home, printer would then come up with a fail warning and reboot. I also have a BTT V1.4 here with TMC2209's, not in a printer yet but set up with Marlin 2.0.5.3 and motors which all seems to work fine, albeit with TMC error on the LCD. So I set Marlin for the BTT V1.4 with TMC2208's, But the same errors came up as on the BTT V1.3. It appears to me that the driver software for the TMC2208's for some reason are not being found by Visual Studio so not loading. Have attached a jpeg of the errors that come up while uploading to the printer. So I think the issue is probably with VS rather than Marlin, just my guess. Does anybody have any ideas on this. Oh I would add that out of desperation I uninstalled VS and did a fresh install, same problem.

Thanks Rod

Marlin: parallel control of independent axis (1 reply)

$
0
0
Hi,

Q1:
I have a project planed where I'd like to do control up 5 additional stepper motors/axes parallel to the 3 steppe XYZ axes and the 2 extruder drives.
I'm thinking of something like G1 X10 Y10 Z10 A5 B15 C25 D35 ..... Where the additional axes are not linked to the XYZ axes.

Q2:
In line with my first question I would like to know if it is possible and how difficult it is to implement new kinematics in Marlin.

Thanks for the help
Daniel

HELP, how to set the centre of the print bed as the home pos (no replies)

$
0
0
I am havinng the issue of the new buld hypercube not moving to the centre of the bed after homing but starting the print at the home front left corner of the build plate , So I am thinking of setting the home pos at the bed centre. can someone emplane how to set the centre of the print bed as the home pos with out using EEPROM, I do not have an LCD and run prints from a laptop via USB.
I wouls like to test if this would over write the issue.
the machine move both X and Y +100 correctly, and bed size is set in the slicer and firmware x200 y200 z180...
any help will be really awesome

Steps per mm calculation help (1 reply)

$
0
0
I've seen all the online calculations for steps per mm however I'm a bit confused about something since my setup has one size pulley on the motor and a different size on the linear rods. I have a setup like an Ultimaker where you have a belt between two linear rods and a motor with a smaller belt attached to one of the rods. My motor has 20 teeth and the linear rods have 16 teeth. I'm using TMC2208 at 1/16 and GT2 2mm belt pitch. What would be the steps per mm since there's two pulley sizes involved here? How to calculate?

On another note, I have a separate setup for X axis with 16 teeth pulleys on motor and idler and 100 steps calculated per mm with GT2 2mm pitch belt. But when I tell it to move say 10mm, it moves more like 50mm. What's wrong? I'm pretty sure my micro stepping is correct at 1/16 because it's hardwired with both MS1 and MS2 connected to 3.3V on the TMC2208 as per the bottom on this page: https://learn.watterott.com/silentstepstick/pinconfig/tmc2208/

All my motors are standard Nema 17 1.8 degree angle.

BTT GTR V1.0 + M5 Stepper problem (no replies)

$
0
0
Hello all,

i have problem with stepper motors.

X= single, Y= dual, Z= quad stepper

X is working fine,
Y the steppers changes directions and drive also in different direction
Z 2 steppers working fine, 2 steppers struggle.
All have TMC5160 with SPI

All steppers @ steps/mm = 6400, Feed Rate mm/s= 600, Acceleration change = mm/s= 1000
X_CURRENT=1620 (normally 2,1A * 1,41 = 2,960 but then the motors run hot).

Attached files:
BIGTREE_GTR_V1_0.json
Configuration.h
Configuration_adv.h
pins.h
pins_BTT_GTR_V1_0.h
platformio.ini

by searching for "aa" you can fast find my changes in files.
----------------------------------------------------------------------------------------------------------------------------------
HW:
Board BigTreeTech GTR V1.0 | M5 Board | 11x TMC5160 v1.2 | TFT35 E3 V3.0
Stepper 5X 17hs24-2104s (4x Z-Axis / 1x X-Axis) | 5x 17hs19-2004s1 (2x Y-Axis 3x Extruder)
Mainpower 24V 41.6A (1000W)
Marlin 2.0.53

Rumba cnc on Marlin2.0.5 (no replies)

$
0
0
Hello.
A rumba control board (atmega2560) and TMC2208 stepper motor drivers. the printer has dual motors on the z axis. I wont be using an extruder or hot bed just need the machine to work as a basix cnc.
It's possibile make working with last marlin?

Someone can tellme the definition i've to remove?
Ive try,and it give me a hex of 2kb

Here the output: Can i trust to upload it to printer?
Compiling .pio\build\megaatmega2560\src\main.cpp.o
Archiving .pio\build\megaatmega2560\libFrameworkArduinoVariant.a
Compiling .pio\build\megaatmega2560\FrameworkArduino\CDC.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\HardwareSerial.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\HardwareSerial0.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\HardwareSerial1.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\HardwareSerial2.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\HardwareSerial3.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\IPAddress.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\PluggableUSB.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\Print.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\Stream.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\Tone.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\USBCore.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\WInterrupts.c.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\WMath.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\WString.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\abi.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\hooks.c.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\main.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\new.cpp.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\wiring.c.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\wiring_analog.c.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\wiring_digital.c.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\wiring_pulse.S.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\wiring_pulse.c.o
Compiling .pio\build\megaatmega2560\FrameworkArduino\wiring_shift.c.o
Archiving .pio\build\megaatmega2560\libFrameworkArduino.a
Linking .pio\build\megaatmega2560\firmware.elf
Building .pio\build\megaatmega2560\firmware.hex
Checking size .pio\build\megaatmega2560\firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM:   [          ]   0.1% (used 9 bytes from 8192 bytes)
Flash: [          ]   0.3% (used 662 bytes from 253952 bytes)
========================================================== [SUCCESS] Took 3.81 seconds ==========================================================
Viewing all 2832 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>