Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection January 19, 2024 07:19PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection January 20, 2024 05:47PM |
Admin Registered: 14 years ago Posts: 7,168 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection January 28, 2024 10:56AM |
Registered: 9 years ago Posts: 105 |
// @section machine /** * Select the serial port on the board to use for communication with the host. * This allows the connection of wireless adapters (for instance) to non-default port pins. * Serial port -1 is the USB emulated serial port, if available. * Note: The first serial port (-1 or 0) will always be used by the Arduino bootloader. * * :[-1, 0, 1, 2, 3, 4, 5, 6, 7] */ #define SERIAL_PORT -1 /** * Serial Port Baud Rate * This is the default communication speed for all serial ports. * Set the baud rate defaults for additional serial ports below. * * 250000 works in most cases, but you might try a lower speed if * you commonly experience drop-outs during host printing. * You may try up to 1000000 to speed up SD file transfer. * * :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] */ #define BAUDRATE 115200 //#define BAUD_RATE_GCODE // Enable G-code M575 to set the baud rate /** * Select a secondary serial port on the board to use for communication with the host. * Currently Ethernet (-2) is only supported on Teensy 4.1 boards. * :[-2, -1, 0, 1, 2, 3, 4, 5, 6, 7] */ //#define SERIAL_PORT_2 1 //#define BAUDRATE_2 250000 // Enable to override BAUDRATE /** * Select a third serial port on the board to use for communication with the host. * Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1 * :[-1, 0, 1, 2, 3, 4, 5, 6, 7] */ //#define SERIAL_PORT_3 1 //#define BAUDRATE_3 250000 // Enable to override BAUDRATE // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH // Choose the name from boards.h that matches your setup #ifndef MOTHERBOARD #define MOTHERBOARD BOARD_MKS_ROBIN_NANO_V3 #endif
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection January 28, 2024 11:19AM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 16, 2024 01:40PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 16, 2024 02:06PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 16, 2024 02:23PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 16, 2024 03:35PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 16, 2024 03:55PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 16, 2024 07:43PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 19, 2024 07:52PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 21, 2024 10:13PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 21, 2024 11:01PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 22, 2024 01:23AM |
Admin Registered: 14 years ago Posts: 7,168 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 22, 2024 07:54PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 22, 2024 10:20PM |
Registered: 9 years ago Posts: 105 |
Quote
Update firmware: Enter the .pio\\build\\mks_robin_nano35 directory, copy the assets folder and Robin_nano_v3.bin to the sd card or usb disk
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 22, 2024 10:42PM |
Admin Registered: 14 years ago Posts: 7,168 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 22, 2024 10:49PM |
Admin Registered: 14 years ago Posts: 7,168 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 22, 2024 10:53PM |
Registered: 9 years ago Posts: 105 |
Quote
The filament sensor feature of Marlin also needs to enable #define NOZZLE_PARK_FEATURE and #define ADVANCED_PAUSE_FEATURE. please uncomment #define NOZZLE_PARK_FEATURE and #define ADVANCED_PAUSE_FEATURE and set specific parameters according to your printer.
Quote
PS C:\SyncFolder\Code\3D Drucker\Marlin 20241120\Marlin-2.1.2.5> platformio run --silent -e mks_robin_nano_v3_1 In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:52, from Marlin\src\HAL\STM32\Servo.cpp:26: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:554:6: error: #error "ADVANCED_PAUSE_FEATURE requires a supported LCD controller (or EMERGENCY_PARSER)." 554 | #error "ADVANCED_PAUSE_FEATURE requires a supported LCD controller (or EMERGENCY_PARSER)."
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 23, 2024 07:08PM |
Registered: 9 years ago Posts: 105 |
Quote
#define EMERGENCY_PARSER
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection November 24, 2024 04:22PM |
Registered: 9 years ago Posts: 105 |
Re: Robin Nano v3.1 + 3Dtouch + SmartFilamentSensor, USB connection December 09, 2024 03:45PM |
Registered: 9 years ago Posts: 105 |