scott_lai
About
- Username
- scott_lai
- Joined
- Visits
- 8
- Last Active
- Roles
- Member
Comments
-
So autostart default flag before 1.4.0 is 1. 1.4.0 is 0...
-
Solved. https://github.com/prusa3d/PrusaSlicer/pull/8494
-
Yes i know. But the result after switching Console tab between 1.3.0 and 1.4.0 is different.
-
It seems to be a Marlin bug in 2.0.9.3 My M105 response when T2 is active 20:58:49.981 : T0:25.37 /0.00 B:31.22 /0.00 T0:62.95 /250.00 T1:25.37 /0.00 @:0 B@:0 @0:127 @1:0 https://github.com/MarlinFirmware/Marlin/pull/23505
-
Repetier said: Ok. Already figured that out. Should work in next release. Is there any date for next release?
-
I think it’s more convenient to put it on the the toolbar of "Object Placement" tabbed panel
-
Thanks. All options in Filament Settings should be multiple values in slic3r_settings.ini.
-
Sorry for wrong image url. The correct url is http://www.mot.net.tw/temp/SNAG-0002.png
-
Another way to launch PrusaSlicer using batch file: @echo offif "%1"=="--gui" goto gui X:\PROGRAM\PrusaSlicer\prusa-slicer-console.exe --export-gcode %1 %2 %3 %4 %5 %6 %7 %8 %9goto end :guiX:\PROGRAM\PrusaSlicer\prusa-slicer.exe %2 %3 %4 %5 %6 %7 %…