On my Mac, the only way I can get slic3r to upload g-code is to have DWC opened in the background.
Posts made by William
-
RE: PrusaSlicer cannot upload to DWC 2.04/RRF 3
-
RE: Z-vobble or PA defects?
I had that problem when I used Pursaslicer 2.1 and 2.2. Switching to Slic3r 1.3 reduced the issue.
Don't know why, all the settings were the same, even exported imported the .ini settings between slicers, no change. PA was .05 on both
Wish I could figure it out, I really like the Pursaslicer. -
RE: Anyone Know any Filament suppliers that arent delayed shipping?
Paramount Filaments, free shipping, decent color selection. They ship USPS from California.
-
RE: FTP transfer problem
And if your on a mac.
- Tab Charset - Force UTF-8
-
RE: Maestro Network startup
Splitting out the single line code M552 from;
M552 P192.168.0.75 S1 ; enable network and set IP address
to
M552 S1 ; enable network
M552 P192.168.0.75 ; set IP addressSolved it for for me. Thanks for the pointer bearer!
-
RE: Maestro Network startup
@bearer said in Maestro Network startup:
M552
I'll give it a try.M552
Network is enabled, configured IP address: 192.168.0.75, actual IP address: 192.168.0.75. -
Maestro Network startup
Hoping that someone has run across a network startup fix, searched the forum, a lot of can't connect to DWC but no mention of a specific network issue.
Initial power on will not give me a network connection. Only a quick power cycle will light up the network interface leds on the Maestro and my network switch, then everything works fine.
It's seems like the network interface does not initialize from a cold startup.I'm using a static IP. M98 Pconfig.g gives no errors.
Any pointers would be appreciated.
Thanks..Firmware Electronics: Duet Maestro 1.0
Firmware Version: 2.05.1 (2020-02-09b1)
Web Interface Version: 1.22.6; Configuration file for Duet Maestro (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Fri Mar 13 2020 15:11:23 GMT-0700 (Pacific Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"TEST1" ; set printer name; Network
M552 P192.168.0.75 S1 ; enable network and set IP address
M553 P255.255.255.0 ; set netmask
M554 P192.168.0.26 ; set gateway
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet