self._add(BooleanSetting("tcp_streaming_mode",False,_("TCP streaming mode"),_("When using a TCP connection to the printer, the streaming mode will not wait for acks from the printer to send new commands. This will break things such as ETA prediction, but can result in smoother prints.")),root.update_tcp_streaming_mode)
self._add(BooleanSetting("tcp_streaming_mode",False,_("TCP streaming mode"),_("When using a TCP connection to the printer, the streaming mode will not wait for acks from the printer to send new commands. This will break things such as ETA prediction, but can result in smoother prints.")),root.update_tcp_streaming_mode)
self._add(BooleanSetting("rpc_server",True,_("RPC server"),_("Enable RPC server to allow remotely querying print status")),root.update_rpc_server)
self._add(BooleanSetting("rpc_server",True,_("RPC server"),_("Enable RPC server to allow remotely querying print status")),root.update_rpc_server)
self._add(BooleanSetting("dtr",True,_("DTR"),_("Disabling DTR would prevent Arduino (RAMPS) from resetting upon connection"),"Printer"))
self._add(SpinSetting("bedtemp_abs",110,0,400,_("Bed temperature for ABS"),_("Heated Build Platform temp for ABS (deg C)"),"Printer"))
self._add(SpinSetting("bedtemp_abs",110,0,400,_("Bed temperature for ABS"),_("Heated Build Platform temp for ABS (deg C)"),"Printer"))
self._add(SpinSetting("bedtemp_pla",60,0,400,_("Bed temperature for PLA"),_("Heated Build Platform temp for PLA (deg C)"),"Printer"))
self._add(SpinSetting("bedtemp_pla",60,0,400,_("Bed temperature for PLA"),_("Heated Build Platform temp for PLA (deg C)"),"Printer"))
self._add(SpinSetting("temperature_abs",230,0,400,_("Extruder temperature for ABS"),_("Extruder temp for ABS (deg C)"),"Printer"))
self._add(SpinSetting("temperature_abs",230,0,400,_("Extruder temperature for ABS"),_("Extruder temp for ABS (deg C)"),"Printer"))