回覆 10# bam1a

感谢您的意见!!

TOP

本帖最後由 Offer 於 2017-2-17 19:59 編輯

回覆 10# bam1a

我睇过佢D Code是原装Photonic 3D,只是改左config file来輸出正確尺寸,因為我在早前在github DL左再 setup就用到了

TOP

IMG_20170212_224009.jpg
這是我打的

TOP

本帖最後由 qkuser 於 2017-2-17 20:26 編輯

回覆 13# Offer

請問呢個東東印了多久 ? ,印得很靚,很精細

TOP

請問下初次設定wifi,係唔係一定要用網線連接電腦,有冇得用記憶卡,或者預設無線網絡,因為電腦冇網線插口...

還有呢,離線打印嘅的檔案最大可以是多少,會不會檔案太大不能使用離線功能呢...

謝謝你

TOP

請問下初次設定wifi,係唔係一定要用網線連接電腦,有冇得用記憶卡,或者預設無線網絡,因為電腦冇網線插口 ...
alancck 發表於 2017-2-17 21:05


初次設定wifi丶最好用網線連接電腦,如果你熟Linux也可以改config直接駁wifi而吾冼先用網缐,不過為何你想簡單複雜化呢?我吾知最大幾多但幾十MB已經試過OK

TOP

回覆  Offer

請問呢個東東印了多久 ? ,印得很靚,很精細
qkuser 發表於 2017-2-17 20:05


6~8 hours

TOP

初次設定wifi丶最好用網線連接電腦,如果你熟Linux也可以改config直接駁wifi而吾冼先用網缐,不過為何你 ...
Offer 發表於 2017/2/17 21:39
因為我就係差咗個簡單嘅網線同路遊器

TOP

回覆 17# Offer

算快噃

TOP

因為我就係差咗個簡單嘅網線同路遊器
alancck 發表於 2017-2-17 22:21



   
# You can use this file to manually set up your network configuration.
#
# This file is included into /etc/network/interfaces, so anything that
# works by editing that file is also possible here.

### WIFI CONFIGURATION ######################################################
# The three segments below should cover you in most cases if you run
# a wifi network that uses either WPA/WPA2 or WEP encryption.
#
# Just uncomment the lines prefixed with a single # of the configuration
# that matches your wifi setup and fill in SSID and passphrase.

## WPA/WPA2 secured
#iface wlan0-octopi inet manual
#    wpa-ssid "put SSID here"
#    wpa-psk "put password here"

## WEP secured
#iface wlan0-octopi inet manual
#    wireless-essid "put SSID here"
#    wireless-key "put password here"

## Open/unsecured
#iface wlan0-octopi inet manual
#    wireless-essid "put SSID here"
#    wireless-mode managed

### WIRED CONFIGURATION #####################################################
# The following segment allows you to configure your wired connection
# with a static IP.
#
# Just uncomment the lines prefixed with a single #. Then connect
# a cable to the Pi and another system, e.g. a Laptop, and set that
# other system's network configuration to:
#
#   address:   192.168.250.10
#   netmask:   255.255.255.0
#   broadcast: 192.168.250.255
#
# You can then reach the Pi from the system's browser by going to
#
#   http://192.168.250.1
#
# or
#
#   http://octopi.local

#auto eth0:1
#iface eth0:1 inet static
#  address 192.168.250.1
#  netmask 255.255.255.0
#  broadcast 192.168.250.255

TOP