Nope. Restarted the box, no hotspot created, but the .local still doesn’t work. However, by going into astroprint via the cloud and clicking the control system in there, it takes me to the direct IP address to control the system, so at least I have a work around
As for the differences in the code, I exported the gcode via cura and via astroprint using the mini printer settings. Everything looks the same except for one line:
Astroprint gcode:
;Generated with Cura_SteamEngine
10.09
M104 S240
M140 S110
M109 S240
M190 S110
;This Gcode has been generated specifically for the LulzBot Mini
;Basic settings: Layer height: 0.18 Walls: 1 Fill: 20
;Filament Diameter: 2.85
;Nozzle Size: 0.5
G21 ; metric values
G90 ; absolute positioning
M82 ; set extruder to absolute mode
M107 ; start with the fan off
G92 E0 ; set extruder position to 0
M140 S110 ; get bed heating up
G28 ; home all
M109 S140 ; set to cleaning temp and wait
G1 Z150 E-30 F75 ; suck up XXmm of filament
M109 S140 ; heat up rest of way
G1 X45 Y174 F11520 ; move behind scraper
G1 Z0 F1200 ; CRITICAL: set Z to height of top of scraper
G1 X45 Y174 Z-.5 F4000 ; wiping ; plunge into wipe pad
Cura Gcode:
;This Gcode has been generated specifically for the LulzBot Mini
;Basic settings: Layer height: 0.18 Walls: 1 Fill: 20
;Filament Diameter: 2.85
;Nozzle Size: 0.5
G21 ; metric values
G90 ; absolute positioning
M82 ; set extruder to absolute mode
M107 ; start with the fan off
G92 E0 ; set extruder position to 0
M140 S110 ; get bed heating up
G28 ; home all
M109 S150 ; set to cleaning temp and wait
G1 Z150 E-30 F75 ; suck up XXmm of filament
M109 S170 ; heat up rest of way
G1 X45 Y174 F11520 ; move behind scraper
G1 Z0 F1200 ; CRITICAL: set Z to height of top of scraper
G1 X45 Y174 Z-.5 F4000 ; wiping ; plunge into wipe pad
It looks like, and I’m no gcode guru, that the astroprint adds a few lines of code at the beginning that randomly heats and cools the nozzle. It looks like that line of code is not necessary for the mini as the code from cura takes the correct nozzle temps into account for head cleaning etc. The correct code should heat the nozzle
Having the nozzle heat up to 240C before wiping allows ABS to “drool” a bit out of the nozzle. Why is this line of code different than cura? Should be be removed? I might try a print tonight taking the astroprint gcode and just remove those few lines and see if it works identically. I’m 99% sure that’s the issue with the astroprint code. It also looks like the heating up temps before the nozzle wipe aren’t the same even though both were set to ABS and fine print.
Not trying to poke holes or complain. This stuff is awesome! Just trying to help since the mini is a relatively new printer
Let me know what you think!
-Jim