David Bender

Results 22 comments of David Bender

Tried another fw version: ``` ets Jan 8 2013,rst cause:4, boot mode:(3,7) wdt reset load 0x40100000, len 2592, room 16 tail 0 chksum 0xf3 load 0x3ffe8000, len 764, room 8...

Yes, I used the following command: `esptool --port /dev/ttyUSB0 --baud 115200 write_flash -fs 8m -ff 40m 0x00000 boot_v1.7.bin 0x1000 user1.bin 0xFC000 esp_init_data_default.bin 0xFE000 blank.bin`

Also flash_id output: ``` esptool.py v2.5.1 Serial port /dev/ttyUSB0 Connecting.... Detecting chip type... ESP8266 Chip is ESP8266EX Features: WiFi MAC: XX:XX:XX:XX:XX:XX Enabling default SPI flash mode... Manufacturer: e0 Device: 4014...

> I'm still not fully convinced that supplying layer data to cura is a good > idea. It means that the slicing step must be done 'by hand' by the...

> The thing is that you will create such files and share them with other > users, who then have no option any more to slice at different heights. I...

I hate to be that guy that can't google, (I've looked all over), did you have a link for the slice extension? Thanks

I am able to generate gcode from my slice data, but the slice parameters (layer_0_height, layer_height, etc) are ignored. I have not been able to test on actual 3d printer...

I suppose down the road it could make sense to make STL slicing just a special case of a generic slice stack. For now I have the features side by...

For the OCD people, can you quickly explain how making a non-water tight STL, with the possibility of internal cavities etc, would work with properly with Cura? Wouldn't support generation...

@LipuFei I was able to achieve what I wanted by building horizontal triangle strips as they have shown.