New RepRapFirmware 1.11-dc42 in beta April 10, 2016 05:07PM |
Registered: 10 years ago Posts: 14,684 |
Re: New RepRapFirmware 1.11-dc42 in beta April 13, 2016 06:10PM |
Registered: 9 years ago Posts: 67 |
Re: New RepRapFirmware 1.11-dc42 in beta April 13, 2016 06:29PM |
Registered: 10 years ago Posts: 14,684 |
Re: New RepRapFirmware 1.11-dc42 in beta April 16, 2016 12:20PM |
Registered: 13 years ago Posts: 1,236 |
17:17:10 **** Incremental Build of configuration ReleaseWithCoreDuet for project RepRapFirmware **** make all 'Building file: ../src/Libraries/MAX31855/MAX31855.cpp' 'Invoking: Cross G++ Compiler' arm-none-eabi-g++ -D__SAM3X8E__ -DF_CPU=84000000 -DUSBCON -DUSB_PID=0x003e -DUSB_VID=0x2341 -Dprintf=iprintf -I"C:\workspace_rrp\CoreDuet\cores\arduino" -I"C:\workspace_rrp\CoreDuet\libraries\Wire" -I"C:\workspace_rrp\CoreDuet\system\libsam" -I"C:\workspace_rrp\CoreDuet\system\CMSIS\Device\ATMEL" -I"C:\workspace_rrp\CoreDuet\system\CMSIS\CMSIS\Include" -I"C:\workspace_rrp\CoreDuet\variants\duet" -I"C:\workspace_rrp\CoreDuet\system\libsam\include" -I"C:\workspace_rrp\RepRapFirmware\src" -I"C:\workspace_rrp\RepRapFirmware\src\Duet" -I"C:\workspace_rrp\RepRapFirmware\src\Duet\Lwip" -I"C:\workspace_rrp\RepRapFirmware\src\Duet\EMAC" -I"C:\workspace_rrp\RepRapFirmware\src\Libraries\Fatfs" -I"C:\workspace_rrp\RepRapFirmware\src\Libraries\MAX31855" -I"C:\workspace_rrp\RepRapFirmware\src\Libraries\MCP4461" -I"C:\workspace_rrp\RepRapFirmware\src\Libraries\Flash" -O2 -Wall -c -std=gnu++11 -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib --param max-inline-insns-single=500 -MMD -MP -MF"src/Libraries/MAX31855/MAX31855.d" -MT"src/Libraries/MAX31855/MAX31855.d" -o "src/Libraries/MAX31855/MAX31855.o" "../src/Libraries/MAX31855/MAX31855.cpp" ../src/Libraries/MAX31855/MAX31855.cpp: In member function 'void MAX31855::Init(uint8_t)': ../src/Libraries/MAX31855/MAX31855.cpp:92:37: error: too few arguments to function 'void spi_master_init(Spi*, int, int)' spi_master_init(MAX_SPI, device.cs); ^ In file included from ../src/Libraries/MAX31855/MAX31855.h:5:0, from ../src/Libraries/MAX31855/MAX31855.cpp:1: C:\workspace_rrp\CoreDuet\variants\duet/spi_master.h:168:13: note: declared here extern void spi_master_init(Spi *p_spi, int ul_cs_pin, int ul_npcs_pin); ^ make: *** [src/Libraries/MAX31855/MAX31855.o] Error 1
Re: New RepRapFirmware 1.11-dc42 in beta April 16, 2016 04:24PM |
Registered: 10 years ago Posts: 14,684 |
Re: New RepRapFirmware 1.11-dc42 in beta April 16, 2016 06:00PM |
Registered: 13 years ago Posts: 1,236 |
Re: New RepRapFirmware 1.11-dc42 in beta April 19, 2016 03:26AM |
Registered: 10 years ago Posts: 782 |
Re: New RepRapFirmware 1.11-dc42 - released April 19, 2016 03:37AM |
Registered: 10 years ago Posts: 14,684 |
Quote
appjaws1
Just to let you know, the firmware is working very well on the original duet. I have printed a number of different objects with no problems.
great job
Re: New RepRapFirmware 1.11-dc42 - released April 25, 2016 09:36AM |
Registered: 9 years ago Posts: 301 |
Re: New RepRapFirmware 1.11-dc42 - released April 25, 2016 12:30PM |
Registered: 10 years ago Posts: 14,684 |
Re: New RepRapFirmware 1.11-dc42 - released April 25, 2016 02:05PM |
Registered: 8 years ago Posts: 5 |
G28 ok Attempt to move the motors of a delta printer to absolute positions Attempt to move the motors of a delta printer to absolute positions Attempt to move the motors of a delta printer to absolute positions Attempt to move the head of a delta printer before homing the towers Attempt to move the head of a delta printer before homing the towers
Re: New RepRapFirmware 1.11-dc42 - released April 25, 2016 04:07PM |
Registered: 10 years ago Posts: 14,684 |
Re: New RepRapFirmware 1.11-dc42 - released April 25, 2016 05:47PM |
Registered: 8 years ago Posts: 5 |