Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 20, 2020 11:32AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 20, 2020 03:21PM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 22, 2020 04:14AM |
Registered: 3 years ago Posts: 21 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 22, 2020 04:20AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 22, 2020 04:30AM |
Registered: 3 years ago Posts: 21 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 22, 2020 04:32AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 22, 2020 04:47AM |
Registered: 3 years ago Posts: 21 |
M122 === Diagnostics === RepRapFirmware for LPC176x based Boards (biquskr_1.3) version 3.1.1 running on LPC176x at 100Mhz Used output buffers: 3 of 16 (10 max) === RTOS === Static ram: 3876 Dynamic Memory (RTOS Heap 5): 2648 free, 2624 never used Exception stack ram used: 352 Never used ram: 332 Tasks: NETWORK(ready,632) HEAT(blocked,1360) MAIN(running,1460) IDLE(ready,80) Owned mutexes: WiFi(NETWORK) === Platform === Last reset 00:00:49 ago, cause: [software] LPC Flash Slot[22]: Last software reset time unknown, reason: Watchdog timeout, spinning module GCodes, available RAM 460 bytes (slot 0) Software reset code 0x00a3 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x04415810 BFAR 0xe000ed38 SP 0x2007d6a4 Task MAIN Stack: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff Error status: 0 Driver 0: standstill, read errors 0, write errors 1, ifcount 67, reads 658, timeouts 0 Driver 1: standstill, read errors 0, write errors 1, ifcount 67, reads 658, timeouts 0 Driver 2: standstill, read errors 0, write errors 1, ifcount 47, reads 658, timeouts 0 Driver 3: standstill, read errors 0, write errors 1, ifcount 47, reads 658, timeouts 0 Driver 4: standstill, read errors 0, write errors 1, ifcount 47, reads 658, timeouts 0 Date/time: 2020-05-22 11:46:35 Slowest loop: 7.98ms; fastest: 0.32ms === Storage === Free file entries: 4 SD card 0 detected SD card longest read time 3.4ms, write time 0.0ms, max retries 0 === Move === Hiccups: 0, FreeDm: 100, MinFreeDm: 100, MaxWait: 0ms Bed compensation in use: none, comp offset 0.000 === DDARing === Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1 === Heat === Bed heaters = 0, chamberHeaters = -1 Heater 1 is on, I-accum = 0.0 === GCodes === Segments left: 0 Movement lock held by null HTTP is idle in state(s) 0 File is idle in state(s) 0 USB is idle in state(s) 0 Aux is idle in state(s) 0 Trigger is idle in state(s) 0 Queue is idle in state(s) 0 Daemon is idle in state(s) 0 Autopause is idle in state(s) 0 Code queue is empty. === Network === Slowest loop: 220.37ms; fastest: 0.00ms Responder states: HTTP(2) HTTP(0) HTTP sessions: 1 of 2 - WiFi - Network state is active WiFi module is connected to access point Failed messages: pending 0, notready 0, noresp 0 WiFi firmware version 1.23-01L-D WiFi MAC address 90:94:e4:3d:93:2e WiFi Vcc 64.00, reset reason Unknown WiFi flash size 4194304, free heap 37728 WiFi IP address 192.168.0.152 WiFi signal strength -70dBm, reconnections 0, sleep mode modem Socket states: 0 0
lpc.board = biquskr_1.3; // Bed E0 E1 heat.tempSensePins = {0.23, 0.24}; //tb, th0, th1 stepper.numSmartDrivers = 5 leds.diagnostic = NoPin; //wifi pins 8266wifi.espDataReadyPin = 0.28 8266wifi.lpcTfrReadyPin = 1.30 8266wifi.espResetPin = 1.31 adc.prefilter.enable = true
G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"HyperCube" ; set printer name M669 K1 ; switch to CoreXY mode ; Network M552 S1 ; enable network ; Drives M569 P0 S1 T0.1:0.1:0.02:0.02 ; physical drive 0 goes forwards using TMC220x driver timings M569 P1 S1 T0.1:0.1:0.02:0.02 ; physical drive 1 goes forwards using TMC220x driver timings M569 P2 S1 T0.1:0.1:0.02:0.02 ; physical drive 2 goes forwards using TMC220x driver timings M569 P3 S1 T0.1:0.1:0.02:0.02 D2 ; physical drive 3 goes forwards using TMC220x driver timings (spread cycle) M569 P4 S1 T0.1:0.1:0.02:0.02 ; physical drive 3 goes forwards using TMC220x driver timings M584 X0 Y1 Z2:4 E3 ; set drive mapping M92 X80.00 Y80.00 Z800.00 E398.00 ; set steps per mm M566 X1200.00 Y1200.00 Z12.00 E600.00 ; set maximum instantaneous speed changes (mm/min) M203 X18000.00 Y18000.00 Z900.00 E3000.00 ; set maximum speeds (mm/min) M201 X3000.00 Y3000.00 Z100.00 E10000.00 ; set accelerations (mm/s^2) M906 X1000 Y1000 Z800:800 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X302 Y302 Z300 S0 ; set axis maxima ; Endstops M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop M574 Z2 S1 P"zstopmax+xstopmax" ; configure active-high endstop for high end on Z via pin zstopmax ; Z-Probe M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed M557 X30:272 Y30:272 S20 ; define mesh grid ; Heaters M308 S0 P"TB" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin TB M950 H0 C"HBED" T0 ; create bed heater output on HBED and map it to sensor 0 M140 H0 M143 H0 S150 ; set temperature limit for heater 0 to 120C M307 H0 B0 S0.70 ; disable bang-bang mode for the nozzle heater and set PWM limit ;M308 S1 P"TH0" Y"thermistor" T100000 B4700 ; configure sensor 1 as thermistor on pin TH0 M308 S1 P"TH0" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin TH0 M950 H1 C"HE0" T1 ; create nozzle heater output on HE0 and map it to sensor 1 M143 H1 S280 ; set temperature limit for heater 1 to 280C M307 H1 B0 S1.00 ; disable bang-bang mode for the nozzle heater and set PWM limit ; Fans M950 F0 C"FAN" Q500 ; create fan 0 on pin FAN and set its frequency M950 F1 C"HE1" Q500 ; create fan 0 on pin HE1 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M106 P1 T50 H1 ; автоматическое включение при температуре хотенда 50 ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ; Custom settings are not defined T0 M575 P1 B57600 S0 M703 M501
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 22, 2020 05:50AM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 22, 2020 07:44AM |
Registered: 3 years ago Posts: 21 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 22, 2020 08:22AM |
Registered: 3 years ago Posts: 21 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 22, 2020 05:24PM |
Registered: 4 years ago Posts: 58 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 08:41AM |
Registered: 3 years ago Posts: 21 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 10:44AM |
Registered: 6 years ago Posts: 39 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 11:17AM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 11:26AM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 12:11PM |
Registered: 6 years ago Posts: 39 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 12:13PM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 12:19PM |
Registered: 6 years ago Posts: 39 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 12:21PM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 12:23PM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 12:39PM |
Registered: 6 years ago Posts: 39 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 01:18PM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 23, 2020 01:38PM |
Registered: 6 years ago Posts: 39 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 24, 2020 02:51AM |
Registered: 6 years ago Posts: 39 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 24, 2020 03:04AM |
Registered: 11 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 24, 2020 05:46AM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 25, 2020 07:38AM |
Registered: 3 years ago Posts: 21 |
M122 === Diagnostics === RepRapFirmware for LPC176x based Boards (biquskr_1.3) version 3.1.1 running on LPC176x at 100Mhz Used output buffers: 3 of 16 (13 max) === RTOS === Static ram: 3876 Dynamic Memory (RTOS Heap 5): 2648 free, 2624 never used Exception stack ram used: 328 Never used ram: 356 Tasks: NETWORK(ready,632) HEAT(blocked,1360) MAIN(running,1460) IDLE(ready,80) Owned mutexes: WiFi(NETWORK) === Platform === Last reset 00:00:39 ago, cause: [software] LPC Flash Slot[13]: Last software reset at 2020-05-25 13:34, reason: Watchdog timeout, spinning module Move, available RAM 204 bytes (slot 0) Software reset code 0x00a4 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0442a010 BFAR 0xe000ed38 SP 0x10007f6c Task MAIN Stack: 0002c3c1 0002ca1e 61000011 10005aa8 78659206 10004aac 0002c3c1 2007c1dc 10004aac 10000a9c 00000000 Error status: 0 Driver 0: standstill, read errors 0, write errors 1, ifcount 22, reads 519, timeouts 0 Driver 1: standstill, read errors 0, write errors 1, ifcount 17, reads 519, timeouts 0 Driver 2: standstill, read errors 0, write errors 1, ifcount 17, reads 518, timeouts 0 Driver 3: standstill, read errors 0, write errors 1, ifcount 15, reads 518, timeouts 0 Driver 4: standstill, read errors 0, write errors 1, ifcount 17, reads 518, timeouts 0 Date/time: 2020-05-25 13:35:14 Slowest loop: 8.44ms; fastest: 0.32ms === Storage === Free file entries: 4 SD card 0 detected SD card longest read time 3.9ms, write time 0.0ms, max retries 0 === Move === Hiccups: 0, FreeDm: 100, MinFreeDm: 100, MaxWait: 0ms Bed compensation in use: none, comp offset 0.000 === DDARing === Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1 === Heat === Bed heaters = 0, chamberHeaters = -1 Heater 1 is on, I-accum = 0.0 === GCodes === Segments left: 0 Movement lock held by null HTTP is idle in state(s) 0 File is idle in state(s) 0 USB is idle in state(s) 0 Aux is idle in state(s) 0 Trigger is idle in state(s) 0 Queue is idle in state(s) 0 Daemon is idle in state(s) 0 Autopause is idle in state(s) 0 Code queue is empty. === Network === Slowest loop: 224.29ms; fastest: 0.00ms Responder states: HTTP(2) HTTP(0) HTTP sessions: 1 of 2 - WiFi - Network state is active WiFi module is connected to access point Failed messages: pending 0, notready 0, noresp 0 WiFi firmware version 1.23-01L-D WiFi MAC address 90:94:e4:3d:93:2e WiFi Vcc 64.00, reset reason Unknown WiFi flash size 4194304, free heap 37040 WiFi IP address 192.168.0.152 WiFi signal strength -72dBm, reconnections 0, sleep mode modem Socket states: 0 0
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 25, 2020 09:31AM |
Registered: 3 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 25, 2020 12:20PM |
Registered: 3 years ago Posts: 21 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 25, 2020 04:40PM |
Registered: 3 years ago Posts: 213 |